You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2014/09/30 17:24:41 UTC

svn commit: r1628470 - in /commons/proper/beanutils/trunk: pom.xml src/changes/changes.xml

Author: ggregory
Date: Tue Sep 30 15:24:40 2014
New Revision: 1628470

URL: http://svn.apache.org/r1628470
Log:
[BEANUTILS-469] Update commons-logging from 1.1.1 to 1.2.

Modified:
    commons/proper/beanutils/trunk/pom.xml
    commons/proper/beanutils/trunk/src/changes/changes.xml

Modified: commons/proper/beanutils/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/beanutils/trunk/pom.xml?rev=1628470&r1=1628469&r2=1628470&view=diff
==============================================================================
--- commons/proper/beanutils/trunk/pom.xml (original)
+++ commons/proper/beanutils/trunk/pom.xml Tue Sep 30 15:24:40 2014
@@ -270,7 +270,7 @@
     <dependency>
       <groupId>commons-logging</groupId>
       <artifactId>commons-logging</artifactId>
-      <version>1.1.1</version>
+      <version>1.2</version>
     </dependency>
     <dependency>
       <groupId>commons-collections</groupId>

Modified: commons/proper/beanutils/trunk/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/beanutils/trunk/src/changes/changes.xml?rev=1628470&r1=1628469&r2=1628470&view=diff
==============================================================================
--- commons/proper/beanutils/trunk/src/changes/changes.xml (original)
+++ commons/proper/beanutils/trunk/src/changes/changes.xml Tue Sep 30 15:24:40 2014
@@ -20,6 +20,9 @@
   <body>
 
     <release version="1.9.3" date="in SVN" description="TBD">
+      <action dev="ggregory" type="update" issue="BEANUTILS-469">
+        Update commons-logging from 1.1.1 to 1.2.
+      </action>
     </release>
 
     <release version="1.9.2" date="2014-05-29"