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 2009/09/01 21:03:31 UTC

svn commit: r810175 - in /cxf/branches/2.2.x-fixes/systests: aegis/pom.xml jaxrs/pom.xml uncategorized/pom.xml

Author: dkulp
Date: Tue Sep  1 19:03:31 2009
New Revision: 810175

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

Modified:
    cxf/branches/2.2.x-fixes/systests/aegis/pom.xml
    cxf/branches/2.2.x-fixes/systests/jaxrs/pom.xml
    cxf/branches/2.2.x-fixes/systests/uncategorized/pom.xml

Modified: cxf/branches/2.2.x-fixes/systests/aegis/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.2.x-fixes/systests/aegis/pom.xml?rev=810175&r1=810174&r2=810175&view=diff
==============================================================================
--- cxf/branches/2.2.x-fixes/systests/aegis/pom.xml (original)
+++ cxf/branches/2.2.x-fixes/systests/aegis/pom.xml Tue Sep  1 19:03:31 2009
@@ -21,14 +21,14 @@
     <parent>
         <artifactId>cxf-parent</artifactId>
         <groupId>org.apache.cxf</groupId>
-        <version>2.3.0-SNAPSHOT</version>
+        <version>2.2.4-SNAPSHOT</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.cxf</groupId>
     <artifactId>cxf-systests-aegis</artifactId>
     <name>Apache CXF Aegis System Tests</name>
-    <version>2.3.0-SNAPSHOT</version>
+    <version>2.2.4-SNAPSHOT</version>
     <url>http://cxf.apache.org</url>
     <scm>
         <connection>scm:svn:http://svn.apache.org/repos/asf/cxf/trunk/systests/aegis</connection>

Modified: cxf/branches/2.2.x-fixes/systests/jaxrs/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.2.x-fixes/systests/jaxrs/pom.xml?rev=810175&r1=810174&r2=810175&view=diff
==============================================================================
--- cxf/branches/2.2.x-fixes/systests/jaxrs/pom.xml (original)
+++ cxf/branches/2.2.x-fixes/systests/jaxrs/pom.xml Tue Sep  1 19:03:31 2009
@@ -21,14 +21,14 @@
     <parent>
         <artifactId>cxf-parent</artifactId>
         <groupId>org.apache.cxf</groupId>
-        <version>2.3.0-SNAPSHOT</version>
+        <version>2.2.4-SNAPSHOT</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.cxf</groupId>
     <artifactId>cxf-systests-jaxrs</artifactId>
     <name>Apache CXF JAX-RS System Tests</name>
-    <version>2.3.0-SNAPSHOT</version>
+    <version>2.2.4-SNAPSHOT</version>
     <url>http://cxf.apache.org</url>
     <scm>
         <connection>scm:svn:http://svn.apache.org/repos/asf/cxf/trunk/systests/jaxrs</connection>

Modified: cxf/branches/2.2.x-fixes/systests/uncategorized/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.2.x-fixes/systests/uncategorized/pom.xml?rev=810175&r1=810174&r2=810175&view=diff
==============================================================================
--- cxf/branches/2.2.x-fixes/systests/uncategorized/pom.xml (original)
+++ cxf/branches/2.2.x-fixes/systests/uncategorized/pom.xml Tue Sep  1 19:03:31 2009
@@ -21,14 +21,14 @@
     <parent>
         <artifactId>cxf-parent</artifactId>
         <groupId>org.apache.cxf</groupId>
-        <version>2.3.0-SNAPSHOT</version>
+        <version>2.2.4-SNAPSHOT</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.cxf</groupId>
     <artifactId>cxf-systests-uncategorized</artifactId>
     <name>Apache CXF Uncategorized System Tests</name>
-    <version>2.3.0-SNAPSHOT</version>
+    <version>2.2.4-SNAPSHOT</version>
     <url>http://cxf.apache.org</url>
     <scm>
         <connection>scm:svn:http://svn.apache.org/repos/asf/cxf/trunk/systests/uncategorized</connection>