branch develop updated (61638af -> 0436921)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository jtimer. See http://git.chorem.org/jtimer.git from 61638af Set min jre to 1.7 new b5e5e00 Fix java-webstart build on jdk 8 new 0436921 Bump version The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit 0436921efbe9f0440089eb38c9e8c81caf3b0b2b Author: Eric Chatellier <chatellier@codelutin.com> Date: Tue Feb 23 10:59:16 2016 +0100 Bump version commit b5e5e0021d5e1bf3dd6f0fc240332a0d1c798e4e Author: Eric Chatellier <chatellier@codelutin.com> Date: Tue Feb 23 10:42:06 2016 +0100 Fix java-webstart build on jdk 8 Summary of changes: pom.xml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository jtimer. See http://git.chorem.org/jtimer.git commit b5e5e0021d5e1bf3dd6f0fc240332a0d1c798e4e Author: Eric Chatellier <chatellier@codelutin.com> Date: Tue Feb 23 10:42:06 2016 +0100 Fix java-webstart build on jdk 8 --- pom.xml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 6cd8ccb..113da9c 100644 --- a/pom.xml +++ b/pom.xml @@ -208,9 +208,16 @@ <unsign>true</unsign> <canUnsign>true</canUnsign> <pack200> - <enabled>true</enabled> + <enabled>false</enabled> </pack200> </configuration> + <dependencies> + <dependency> + <groupId>org.codehaus.mojo</groupId> + <artifactId>keytool-api-1.7</artifactId> + <version>1.5</version> + </dependency> + </dependencies> </plugin> </plugins> </pluginManagement> -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository jtimer. See http://git.chorem.org/jtimer.git commit 0436921efbe9f0440089eb38c9e8c81caf3b0b2b Author: Eric Chatellier <chatellier@codelutin.com> Date: Tue Feb 23 10:59:16 2016 +0100 Bump version --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 113da9c..e19595e 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ <groupId>org.chorem</groupId> <artifactId>jtimer</artifactId> - <version>1.4.4-SNAPSHOT</version> + <version>1.5-SNAPSHOT</version> <name>jTimer</name> <description> -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
participants (1)
-
chorem.org scm