You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2008/07/26 16:13:54 UTC

svn commit: r679995 - /maven/plugins/trunk/maven-war-plugin/pom.xml

Author: olamy
Date: Sat Jul 26 07:13:54 2008
New Revision: 679995

URL: http://svn.apache.org/viewvc?rev=679995&view=rev
Log:
using release of maven-plugin-testing-harness:1.2

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

Modified: maven/plugins/trunk/maven-war-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-war-plugin/pom.xml?rev=679995&r1=679994&r2=679995&view=diff
==============================================================================
--- maven/plugins/trunk/maven-war-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-war-plugin/pom.xml Sat Jul 26 07:13:54 2008
@@ -115,9 +115,9 @@
       <scope>test</scope>
     </dependency>
     <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>
   </dependencies>