Author: khmarbaise Date: Sun Oct 26 14:14:10 2014 New Revision: 1634331 URL: http://svn.apache.org/r1634331 Log: [MCLEAN-59] - Changed from org.apache.maven.shared:maven-plugin-testing-harness:1.1 to org.apache.maven.plugin-testing:maven-plugin-testing-harness:1.3
Modified: maven/plugins/trunk/maven-clean-plugin/pom.xml Modified: maven/plugins/trunk/maven-clean-plugin/pom.xml URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-clean-plugin/pom.xml?rev=1634331&r1=1634330&r2=1634331&view=diff ============================================================================== --- maven/plugins/trunk/maven-clean-plugin/pom.xml (original) +++ maven/plugins/trunk/maven-clean-plugin/pom.xml Sun Oct 26 14:14:10 2014 @@ -86,9 +86,9 @@ under the License. <!-- Test --> <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.3</version> <scope>test</scope> </dependency> </dependencies>