You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by rm...@apache.org on 2012/02/07 13:35:59 UTC

svn commit: r1241445 - /openejb/trunk/patched-libraries/cxf-bundle-patched/pom.xml

Author: rmannibucau
Date: Tue Feb  7 12:35:58 2012
New Revision: 1241445

URL: http://svn.apache.org/viewvc?rev=1241445&view=rev
Log:
updating cxf version since the 2.5.1 contains a security issue

Modified:
    openejb/trunk/patched-libraries/cxf-bundle-patched/pom.xml

Modified: openejb/trunk/patched-libraries/cxf-bundle-patched/pom.xml
URL: http://svn.apache.org/viewvc/openejb/trunk/patched-libraries/cxf-bundle-patched/pom.xml?rev=1241445&r1=1241444&r2=1241445&view=diff
==============================================================================
--- openejb/trunk/patched-libraries/cxf-bundle-patched/pom.xml (original)
+++ openejb/trunk/patched-libraries/cxf-bundle-patched/pom.xml Tue Feb  7 12:35:58 2012
@@ -26,14 +26,14 @@
 
   <groupId>org.apache.openejb.patch</groupId>
   <artifactId>openejb-cxf-bundle</artifactId>
-  <version>2.5.1-SNAPSHOT</version>
+  <version>2.5.2-SNAPSHOT</version>
   <name>Apache OpenEJB Patch :: CXF Bundle</name>
 
   <dependencies>
     <dependency>
       <groupId>org.apache.cxf</groupId>
       <artifactId>cxf-bundle</artifactId>
-      <version>2.5.1</version>
+      <version>2.5.2</version>
       <scope>provided</scope>
     </dependency>
     <dependency>