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/23 09:44:28 UTC

svn commit: r679013 - /maven/plugins/trunk/maven-deploy-plugin/pom.xml

Author: olamy
Date: Wed Jul 23 00:44:27 2008
New Revision: 679013

URL: http://svn.apache.org/viewvc?rev=679013&view=rev
Log:
use released version

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

Modified: maven/plugins/trunk/maven-deploy-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-deploy-plugin/pom.xml?rev=679013&r1=679012&r2=679013&view=diff
==============================================================================
--- maven/plugins/trunk/maven-deploy-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-deploy-plugin/pom.xml Wed Jul 23 00:44:27 2008
@@ -70,9 +70,9 @@
       <version>2.0.6</version>
     </dependency>
     <dependency>
-      <groupId>org.apache.maven</groupId>
+      <groupId>org.apache.maven.plugin-testing</groupId>
       <artifactId>maven-plugin-testing-harness</artifactId>
-      <version>2.4-SNAPSHOT</version>
+      <version>1.2</version>
       <scope>test</scope>
     </dependency>
   </dependencies>