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:12:46 UTC

svn commit: r1294140 - /karaf/trunk/pom.xml

Author: jbonofre
Date: Mon Feb 27 13:12:46 2012
New Revision: 1294140

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

Modified:
    karaf/trunk/pom.xml

Modified: karaf/trunk/pom.xml
URL: http://svn.apache.org/viewvc/karaf/trunk/pom.xml?rev=1294140&r1=1294139&r2=1294140&view=diff
==============================================================================
--- karaf/trunk/pom.xml (original)
+++ karaf/trunk/pom.xml Mon Feb 27 13:12:46 2012
@@ -111,7 +111,7 @@
     <properties>
         <!-- Apache ServiceMix Bundles -->
         <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>