Author: echatellier Date: 2013-05-15 14:56:46 +0200 (Wed, 15 May 2013) New Revision: 2895 Url: http://chorem.org/projects/jtimer/repository/revisions/2895 Log: Update libs Modified: trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2013-02-18 14:12:23 UTC (rev 2894) +++ trunk/pom.xml 2013-05-15 12:56:46 UTC (rev 2895) @@ -5,7 +5,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>mavenpom4redmine</artifactId> - <version>3.4.7</version> + <version>3.4.10</version> </parent> <groupId>org.chorem</groupId> @@ -172,7 +172,7 @@ <plugins> <plugin> <artifactId>maven-checkstyle-plugin</artifactId> - <version>2.9.1</version> + <version>2.10</version> <configuration> <configLocation>${maven.src.dir}/main/config/checkstyle.xml </configLocation> @@ -192,7 +192,7 @@ <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>cobertura-maven-plugin</artifactId> - <version>2.5.1</version> + <version>2.5.2</version> </plugin> <!-- TODO Use this when jnlp will be ok --> @@ -208,7 +208,7 @@ <dependency> <groupId>org.nuiton</groupId> <artifactId>nuiton-utils</artifactId> - <version>2.6.6</version> + <version>2.6.12</version> <scope>compile</scope> <exclusions> <exclusion> @@ -223,6 +223,10 @@ <groupId>org.nuiton.i18n</groupId> <artifactId>nuiton-i18n</artifactId> </exclusion> + <exclusion> + <artifactId>commons-vfs2</artifactId> + <groupId>org.apache.commons</groupId> + </exclusion> </exclusions> </dependency> <dependency> @@ -240,19 +244,19 @@ <dependency> <groupId>org.swinglabs.swingx</groupId> <artifactId>swingx-core</artifactId> - <version>1.6.5</version> + <version>1.6.5-1</version> <scope>compile</scope> </dependency> <dependency> <groupId>net.java.dev.jna</groupId> <artifactId>jna</artifactId> - <version>3.5.1</version> + <version>3.5.2</version> <scope>compile</scope> </dependency> <dependency> <groupId>net.java.dev.jna</groupId> <artifactId>platform</artifactId> - <version>3.5.1</version> + <version>3.5.2</version> <scope>compile</scope> </dependency> <dependency> @@ -313,7 +317,7 @@ <dependency> <groupId>org.testng</groupId> <artifactId>testng</artifactId> - <version>6.8</version> + <version>6.8.5</version> <scope>test</scope> <exclusions> <exclusion>
participants (1)
-
echatellier@users.chorem.org