You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ca...@apache.org on 2007/01/11 19:50:49 UTC

svn commit: r495331 - /maven/plugins/trunk/maven-compiler-plugin/pom.xml

Author: carlos
Date: Thu Jan 11 10:50:48 2007
New Revision: 495331

URL: http://svn.apache.org/viewvc?view=rev&rev=495331
Log:
Use released version of testing harness

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

Modified: maven/plugins/trunk/maven-compiler-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-compiler-plugin/pom.xml?view=diff&rev=495331&r1=495330&r2=495331
==============================================================================
--- maven/plugins/trunk/maven-compiler-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-compiler-plugin/pom.xml Thu Jan 11 10:50:48 2007
@@ -51,9 +51,9 @@
       <version>2.0</version>
     </dependency>
     <dependency>
-      <groupId>org.apache.maven</groupId>
+      <groupId>org.apache.maven.shared</groupId>
       <artifactId>maven-plugin-testing-harness</artifactId>
-      <version>1.0-SNAPSHOT</version>
+      <version>1.0-beta-1</version>
       <scope>test</scope>
     </dependency>
   </dependencies>