[jbossws-commits] JBossWS SVN: r14827 - in thirdparty/cxf/branches/cxf-2.3.1: distribution/src/main/release/samples/ws_security/interopfest/wstrust13 and 3 other directories.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Sat Aug 13 16:00:43 EDT 2011


Author: richard.opalka at jboss.com
Date: 2011-08-13 16:00:43 -0400 (Sat, 13 Aug 2011)
New Revision: 14827

Modified:
   thirdparty/cxf/branches/cxf-2.3.1/distribution/src/main/release/samples/ws_security/interopfest/wstrust13/pom.xml
   thirdparty/cxf/branches/cxf-2.3.1/pom.xml
   thirdparty/cxf/branches/cxf-2.3.1/systests/container-integration/grizzly/pom.xml
   thirdparty/cxf/branches/cxf-2.3.1/systests/container-integration/jetty6/pom.xml
   thirdparty/cxf/branches/cxf-2.3.1/test-samples/pom.xml
Log:
changing version number

Modified: thirdparty/cxf/branches/cxf-2.3.1/distribution/src/main/release/samples/ws_security/interopfest/wstrust13/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.3.1/distribution/src/main/release/samples/ws_security/interopfest/wstrust13/pom.xml	2011-08-13 19:30:15 UTC (rev 14826)
+++ thirdparty/cxf/branches/cxf-2.3.1/distribution/src/main/release/samples/ws_security/interopfest/wstrust13/pom.xml	2011-08-13 20:00:43 UTC (rev 14827)
@@ -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.1-patch-01</version>
 
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>2.3.1-SNAPSHOT</version>
+        <version>2.3.1-patch-01</version>
         <relativePath>../../../pom.xml</relativePath>
     </parent>
 
@@ -143,29 +143,29 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>2.3.1-SNAPSHOT</version>
+            <version>2.3.1-patch-01</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>2.3.1-SNAPSHOT</version>
+            <version>2.3.1-patch-01</version>
         </dependency>
         <!-- Jetty is needed if you're using the CXFServlet -->
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http-jetty</artifactId>
-            <version>2.3.1-SNAPSHOT</version>
+            <version>2.3.1-patch-01</version>
         </dependency>
 
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-ws-security</artifactId>
-            <version>2.3.1-SNAPSHOT</version>
+            <version>2.3.1-patch-01</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-ws-policy</artifactId>
-            <version>2.3.1-SNAPSHOT</version>
+            <version>2.3.1-patch-01</version>
         </dependency>
     </dependencies>
 </project>

Modified: thirdparty/cxf/branches/cxf-2.3.1/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.3.1/pom.xml	2011-08-13 19:30:15 UTC (rev 14826)
+++ thirdparty/cxf/branches/cxf-2.3.1/pom.xml	2011-08-13 20:00:43 UTC (rev 14827)
@@ -458,7 +458,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-install-plugin</artifactId>
-                    <version>2.3.1-patch-01</version>
+                    <version>2.3.1</version>
                 </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
@@ -541,7 +541,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-jar-plugin</artifactId>
-                    <version>2.3.1-patch-01</version>
+                    <version>2.3.1</version>
                     <configuration>
                         <archive>
                             <manifestEntries>

Modified: thirdparty/cxf/branches/cxf-2.3.1/systests/container-integration/grizzly/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.3.1/systests/container-integration/grizzly/pom.xml	2011-08-13 19:30:15 UTC (rev 14826)
+++ thirdparty/cxf/branches/cxf-2.3.1/systests/container-integration/grizzly/pom.xml	2011-08-13 20:00:43 UTC (rev 14827)
@@ -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.1-patch-01</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.1-patch-01</version>
 
     <repositories>
         <repository>

Modified: thirdparty/cxf/branches/cxf-2.3.1/systests/container-integration/jetty6/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.3.1/systests/container-integration/jetty6/pom.xml	2011-08-13 19:30:15 UTC (rev 14826)
+++ thirdparty/cxf/branches/cxf-2.3.1/systests/container-integration/jetty6/pom.xml	2011-08-13 20:00:43 UTC (rev 14827)
@@ -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.1-patch-01</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.1-patch-01</version>
     <build>
         <plugins>
             <plugin>

Modified: thirdparty/cxf/branches/cxf-2.3.1/test-samples/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.3.1/test-samples/pom.xml	2011-08-13 19:30:15 UTC (rev 14826)
+++ thirdparty/cxf/branches/cxf-2.3.1/test-samples/pom.xml	2011-08-13 20:00:43 UTC (rev 14827)
@@ -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.1-patch-01</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.1-patch-01</version>
     </parent>
     <build>
         <plugins>



More information about the jbossws-commits mailing list