You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2012/02/27 14:25:34 UTC

svn commit: r1294145 - /karaf/branches/karaf-2.2.x/pom.xml

Author: jbonofre
Date: Mon Feb 27 13:25:33 2012
New Revision: 1294145

URL: http://svn.apache.org/viewvc?rev=1294145&view=rev
Log:
[KARAF-1233] Upgrade to asm 3.3.1

Modified:
    karaf/branches/karaf-2.2.x/pom.xml

Modified: karaf/branches/karaf-2.2.x/pom.xml
URL: http://svn.apache.org/viewvc/karaf/branches/karaf-2.2.x/pom.xml?rev=1294145&r1=1294144&r2=1294145&view=diff
==============================================================================
--- karaf/branches/karaf-2.2.x/pom.xml (original)
+++ karaf/branches/karaf-2.2.x/pom.xml Mon Feb 27 13:25:33 2012
@@ -102,7 +102,7 @@
 
     <properties>
         <aopalliance.bundle.version>1.0_5</aopalliance.bundle.version>
-        <asm.bundle.version>3.3_2</asm.bundle.version>
+        <asm.bundle.version>3.3.1_1</asm.bundle.version>
         <cglib.bundle.version>2.1_3_7</cglib.bundle.version>
         <commons-beanutils.version>1.8.3</commons-beanutils.version>
         <commons-codec.version>1.6</commons-codec.version>