Author: tchemit Date: 2009-09-29 19:07:57 +0200 (Tue, 29 Sep 2009) New Revision: 178 Modified: trunk/pom.xml Log: use mavenpom 1.0.3, junit 4.7 Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2009-08-25 22:40:06 UTC (rev 177) +++ trunk/pom.xml 2009-09-29 17:07:57 UTC (rev 178) @@ -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-matrix</artifactId> @@ -79,7 +79,7 @@ <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> - <version>4.6</version> + <version>4.7</version> <scope>test</scope> </dependency>