This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository maven-helper-plugin. See https://gitlab.nuiton.org/nuiton/maven-helper-plugin.git commit 34db17ede7b1379146db88dabd925aaa63fc2eae Author: CHRE <CHATELLIER@codelutin.com> Date: Tue Aug 9 10:29:03 2016 +0200 Update parent pom --- pom.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 30cde7c..c87f2fd 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>nuitonpom</artifactId> - <version>8.1</version> + <version>10.2</version> </parent> <artifactId>helper-maven-plugin-parent</artifactId> @@ -81,6 +81,9 @@ <!-- redmine project Id --> <projectId>maven-helper-plugin</projectId> <ciViewId>maven-helper-plugin</ciViewId> + <javaVersion>1.6</javaVersion> + <signatureArtifactId>java16</signatureArtifactId> + <signatureVersion>1.1</signatureVersion> <plexusMailSenderVersion>1.0-alpha-2</plexusMailSenderVersion> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.