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 f1597858a11db3ffdc89fa838f6945365ba73785 Author: Eric Chatellier <chatellier@codelutin.com> Date: Wed Apr 18 15:46:06 2018 +0200 fixes #1: Update snakeyaml & testng --- pom.xml | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 96f53b7..52f6851 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>chorempom</artifactId> - <version>11-SNAPSHOT</version> + <version>10.5</version> </parent> <groupId>org.chorem</groupId> @@ -189,7 +189,7 @@ <dependency> <groupId>org.yaml</groupId> <artifactId>snakeyaml</artifactId> - <version>1.20</version> + <version>1.21</version> </dependency> <dependency> <groupId>com.google.code.gson</groupId> @@ -216,7 +216,7 @@ <dependency> <groupId>org.testng</groupId> <artifactId>testng</artifactId> - <version>6.14.2</version> + <version>6.14.3</version> <scope>test</scope> <exclusions> <exclusion> @@ -264,6 +264,16 @@ </execution> </executions> </plugin> + <plugin> + <artifactId>maven-enforcer-plugin</artifactId> + <dependencies> + <dependency> + <groupId>org.codehaus.mojo</groupId> + <artifactId>extra-enforcer-rules</artifactId> + <version>1.0-beta-7</version> + </dependency> + </dependencies> + </plugin> </plugins> <pluginManagement> @@ -295,6 +305,7 @@ <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>webstart-maven-plugin</artifactId> + <version>1.0-beta-7</version> <configuration> <!--FIXME Find a way to get correct value of siteDeployClassifier--> <codebase>http://jtimer.chorem.org/v/${siteDeployClassifier}/jnlp</codebase> @@ -502,7 +513,7 @@ <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>webstart-maven-plugin</artifactId> - <version>${webstartPluginVersion}</version> + <version>1.0-beta-7</version> <configuration> <siteJnlpFile>${jnlpFileName}</siteJnlpFile> </configuration> -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.