You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by ni...@apache.org on 2008/06/03 14:36:29 UTC

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

Author: niallp
Date: Tue Jun  3 05:36:28 2008
New Revision: 662771

URL: http://svn.apache.org/viewvc?rev=662771&view=rev
Log:
STR-3150 Upgrade Commons Chain to 1.2

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=662771&r1=662770&r2=662771&view=diff
==============================================================================
--- struts/struts1/trunk/core/pom.xml (original)
+++ struts/struts1/trunk/core/pom.xml Tue Jun  3 05:36:28 2008
@@ -116,7 +116,7 @@
         <dependency>
             <groupId>commons-chain</groupId>
             <artifactId>commons-chain</artifactId>
-            <version>1.1</version>
+            <version>1.2</version>
             <exclusions>
                 <exclusion>
                     <groupId>myfaces</groupId>