You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2012/03/19 19:11:33 UTC

svn commit: r1302580 - /cxf/branches/2.5.x-fixes/parent/pom.xml

Author: dkulp
Date: Mon Mar 19 18:11:32 2012
New Revision: 1302580

URL: http://svn.apache.org/viewvc?rev=1302580&view=rev
Log:
Update asm version

Modified:
    cxf/branches/2.5.x-fixes/parent/pom.xml

Modified: cxf/branches/2.5.x-fixes/parent/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.5.x-fixes/parent/pom.xml?rev=1302580&r1=1302579&r2=1302580&view=diff
==============================================================================
--- cxf/branches/2.5.x-fixes/parent/pom.xml (original)
+++ cxf/branches/2.5.x-fixes/parent/pom.xml Mon Mar 19 18:11:32 2012
@@ -142,7 +142,7 @@
         <cxf.javax.mail.version>1.4.4</cxf.javax.mail.version>
         <cxf.jaxb.bundle.version>2.2.1.1_1</cxf.jaxb.bundle.version>
         <cxf.saaj-impl.bundle.version>1.3.9_2</cxf.saaj-impl.bundle.version>
-        <cxf.asm.bundle.version>3.3_2</cxf.asm.bundle.version>
+        <cxf.asm.bundle.version>3.3.1_1</cxf.asm.bundle.version>
         <cxf.wsdl4j.bundle.version>1.6.2_3</cxf.wsdl4j.bundle.version>
         <cxf.xmlsec.bundle.version>1.5.1</cxf.xmlsec.bundle.version>
         <cxf.rhino.bundle.version>1.7R2_1</cxf.rhino.bundle.version>
@@ -1043,7 +1043,7 @@
             <dependency>
                 <groupId>asm</groupId>
                 <artifactId>asm</artifactId>
-                <version>3.3</version>
+                <version>3.3.1</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.velocity</groupId>