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:59 UTC

svn commit: r662772 - /struts/struts1/branches/STRUTS_1_3_BRANCH/core/pom.xml

Author: niallp
Date: Tue Jun  3 05:36:59 2008
New Revision: 662772

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

Modified:
    struts/struts1/branches/STRUTS_1_3_BRANCH/core/pom.xml

Modified: struts/struts1/branches/STRUTS_1_3_BRANCH/core/pom.xml
URL: http://svn.apache.org/viewvc/struts/struts1/branches/STRUTS_1_3_BRANCH/core/pom.xml?rev=662772&r1=662771&r2=662772&view=diff
==============================================================================
--- struts/struts1/branches/STRUTS_1_3_BRANCH/core/pom.xml (original)
+++ struts/struts1/branches/STRUTS_1_3_BRANCH/core/pom.xml Tue Jun  3 05:36:59 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>