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 45a0a20c33753e17687ef14fb7d3214dc77fdc3d Author: Tony CHEMIT <chemit@codelutin.com> Date: Wed Mar 9 12:02:31 2016 +0100 Use codelutinpom 9 --- pom.xml | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/pom.xml b/pom.xml index 2686bb2..ba4a24e 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>codelutinpom</artifactId> - <version>7</version> + <version>9</version> </parent> <groupId>fr.ifremer</groupId> @@ -88,12 +88,6 @@ <developerConnection>scm:git:git@gitlab.codelutin.com:codelutin/echobase.git</developerConnection> <url>https://gitlab.codelutin.com/codelutin/echobase</url> </scm> - <distributionManagement> - <site> - <id>${site.server}</id> - <url>${site.url}</url> - </site> - </distributionManagement> <repositories> <repository> @@ -127,6 +121,10 @@ <projectId>echobase</projectId> <ciViewId>EchoBase</ciViewId> + <javaVersion>1.8</javaVersion> + <signatureArtifactId>java18</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>.