You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by vs...@apache.org on 2007/07/07 14:46:21 UTC

svn commit: r554193 - /maven/plugins/trunk/maven-antlr-plugin/pom.xml

Author: vsiveton
Date: Sat Jul  7 05:46:20 2007
New Revision: 554193

URL: http://svn.apache.org/viewvc?view=rev&rev=554193
Log:
o bumped to maven-plugin-testing-harness:1.0

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

Modified: maven/plugins/trunk/maven-antlr-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-antlr-plugin/pom.xml?view=diff&rev=554193&r1=554192&r2=554193
==============================================================================
--- maven/plugins/trunk/maven-antlr-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-antlr-plugin/pom.xml Sat Jul  7 05:46:20 2007
@@ -104,7 +104,7 @@
     <dependency>
       <groupId>org.apache.maven.shared</groupId>
       <artifactId>maven-plugin-testing-harness</artifactId>
-      <version>1.0-beta-1</version>
+      <version>1.0</version>
       <scope>test</scope>
     </dependency>
     <dependency>
@@ -222,4 +222,3 @@
     </profile>
   </profiles>
 </project>
-