This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository jtimer. See https://gitlab.nuiton.org/chorem/jtimer.git commit cadc9422a3e15fab4f5a93e74d4421e9b88b9f27 Author: Eric Chatellier <chatellier@codelutin.com> Date: Wed Mar 23 11:08:04 2016 +0100 Update parent pom --- pom.xml | 27 +-------------------------- 1 file changed, 1 insertion(+), 26 deletions(-) diff --git a/pom.xml b/pom.xml index 52151f6..9d85fd3 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>chorempom</artifactId> - <version>9</version> + <version>10</version> </parent> <groupId>org.chorem</groupId> @@ -172,7 +172,6 @@ <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>webstart-maven-plugin</artifactId> - <version>1.0-beta-7</version> <configuration> <codebase>http://jtimer.chorem.org/v/${siteDeployClassifier}/jnlp</codebase> <libPath>lib</libPath> @@ -215,30 +214,6 @@ </pluginManagement> </build> - <reporting> - <plugins> - <plugin> - <artifactId>maven-checkstyle-plugin</artifactId> - <version>2.17</version> - <configuration> - <configLocation>${project.basedir}/src/main/config/checkstyle.xml - </configLocation> - <excludes>**/Xss.java,**/User32.java,**/ApplicationServices.java</excludes> - </configuration> - </plugin> - - <plugin> - <artifactId>maven-changelog-plugin</artifactId> - <version>${changelogPluginVersion}</version> - <configuration> - <type>range</type> - <range>365</range> - </configuration> - </plugin> - - </plugins> - </reporting> - <dependencies> <dependency> <groupId>org.nuiton</groupId> -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.