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 2009/11/20 09:55:03 UTC

svn commit: r882453 - /maven/plugins/branches/maven-site-plugin-3.x/pom.xml

Author: olamy
Date: Fri Nov 20 08:55:01 2009
New Revision: 882453

URL: http://svn.apache.org/viewvc?rev=882453&view=rev
Log:
use maven-plugin-testing-harness released version

Modified:
    maven/plugins/branches/maven-site-plugin-3.x/pom.xml

Modified: maven/plugins/branches/maven-site-plugin-3.x/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/branches/maven-site-plugin-3.x/pom.xml?rev=882453&r1=882452&r2=882453&view=diff
==============================================================================
--- maven/plugins/branches/maven-site-plugin-3.x/pom.xml (original)
+++ maven/plugins/branches/maven-site-plugin-3.x/pom.xml Fri Nov 20 08:55:01 2009
@@ -349,7 +349,7 @@
     <dependency>
       <groupId>org.apache.maven.plugin-testing</groupId>
       <artifactId>maven-plugin-testing-harness</artifactId>
-      <version>2.0-SNAPSHOT</version>
+      <version>2.0-alpha-1</version>
       <scope>test</scope>
     </dependency>
   </dependencies>