This is an automated email from the git hooks/post-receive script. New commit to branch develop-4.4.x in repository tutti. See http://git.codelutin.com/tutti.git commit e8bc144ef387ef9bb8a54a4cd273de43c66bcb48 Author: Maven Release <maven-release@codelutin.com> Date: Mon Feb 22 17:01:36 2016 +0100 Use java 8 --- pom.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index bc0e871..eea46c6 100644 --- a/pom.xml +++ b/pom.xml @@ -160,7 +160,9 @@ <jgitflow.developBranchName>develop-4.4.x</jgitflow.developBranchName> <jgitflow.masterBranchName>master-4.4.x</jgitflow.masterBranchName> - + <javaVersion>1.8</javaVersion> + <signatureArtifactId>java18</signatureArtifactId> + <signatureVersion>1.0</signatureVersion> </properties> <repositories> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.