This is an automated email from the git hooks/post-receive script. New commit to branch feature/3704 in repository eugene. See http://git.nuiton.org/eugene.git commit dfb19b9f3f1f21545133663f5ac401ea72db62e4 Author: Tony CHEMIT <chemit@codelutin.com> Date: Mon May 25 15:52:29 2015 +0200 requires jdk 7 --- pom.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pom.xml b/pom.xml index 2ce8125..a9b3749 100644 --- a/pom.xml +++ b/pom.xml @@ -160,6 +160,14 @@ <mavenVersion>3.3.3</mavenVersion> <helperPluginVersion>2.2-SNAPSHOT</helperPluginVersion> + <javaVersion>1.7</javaVersion> + <!--TODO remove this when idea won't ask to change jdk level at each pom modification--> + <maven.compiler.source>${javaVersion}</maven.compiler.source> + <!--TODO remove this when idea won't ask to change jdk level at each pom modification--> + <maven.compiler.target>${javaVersion}</maven.compiler.target> + <signatureArtifactId>java17</signatureArtifactId> + <signatureVersion>1.0</signatureVersion> + </properties> <dependencyManagement> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.