Author: ggregory
Date: Tue Sep 2 16:36:06 2014
New Revision: 1622064
URL: http://svn.apache.org/r1622064
Log:
[POOL-274] Update asm-util to 5.0.3 from 4.0.
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=1622064&r1=1622063&r2=1622064&view=diff
==============================================================================
--- commons/proper/pool/trunk/pom.xml (original)
+++ commons/proper/pool/trunk/pom.xml Tue Sep 2 16:36:06 2014
@@ -129,7 +129,7 @@
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm-util</artifactId>
- <version>4.0</version>
+ <version>5.0.3</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=1622064&r1=1622063&r2=1622064&view=diff
==============================================================================
--- commons/proper/pool/trunk/src/changes/changes.xml (original)
+++ commons/proper/pool/trunk/src/changes/changes.xml Tue Sep 2 16:36:06 2014
@@ -72,6 +72,9 @@ The <action> type attribute can be add,u
<action dev="ggregory" type="update" issue="POOL-273">
Update cglib to 3.1 from 3.0.
</action>
+ <action dev="ggregory" type="update" issue="POOL-274">
+ Update asm-util to 5.0.3 from 4.0.
+ </action>
</release>
<release version="2.2" date="2014-02-24" description=
"This is a maintenance release that adds a new testOnCreate configuration
option