Author: tchemit Date: 2009-09-12 00:06:27 +0200 (Sat, 12 Sep 2009) New Revision: 572 Modified: trunk/pom.xml Log: bump maven-plugin-testing-harness (note: the groupId has changed) Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2009-09-09 21:41:40 UTC (rev 571) +++ trunk/pom.xml 2009-09-11 22:06:27 UTC (rev 572) @@ -77,9 +77,9 @@ <!-- tests dependencies --> <dependency> - <groupId>org.apache.maven.shared</groupId> + <groupId>org.apache.maven.plugin-testing</groupId> <artifactId>maven-plugin-testing-harness</artifactId> - <version>1.1</version> + <version>1.2</version> <scope>test</scope> </dependency>
participants (1)
-
tchemit@users.nuiton.org