You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ol...@apache.org on 2012/04/24 19:43:20 UTC

svn commit: r1329888 - /archiva/redback/redback-core/trunk/pom.xml

Author: olamy
Date: Tue Apr 24 17:43:19 2012
New Revision: 1329888

URL: http://svn.apache.org/viewvc?rev=1329888&view=rev
Log:
use cxf 2.5.3

Modified:
    archiva/redback/redback-core/trunk/pom.xml

Modified: archiva/redback/redback-core/trunk/pom.xml
URL: http://svn.apache.org/viewvc/archiva/redback/redback-core/trunk/pom.xml?rev=1329888&r1=1329887&r2=1329888&view=diff
==============================================================================
--- archiva/redback/redback-core/trunk/pom.xml (original)
+++ archiva/redback/redback-core/trunk/pom.xml Tue Apr 24 17:43:19 2012
@@ -164,7 +164,7 @@
     <jacksonVersion>1.9.5</jacksonVersion>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <gpg.useagent>true</gpg.useagent>
-    <cxfVersion>2.5.2</cxfVersion>
+    <cxfVersion>2.5.3</cxfVersion>
     <derbyVersion>10.8.2.2</derbyVersion>
 
     <redbackTestJdbcUrl>jdbc:derby:memory:users-test;create=true</redbackTestJdbcUrl>