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 2015/05/19 01:48:48 UTC

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

Author: ggregory
Date: Mon May 18 23:48:48 2015
New Revision: 1680134

URL: http://svn.apache.org/r1680134
Log:
[POOL-296] Update asm-util from 5.0.3 to 5.0.4.

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=1680134&r1=1680133&r2=1680134&view=diff
==============================================================================
--- commons/proper/pool/trunk/pom.xml (original)
+++ commons/proper/pool/trunk/pom.xml Mon May 18 23:48:48 2015
@@ -129,7 +129,7 @@
     <dependency>
       <groupId>org.ow2.asm</groupId>
       <artifactId>asm-util</artifactId>
-      <version>5.0.3</version>
+      <version>5.0.4</version>
       <optional>true</optional>
     </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=1680134&r1=1680133&r2=1680134&view=diff
==============================================================================
--- commons/proper/pool/trunk/src/changes/changes.xml (original)
+++ commons/proper/pool/trunk/src/changes/changes.xml Mon May 18 23:48:48 2015
@@ -73,6 +73,9 @@ The <action> type attribute can be add,u
     <action dev="ggregory" type="update" issue="POOL-295">
       Update tests from JUnit 4.11 to 4.12.
     </action>
+    <action dev="ggregory" type="update" issue="POOL-296">
+      Update asm-util from 5.0.3 to 5.0.4.
+    </action>
   </release>
   <release version="2.3" date="2014-12-30" description=
 "This is a maintenance release that includes bug fixes and minor enhancements.">