This is an automated email from the git hooks/post-receive script. New commit to branch support/2.x in repository jaxx. See http://git.nuiton.org/jaxx.git commit 333683b19bf8eff986b9723da8e986e31e885a65 Author: Tony CHEMIT <chemit@codelutin.com> Date: Wed Apr 22 12:32:58 2015 +0200 jaxx-compiler tests are using jdk7 api --- jaxx-compiler/pom.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/jaxx-compiler/pom.xml b/jaxx-compiler/pom.xml index c5d6c57..9e3677f 100644 --- a/jaxx-compiler/pom.xml +++ b/jaxx-compiler/pom.xml @@ -39,6 +39,17 @@ <name>JAXX :: Compiler</name> <description>JAXX Compiler api</description> + <properties> + <!-- 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> + </properties> + <dependencies> <!-- sibling dependencies --> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.