You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2012/08/27 22:26:30 UTC

svn commit: r1377830 - /maven/plugins/trunk/maven-resources-plugin/pom.xml

Author: hboutemy
Date: Mon Aug 27 20:26:30 2012
New Revision: 1377830

URL: http://svn.apache.org/viewvc?rev=1377830&view=rev
Log:
reverted r1377348

Modified:
    maven/plugins/trunk/maven-resources-plugin/pom.xml

Modified: maven/plugins/trunk/maven-resources-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-resources-plugin/pom.xml?rev=1377830&r1=1377829&r2=1377830&view=diff
==============================================================================
--- maven/plugins/trunk/maven-resources-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-resources-plugin/pom.xml Mon Aug 27 20:26:30 2012
@@ -139,9 +139,9 @@ under the License.
     </dependency>
 
     <dependency>
-      <groupId>org.apache.maven.plugin-testing</groupId>
+      <groupId>org.apache.maven.shared</groupId>
       <artifactId>maven-plugin-testing-harness</artifactId>
-      <version>2.0</version>
+      <version>1.0-beta-1</version>
       <scope>test</scope>
     </dependency>
     <dependency>