This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository echobase. See http://git.codelutin.com/echobase.git commit c0a5ab38471575cd0e1e33565f507b4da51ace15 Author: Tony CHEMIT <chemit@codelutin.com> Date: Tue Dec 30 10:56:48 2014 +0100 on passe en jdk 7 --- pom.xml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/pom.xml b/pom.xml index bda3c98..be4fd08 100644 --- a/pom.xml +++ b/pom.xml @@ -127,6 +127,15 @@ <platform>codelutin.com</platform> <projectId>echobase</projectId> + <!-- Java version --> + <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> + <!-- libraries version --> <topiaVersion>3.0-beta-3</topiaVersion> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.