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 fe462bcb64ececc2ca66c7ba603c4085d4dbbd59 Author: Eric Chatellier <chatellier@codelutin.com> Date: Thu Mar 3 10:13:48 2016 +0100 Update configuration --- pom.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index b0deb26..dd3761f 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>chorempom</artifactId> - <version>8</version> + <version>8.1</version> </parent> <groupId>org.chorem</groupId> @@ -94,6 +94,10 @@ <!-- jnlp configuration --> <jnlpFileName>jTimer.jnlp</jnlpFileName> <ciViewId>JTimer</ciViewId> + + <javaVersion>1.8</javaVersion> + <signatureArtifactId>java18</signatureArtifactId> + <signatureVersion>1.0</signatureVersion> </properties> <build> -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.