This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository scmwebeditor. See http://git.nuiton.org/scmwebeditor.git commit 44670712473782670c86b11bb12c0538e44062a3 Author: Tony CHEMIT <chemit@codelutin.com> Date: Thu Dec 24 12:28:37 2015 +0100 Use nuitonpom 5.1 (fixes #3851) --- pom.xml | 41 +---------------------------------------- 1 file changed, 1 insertion(+), 40 deletions(-) diff --git a/pom.xml b/pom.xml index 3948f7a..5d4460e 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>nuitonpom</artifactId> - <version>5</version> + <version>5.1</version> </parent> <groupId>org.nuiton</groupId> @@ -336,7 +336,6 @@ <plugin> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-maven-plugin</artifactId> - <version>9.3.6.v20151106</version> <configuration> <webAppConfig> <contextPath>/${project.artifactId}</contextPath> @@ -352,42 +351,4 @@ </plugins> </build> - <profiles> - - <profile> - <id>check-central-safe</id> - <activation> - <property> - <name>performRelease</name> - <value>true</value> - </property> - </activation> - - <build> - <defaultGoal>validate</defaultGoal> - <plugins> - <plugin> - <groupId>org.nuiton</groupId> - <artifactId>helper-maven-plugin</artifactId> - <executions> - <execution> - <id>check-central-safe2</id> - <inherited>true</inherited> - <goals> - <goal>check-auto-container</goal> - </goals> - <phase>validate</phase> - <configuration> - <addMavenCentral>true</addMavenCentral> - <failIfNotSafe>true</failIfNotSafe> - <runOnlyOnRoot>false</runOnlyOnRoot> - </configuration> - </execution> - </executions> - </plugin> - </plugins> - </build> - </profile> - - </profiles> </project> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.