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 2011/12/09 19:34:31 UTC

svn commit: r1212565 - /cxf/branches/2.4.x-fixes/systests/ws-security-examples/pom.xml

Author: dkulp
Date: Fri Dec  9 18:34:30 2011
New Revision: 1212565

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

Modified:
    cxf/branches/2.4.x-fixes/systests/ws-security-examples/pom.xml

Modified: cxf/branches/2.4.x-fixes/systests/ws-security-examples/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.4.x-fixes/systests/ws-security-examples/pom.xml?rev=1212565&r1=1212564&r2=1212565&view=diff
==============================================================================
--- cxf/branches/2.4.x-fixes/systests/ws-security-examples/pom.xml (original)
+++ cxf/branches/2.4.x-fixes/systests/ws-security-examples/pom.xml Fri Dec  9 18:34:30 2011
@@ -20,7 +20,7 @@
     <parent>
         <artifactId>cxf-parent</artifactId>
         <groupId>org.apache.cxf</groupId>
-        <version>2.5.1-SNAPSHOT</version>
+        <version>2.4.5-SNAPSHOT</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
@@ -28,7 +28,7 @@
     <artifactId>cxf-systests-ws-security-examples</artifactId>
     <name>Apache CXF WS-Security Interop System Tests</name>
     <description>Apache CXF WS-Security Interop System Tests</description>
-    <version>2.5.1-SNAPSHOT</version>
+    <version>2.4.5-SNAPSHOT</version>
     <url>http://cxf.apache.org</url>
     
     <build>