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 7fa885965e8c1f28c8fa3bbb5ce949bdcc3e347a Author: Eric Chatellier <chatellier@codelutin.com> Date: Tue Feb 23 11:21:52 2016 +0100 fixes #1322: Use java 8 api --- pom.xml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 8c6daf8..c8c67c9 100644 --- a/pom.xml +++ b/pom.xml @@ -80,6 +80,11 @@ <properties> <projectId>jtimer</projectId> + + <!-- java 8 --> + <javaVersion>1.8</javaVersion> + <signatureArtifactId>java18</signatureArtifactId> + <signatureVersion>1.0</signatureVersion> <!--Main class in JAR --> <maven.jar.main.class>org.chorem.jtimer.JTimer</maven.jar.main.class> @@ -90,7 +95,6 @@ <!--Multilanguage maven-site --> <locales>fr,en</locales> - <xmrpcVersion>3.1.3</xmrpcVersion> <jnaVersion>4.2.1</jnaVersion> <!-- files to deploy to redmine --> @@ -392,7 +396,7 @@ <jar>jtimer.jar</jar> <errTitle>${project.name}</errTitle> <jre> - <minVersion>1.7.0</minVersion> + <minVersion>1.8.0</minVersion> </jre> </configuration> </execution> -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.