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 2010/10/07 18:44:36 UTC

svn commit: r1005521 - /cxf/trunk/parent/pom.xml

Author: dkulp
Date: Thu Oct  7 16:44:36 2010
New Revision: 1005521

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

Modified:
    cxf/trunk/parent/pom.xml

Modified: cxf/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/cxf/trunk/parent/pom.xml?rev=1005521&r1=1005520&r2=1005521&view=diff
==============================================================================
--- cxf/trunk/parent/pom.xml (original)
+++ cxf/trunk/parent/pom.xml Thu Oct  7 16:44:36 2010
@@ -933,7 +933,7 @@
             <dependency>
                 <groupId>asm</groupId>
                 <artifactId>asm</artifactId>
-                <version>2.2.3</version>
+                <version>3.3</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.velocity</groupId>