Author: tchemit Date: 2009-09-29 18:55:14 +0200 (Tue, 29 Sep 2009) New Revision: 224 Modified: trunk/pom.xml Log: use mavenpom 1.0.3, junit 4.7 Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2009-08-25 22:39:56 UTC (rev 223) +++ trunk/pom.xml 2009-09-29 16:55:14 UTC (rev 224) @@ -10,7 +10,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>mavenpom</artifactId> - <version>1.0.1</version> + <version>1.0.3-SNAPSHOT</version> </parent> <artifactId>nuiton-widgets</artifactId> @@ -70,7 +70,7 @@ <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> - <version>4.6</version> + <version>4.7</version> <scope>test</scope> </dependency>
participants (1)
-
tchemit@users.nuiton.org