Author: bentmann Date: Thu Sep 11 12:55:18 2008 New Revision: 694443 URL: http://svn.apache.org/viewvc?rev=694443&view=rev Log: o Fixed dependency
Modified: maven/plugins/trunk/maven-install-plugin/pom.xml Modified: maven/plugins/trunk/maven-install-plugin/pom.xml URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-install-plugin/pom.xml?rev=694443&r1=694442&r2=694443&view=diff ============================================================================== --- maven/plugins/trunk/maven-install-plugin/pom.xml (original) +++ maven/plugins/trunk/maven-install-plugin/pom.xml Thu Sep 11 12:55:18 2008 @@ -72,9 +72,9 @@ <version>2.0.6</version> </dependency> <dependency> - <groupId>org.apache.maven</groupId> + <groupId>org.apache.maven.plugin-testing</groupId> <artifactId>maven-plugin-testing-harness</artifactId> - <version>2.4-SNAPSHOT</version> + <version>1.2</version> <scope>test</scope> </dependency> <dependency>