Author: echatellier Date: 2012-05-16 16:50:43 +0200 (Wed, 16 May 2012) New Revision: 2866 Url: http://chorem.org/repositories/revision/jtimer/2866 Log: fixes #559: Update to nuiton-utils 2.4.8 fixes #560: Udpate to testng 6.5.2 Modified: trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2012-04-16 16:12:46 UTC (rev 2865) +++ trunk/pom.xml 2012-05-16 14:50:43 UTC (rev 2866) @@ -5,7 +5,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>mavenpom4redmine</artifactId> - <version>3.2.1</version> + <version>3.3.1</version> </parent> <groupId>org.chorem</groupId> @@ -208,7 +208,7 @@ <dependency> <groupId>org.nuiton</groupId> <artifactId>nuiton-utils</artifactId> - <version>2.4.6</version> + <version>2.4.8</version> <scope>compile</scope> <exclusions> <exclusion> @@ -313,7 +313,7 @@ <dependency> <groupId>org.testng</groupId> <artifactId>testng</artifactId> - <version>6.4</version> + <version>6.5.2</version> <scope>test</scope> <exclusions> <exclusion>
participants (1)
-
echatellier@users.chorem.org