02/07: Pass to java level 7 (Fixes #4025)
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository jredmine. See https://gitlab.nuiton.org/nuiton/jredmine.git commit 4e5b8283334022fdb721d6709b21dffd4b3635ba Author: Maven Release <maven-release@codelutin.com> Date: Mon Sep 12 20:20:54 2016 +0200 Pass to java level 7 (Fixes #4025) --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index a03608d..a0b064d 100644 --- a/pom.xml +++ b/pom.xml @@ -73,9 +73,9 @@ <projectId>jredmine</projectId> <ciViewId>JRedmine</ciViewId> - <javaVersion>1.6</javaVersion> - <signatureArtifactId>java16</signatureArtifactId> - <signatureVersion>1.1</signatureVersion> + <javaVersion>1.7</javaVersion> + <signatureArtifactId>java17</signatureArtifactId> + <signatureVersion>1.0</signatureVersion> <!-- must be on a fixed version, not on the snapshot to make possible release --> <jredminePluginVersion>1.9</jredminePluginVersion> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
participants (1)
-
nuiton.org scm