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/02 18:29:45 UTC

svn commit: r1622059 - in /commons/proper/pool/trunk: pom.xml src/changes/changes.xml

Author: ggregory
Date: Tue Sep  2 16:29:45 2014
New Revision: 1622059

URL: http://svn.apache.org/r1622059
Log:
[POOL-273] Update cglib to 3.1 from 3.0. "mvn test" OK.

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

Modified: commons/proper/pool/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/pool/trunk/pom.xml?rev=1622059&r1=1622058&r2=1622059&view=diff
==============================================================================
--- commons/proper/pool/trunk/pom.xml (original)
+++ commons/proper/pool/trunk/pom.xml Tue Sep  2 16:29:45 2014
@@ -123,7 +123,7 @@
     <dependency>
       <groupId>cglib</groupId>
       <artifactId>cglib</artifactId>
-      <version>3.0</version>
+      <version>3.1</version>
       <optional>true</optional>
     </dependency>
     <dependency>

Modified: commons/proper/pool/trunk/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/pool/trunk/src/changes/changes.xml?rev=1622059&r1=1622058&r2=1622059&view=diff
==============================================================================
--- commons/proper/pool/trunk/src/changes/changes.xml (original)
+++ commons/proper/pool/trunk/src/changes/changes.xml Tue Sep  2 16:29:45 2014
@@ -43,8 +43,7 @@ The <action> type attribute can be add,u
     <title>Apache Commons Pool Changes</title>
   </properties>
   <body>
-  <release version="2.3" date="TBD" description=
-"TBD">
+  <release version="2.3" date="TBD" description="TBD">
     <action dev="psteitz" type="fix" issue="POOL-270" due-to="Michael Berman">
       Fixed error in GenericKeyedObjectPool constructor causing minEvictableIdleTimeMillis
       to be used in place of timeBetweenEvictionRunsMillis in eviction timer setup
@@ -70,6 +69,9 @@ The <action> type attribute can be add,u
       block indefinitely.  Also modified computation to include latency clients
       experience due to waiting on factory methods.
     </action>
+    <action dev="ggregory" type="update" issue="POOL-273">
+      Update cglib to 3.1 from 3.0.
+    </action>
   </release>
   <release version="2.2" date="2014-02-24" description=
 "This is a maintenance release that adds a new testOnCreate configuration option