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 d72f1f660f55ea674c01da10243b9ea58c7d2a11 Author: Eric Chatellier <chatellier@codelutin.com> Date: Tue Mar 22 17:44:52 2016 +0100 Update jna --- pom.xml | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/pom.xml b/pom.xml index 0418836..52151f6 100644 --- a/pom.xml +++ b/pom.xml @@ -164,7 +164,7 @@ <dependency> <groupId>org.nuiton.jrst</groupId> <artifactId>doxia-module-jrst</artifactId> - <version>${jrstPluginVersion}</version> + <version>2.2</version> </dependency> </dependencies> </plugin> @@ -172,6 +172,7 @@ <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> @@ -209,13 +210,6 @@ <enabled>false</enabled> </pack200> </configuration> - <dependencies> - <dependency> - <groupId>org.codehaus.mojo</groupId> - <artifactId>keytool-api-1.7</artifactId> - <version>1.5</version> - </dependency> - </dependencies> </plugin> </plugins> </pluginManagement> @@ -297,7 +291,7 @@ <dependency> <groupId>net.java.dev.jna</groupId> <artifactId>jna</artifactId> - <version>4.2.1</version> + <version>4.2.2</version> <scope>compile</scope> </dependency> <dependency> -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.