This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository maven-helper-plugin. See http://git.nuiton.org/maven-helper-plugin.git commit 9fddc6edb86d58af0abc6256eec5060ffb784ff9 Author: Tony CHEMIT <chemit@codelutin.com> Date: Thu Mar 3 11:21:45 2016 +0100 Update nuitonpom to 8.1 (Fixes #3911) --- pom.xml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/pom.xml b/pom.xml index 894ca1a..30cde7c 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>nuitonpom</artifactId> - <version>7</version> + <version>8.1</version> </parent> <artifactId>helper-maven-plugin-parent</artifactId> @@ -75,12 +75,6 @@ <connection>scm:git:git@gitlab.nuiton.org:codelutin/maven-helper-plugin.git</connection> <developerConnection>scm:git:git@gitlab.nuiton.org:codelutin/maven-helper-plugin.git</developerConnection> </scm> - <distributionManagement> - <site> - <id>${site.server}</id> - <url>${site.url}</url> - </site> - </distributionManagement> <properties> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.