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/01/18 03:47:55 UTC

svn commit: r1060167 - in /cxf/branches/2.3.x-fixes: systests/container-integration/grizzly/pom.xml systests/container-integration/jetty6/pom.xml test-samples/pom.xml

Author: dkulp
Date: Tue Jan 18 02:47:55 2011
New Revision: 1060167

URL: http://svn.apache.org/viewvc?rev=1060167&view=rev
Log:
Update versions in various poms

Modified:
    cxf/branches/2.3.x-fixes/systests/container-integration/grizzly/pom.xml
    cxf/branches/2.3.x-fixes/systests/container-integration/jetty6/pom.xml
    cxf/branches/2.3.x-fixes/test-samples/pom.xml

Modified: cxf/branches/2.3.x-fixes/systests/container-integration/grizzly/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/systests/container-integration/grizzly/pom.xml?rev=1060167&r1=1060166&r2=1060167&view=diff
==============================================================================
--- cxf/branches/2.3.x-fixes/systests/container-integration/grizzly/pom.xml (original)
+++ cxf/branches/2.3.x-fixes/systests/container-integration/grizzly/pom.xml Tue Jan 18 02:47:55 2011
@@ -4,13 +4,13 @@
     <parent>
         <groupId>org.apache.cxf.systests</groupId>
         <artifactId>cxf-systests-container-integration</artifactId>
-        <version>2.3.1-SNAPSHOT</version>
+        <version>2.3.2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <groupId>org.apache.cxf.systests</groupId>
     <artifactId>cxf-systests-ci-grizzly</artifactId>
     <name>Apache CXF Container Integration Test Grizzly</name>
-    <version>2.3.1-SNAPSHOT</version>
+    <version>2.3.2-SNAPSHOT</version>
 
     <repositories>
         <repository>

Modified: cxf/branches/2.3.x-fixes/systests/container-integration/jetty6/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/systests/container-integration/jetty6/pom.xml?rev=1060167&r1=1060166&r2=1060167&view=diff
==============================================================================
--- cxf/branches/2.3.x-fixes/systests/container-integration/jetty6/pom.xml (original)
+++ cxf/branches/2.3.x-fixes/systests/container-integration/jetty6/pom.xml Tue Jan 18 02:47:55 2011
@@ -4,13 +4,13 @@
     <parent>
         <groupId>org.apache.cxf.systests</groupId>
         <artifactId>cxf-systests-container-integration</artifactId>
-        <version>2.3.1-SNAPSHOT</version>
+        <version>2.3.2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <groupId>org.apache.cxf.systests</groupId>
     <artifactId>cxf-systests-ci-jetty6</artifactId>
     <name>Apache CXF Container Integration Test Jetty6</name>
-    <version>2.3.1-SNAPSHOT</version>
+    <version>2.3.2-SNAPSHOT</version>
     <build>
         <plugins>
             <plugin>

Modified: cxf/branches/2.3.x-fixes/test-samples/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/test-samples/pom.xml?rev=1060167&r1=1060166&r2=1060167&view=diff
==============================================================================
--- cxf/branches/2.3.x-fixes/test-samples/pom.xml (original)
+++ cxf/branches/2.3.x-fixes/test-samples/pom.xml Tue Jan 18 02:47:55 2011
@@ -22,13 +22,13 @@
     <groupId>org.apache.cxf.systests</groupId>
     <artifactId>cxf-test-samples</artifactId>
     <packaging>pom</packaging>
-    <version>2.3.1-SNAPSHOT</version>
+    <version>2.3.2-SNAPSHOT</version>
     <name>Apache CXF Run Samples as Integration Tests</name>
     <url>http://cxf.apache.org</url>
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf</artifactId>
-        <version>2.3.1-SNAPSHOT</version>
+        <version>2.3.2-SNAPSHOT</version>
     </parent>
     <build>
         <plugins>