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/04/06 16:49:34 UTC

svn commit: r1310365 - /cxf/branches/2.5.x-fixes/systests/ws-rm/pom.xml

Author: dkulp
Date: Fri Apr  6 14:49:32 2012
New Revision: 1310365

URL: http://svn.apache.org/viewvc?rev=1310365&view=rev
Log:
Fix version

Modified:
    cxf/branches/2.5.x-fixes/systests/ws-rm/pom.xml

Modified: cxf/branches/2.5.x-fixes/systests/ws-rm/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.5.x-fixes/systests/ws-rm/pom.xml?rev=1310365&r1=1310364&r2=1310365&view=diff
==============================================================================
--- cxf/branches/2.5.x-fixes/systests/ws-rm/pom.xml (original)
+++ cxf/branches/2.5.x-fixes/systests/ws-rm/pom.xml Fri Apr  6 14:49:32 2012
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>cxf-parent</artifactId>
         <groupId>org.apache.cxf</groupId>
-        <version>2.6.0-SNAPSHOT</version>
+        <version>2.5.3-SNAPSHOT</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
@@ -29,7 +29,7 @@
     <artifactId>cxf-systests-ws-rm</artifactId>
     <name>Apache CXF WS-RM Specifications System Tests</name>
     <description>Apache CXF WS-RM Specifications System Tests</description>
-    <version>2.6.0-SNAPSHOT</version>
+    <version>2.5.3-SNAPSHOT</version>
     <url>http://cxf.apache.org</url>
 
     <dependencies>