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/05/18 01:14:08 UTC

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

Author: vsiveton
Date: Thu May 17 16:14:08 2007
New Revision: 539160

URL: http://svn.apache.org/viewvc?view=rev&rev=539160
Log:
MANTLR-13: Upgrade to Antlr 2.7.7
Submitted by: Ersin Er
Reviewed by: Vincent Siveton

o applied patch

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=539160&r1=539159&r2=539160
==============================================================================
--- maven/plugins/trunk/maven-antlr-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-antlr-plugin/pom.xml Thu May 17 16:14:08 2007
@@ -36,8 +36,8 @@
   <dependencies>
     <dependency>
       <groupId>antlr</groupId>
-      <artifactId>antlrall</artifactId>
-      <version>2.7.4</version>
+      <artifactId>antlr</artifactId>
+      <version>2.7.7</version>
     </dependency>
     <dependency>
       <groupId>org.apache.maven</groupId>