This is an automated email from the git hooks/post-receive script. New commit to branch release/2.29 in repository jaxx. See https://gitlab.nuiton.org/nuiton/jaxx.git commit 82287589bb0b447d85017f4db099191d48b8b0c6 Author: Maven Release <maven-release@codelutin.com> Date: Wed Apr 27 19:51:14 2016 +0200 the plugin must stay in java 8 since we are building it with java 8... --- jaxx-maven-plugin/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/jaxx-maven-plugin/pom.xml b/jaxx-maven-plugin/pom.xml index 23edfa1..da7a4b9 100644 --- a/jaxx-maven-plugin/pom.xml +++ b/jaxx-maven-plugin/pom.xml @@ -44,6 +44,12 @@ <packaging>maven-plugin</packaging> + <properties> + <javaVersion>1.8</javaVersion> + <signatureArtifactId>java18</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>.