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/14 15:29:29 UTC

svn commit: r556275 - /maven/plugins/tags/maven-antlr-plugin-2.0/src/it/java-grammar-report-test/pom.xml

Author: vsiveton
Date: Sat Jul 14 06:29:29 2007
New Revision: 556275

URL: http://svn.apache.org/viewvc?view=rev&rev=556275
Log:
o fixed the maven-antlr-plugin version for IT tests

Modified:
    maven/plugins/tags/maven-antlr-plugin-2.0/src/it/java-grammar-report-test/pom.xml

Modified: maven/plugins/tags/maven-antlr-plugin-2.0/src/it/java-grammar-report-test/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/tags/maven-antlr-plugin-2.0/src/it/java-grammar-report-test/pom.xml?view=diff&rev=556275&r1=556274&r2=556275
==============================================================================
--- maven/plugins/tags/maven-antlr-plugin-2.0/src/it/java-grammar-report-test/pom.xml (original)
+++ maven/plugins/tags/maven-antlr-plugin-2.0/src/it/java-grammar-report-test/pom.xml Sat Jul 14 06:29:29 2007
@@ -35,7 +35,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-antlr-plugin</artifactId>
-        <version>2.0-SNAPSHOT</version>
+        <version>2.0</version>
         <configuration>
           <grammars>java15.g</grammars>
         </configuration>