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 2014/02/12 23:19:28 UTC

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

Author: olamy
Date: Wed Feb 12 22:19:28 2014
New Revision: 1567773

URL: http://svn.apache.org/r1567773
Log:
use last cxf 2.6.13

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=1567773&r1=1567772&r2=1567773&view=diff
==============================================================================
--- archiva/redback/redback-core/trunk/pom.xml (original)
+++ archiva/redback/redback-core/trunk/pom.xml Wed Feb 12 22:19:28 2014
@@ -77,7 +77,7 @@
 
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <gpg.useagent>true</gpg.useagent>
-    <cxfVersion>2.6.10</cxfVersion>
+    <cxfVersion>2.6.13</cxfVersion>
     <!--
     <redbackTestJdbcUrl>jdbc:derby:memory:users-test;create=true</redbackTestJdbcUrl>
     <redbackTestJdbcDriver>org.apache.derby.jdbc.EmbeddedDriver</redbackTestJdbcDriver>