You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by pb...@apache.org on 2007/08/26 21:18:03 UTC

svn commit: r569862 - /struts/struts1/trunk/core/pom.xml

Author: pbenedict
Date: Sun Aug 26 12:18:03 2007
New Revision: 569862

URL: http://svn.apache.org/viewvc?rev=569862&view=rev
Log:
STR-3090: Upgrade antlr to 2.7.7

Modified:
    struts/struts1/trunk/core/pom.xml

Modified: struts/struts1/trunk/core/pom.xml
URL: http://svn.apache.org/viewvc/struts/struts1/trunk/core/pom.xml?rev=569862&r1=569861&r2=569862&view=diff
==============================================================================
--- struts/struts1/trunk/core/pom.xml (original)
+++ struts/struts1/trunk/core/pom.xml Sun Aug 26 12:18:03 2007
@@ -106,7 +106,7 @@
         <dependency>
             <groupId>antlr</groupId>
             <artifactId>antlr</artifactId>
-            <version>2.7.2</version>
+            <version>2.7.7</version>
         </dependency>
         <dependency>
             <groupId>commons-beanutils</groupId>