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:22:54 UTC

svn commit: r679998 - /maven/plugins/trunk/maven-site-plugin/pom.xml

Author: olamy
Date: Sat Jul 26 07:22:53 2008
New Revision: 679998

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

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

Modified: maven/plugins/trunk/maven-site-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-site-plugin/pom.xml?rev=679998&r1=679997&r2=679998&view=diff
==============================================================================
--- maven/plugins/trunk/maven-site-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-site-plugin/pom.xml Sat Jul 26 07:22:53 2008
@@ -374,9 +374,9 @@
 
     <!-- test -->
     <dependency>
-      <groupId>org.apache.maven.shared</groupId>
+      <groupId>org.apache.maven.plugin-testing</groupId>
       <artifactId>maven-plugin-testing-harness</artifactId>
-      <version>1.0-beta-1</version>
+      <version>1.2</version>
       <scope>test</scope>
     </dependency>
   </dependencies>