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/02/23 18:34:10 UTC

svn commit: r1073842 - in /cxf/branches/2.3.x-fixes: distribution/karaf/ distribution/karaf/features/ distribution/src/main/release/samples/ws_security/interopfest/wssc/ distribution/src/main/release/samples/ws_security/interopfest/wssec10/ distributio...

Author: dkulp
Date: Wed Feb 23 17:34:10 2011
New Revision: 1073842

URL: http://svn.apache.org/viewvc?rev=1073842&view=rev
Log:
Update smoe version numbers

Modified:
    cxf/branches/2.3.x-fixes/distribution/karaf/features/pom.xml
    cxf/branches/2.3.x-fixes/distribution/karaf/pom.xml
    cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/ws_security/interopfest/wssc/pom.xml
    cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/ws_security/interopfest/wssec10/pom.xml
    cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/ws_security/interopfest/wssec11/pom.xml
    cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/ws_security/interopfest/wstrust10/pom.xml
    cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/ws_security/interopfest/wstrust13/pom.xml
    cxf/branches/2.3.x-fixes/systests/container-integration/jetty6/pom.xml

Modified: cxf/branches/2.3.x-fixes/distribution/karaf/features/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/distribution/karaf/features/pom.xml?rev=1073842&r1=1073841&r2=1073842&view=diff
==============================================================================
--- cxf/branches/2.3.x-fixes/distribution/karaf/features/pom.xml (original)
+++ cxf/branches/2.3.x-fixes/distribution/karaf/features/pom.xml Wed Feb 23 17:34:10 2011
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>karaf</artifactId>
-        <version>2.4.0-SNAPSHOT</version>
+        <version>2.3.3-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.camel.karaf</groupId>

Modified: cxf/branches/2.3.x-fixes/distribution/karaf/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/distribution/karaf/pom.xml?rev=1073842&r1=1073841&r2=1073842&view=diff
==============================================================================
--- cxf/branches/2.3.x-fixes/distribution/karaf/pom.xml (original)
+++ cxf/branches/2.3.x-fixes/distribution/karaf/pom.xml Wed Feb 23 17:34:10 2011
@@ -23,14 +23,14 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>2.4.0-SNAPSHOT</version>
+        <version>2.3.3-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
     <groupId>org.apache.cxf</groupId>
     <artifactId>karaf</artifactId>
     <packaging>pom</packaging>
-    <version>2.4.0-SNAPSHOT</version>
+    <version>2.3.3-SNAPSHOT</version>
     <name>CXF :: Apache Karaf</name>
 
     <properties>

Modified: cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/ws_security/interopfest/wssc/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/ws_security/interopfest/wssc/pom.xml?rev=1073842&r1=1073841&r2=1073842&view=diff
==============================================================================
--- cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/ws_security/interopfest/wssc/pom.xml (original)
+++ cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/ws_security/interopfest/wssc/pom.xml Wed Feb 23 17:34:10 2011
@@ -21,12 +21,12 @@
     <groupId>org.apache.cxf.samples.interopfest</groupId>
     <name>CXF Interopfest WS-SC Demo </name>
     <artifactId>ws-sc</artifactId>
-    <version>2.3.2-SNAPSHOT</version>
+    <version>2.3.3</version>
 
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>2.3.2-SNAPSHOT</version>
+        <version>2.3.3</version>
         <relativePath>../../..</relativePath>
     </parent>
 

Modified: cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/ws_security/interopfest/wssec10/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/ws_security/interopfest/wssec10/pom.xml?rev=1073842&r1=1073841&r2=1073842&view=diff
==============================================================================
--- cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/ws_security/interopfest/wssec10/pom.xml (original)
+++ cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/ws_security/interopfest/wssec10/pom.xml Wed Feb 23 17:34:10 2011
@@ -21,12 +21,12 @@
     <groupId>org.apache.cxf.samples.interopfest</groupId>
     <name>CXF Interopfest WS-SEC10 Demo</name>
     <artifactId>ws-sec10</artifactId>
-    <version>2.3.2-SNAPSHOT</version>
+    <version>2.3.3</version>
 
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>2.3.2-SNAPSHOT</version>
+        <version>2.3.3</version>
         <relativePath>../../..</relativePath>
     </parent>
 

Modified: cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/ws_security/interopfest/wssec11/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/ws_security/interopfest/wssec11/pom.xml?rev=1073842&r1=1073841&r2=1073842&view=diff
==============================================================================
--- cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/ws_security/interopfest/wssec11/pom.xml (original)
+++ cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/ws_security/interopfest/wssec11/pom.xml Wed Feb 23 17:34:10 2011
@@ -21,12 +21,12 @@
     <groupId>org.apache.cxf.samples.interopfest</groupId>
     <name>CXF Interopfest WS-SEC11 Demo</name>
     <artifactId>ws-sec11</artifactId>
-    <version>2.3.2-SNAPSHOT</version>
+    <version>2.3.3</version>
 
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>2.3.2-SNAPSHOT</version>
+        <version>2.3.3</version>
         <relativePath>../../..</relativePath>
     </parent>
 

Modified: cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/ws_security/interopfest/wstrust10/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/ws_security/interopfest/wstrust10/pom.xml?rev=1073842&r1=1073841&r2=1073842&view=diff
==============================================================================
--- cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/ws_security/interopfest/wstrust10/pom.xml (original)
+++ cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/ws_security/interopfest/wstrust10/pom.xml Wed Feb 23 17:34:10 2011
@@ -21,12 +21,12 @@
     <groupId>org.apache.cxf.samples.interopfest</groupId>
     <name>CXF Interopfest WS-TRUST10 Demo</name>
     <artifactId>ws-trust10</artifactId>
-    <version>2.3.2-SNAPSHOT</version>
+    <version>2.3.3</version>
 
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>2.3.2-SNAPSHOT</version>
+        <version>2.3.3</version>
         <relativePath>../../..</relativePath>
     </parent>
 

Modified: cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/ws_security/interopfest/wstrust13/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/ws_security/interopfest/wstrust13/pom.xml?rev=1073842&r1=1073841&r2=1073842&view=diff
==============================================================================
--- cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/ws_security/interopfest/wstrust13/pom.xml (original)
+++ cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/ws_security/interopfest/wstrust13/pom.xml Wed Feb 23 17:34:10 2011
@@ -21,12 +21,12 @@
     <groupId>org.apache.cxf.samples.interopfest</groupId>
     <name>CXF Interopfest WS-TRUST13 Demo</name>
     <artifactId>ws-trust13</artifactId>
-    <version>2.3.1-SNAPSHOT</version>
+    <version>2.3.3</version>
 
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>2.3.1-SNAPSHOT</version>
+        <version>2.3.3</version>
         <relativePath>../../..</relativePath>
     </parent>
 

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=1073842&r1=1073841&r2=1073842&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 Wed Feb 23 17:34:10 2011
@@ -4,13 +4,13 @@
     <parent>
         <groupId>org.apache.cxf.systests</groupId>
         <artifactId>cxf-systests-container-integration</artifactId>
-        <version>2.3.2-SNAPSHOT</version>
+        <version>2.3.3-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.2-SNAPSHOT</version>
+    <version>2.3.3-SNAPSHOT</version>
     <build>
         <plugins>
             <plugin>