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 2008/09/02 04:39:02 UTC

svn commit: r691096 - in /struts/struts1: branches/STRUTS_1_3_BRANCH/core/pom.xml trunk/pom.xml

Author: pbenedict
Date: Mon Sep  1 19:39:02 2008
New Revision: 691096

URL: http://svn.apache.org/viewvc?rev=691096&view=rev
Log:
Upgrade BeanUtils to 1.8

Modified:
    struts/struts1/branches/STRUTS_1_3_BRANCH/core/pom.xml
    struts/struts1/trunk/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=691096&r1=691095&r2=691096&view=diff
==============================================================================
--- struts/struts1/branches/STRUTS_1_3_BRANCH/core/pom.xml (original)
+++ struts/struts1/branches/STRUTS_1_3_BRANCH/core/pom.xml Mon Sep  1 19:39:02 2008
@@ -111,7 +111,7 @@
         <dependency>
             <groupId>commons-beanutils</groupId>
             <artifactId>commons-beanutils</artifactId>
-            <version>1.7.0</version>
+            <version>1.8.0</version>
         </dependency>
         <dependency>
             <groupId>commons-chain</groupId>

Modified: struts/struts1/trunk/pom.xml
URL: http://svn.apache.org/viewvc/struts/struts1/trunk/pom.xml?rev=691096&r1=691095&r2=691096&view=diff
==============================================================================
--- struts/struts1/trunk/pom.xml (original)
+++ struts/struts1/trunk/pom.xml Mon Sep  1 19:39:02 2008
@@ -335,7 +335,7 @@
             <dependency>
                 <groupId>commons-beanutils</groupId>
                 <artifactId>commons-beanutils</artifactId>
-                <version>1.7.0</version>
+                <version>1.8.0</version>
             </dependency>
             <dependency>
                <groupId>commons-codec</groupId>