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 2013/07/17 03:30:27 UTC

svn commit: r1503970 [2/3] - in /cxf/branches/2.6.x-fixes: ./ api/ common/ common/wstx-msv-validation/ common/xerces-xsd-validation/ distribution/ distribution/manifest/ distribution/src/main/release/samples/ distribution/src/main/release/samples/aegis...

Modified: cxf/branches/2.6.x-fixes/distribution/src/main/release/samples/ws_addressing/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.6.x-fixes/distribution/src/main/release/samples/ws_addressing/pom.xml?rev=1503970&r1=1503969&r2=1503970&view=diff
==============================================================================
--- cxf/branches/2.6.x-fixes/distribution/src/main/release/samples/ws_addressing/pom.xml (original)
+++ cxf/branches/2.6.x-fixes/distribution/src/main/release/samples/ws_addressing/pom.xml Wed Jul 17 01:30:24 2013
@@ -22,12 +22,12 @@
     <artifactId>ws_addressing</artifactId>
     <name>WS-Addressing Demo</name>
     <description>WS-Addressing Demo</description>
-    <version>2.6.9</version>
+    <version>2.6.10-SNAPSHOT</version>
 
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>2.6.9</version>
+        <version>2.6.10-SNAPSHOT</version>
     </parent>
 
     <properties>
@@ -129,17 +129,17 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>2.6.9</version>
+            <version>2.6.10-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>2.6.9</version>
+            <version>2.6.10-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http-jetty</artifactId>
-            <version>2.6.9</version>
+            <version>2.6.10-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.springframework</groupId>

Modified: cxf/branches/2.6.x-fixes/distribution/src/main/release/samples/ws_notification/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.6.x-fixes/distribution/src/main/release/samples/ws_notification/pom.xml?rev=1503970&r1=1503969&r2=1503970&view=diff
==============================================================================
--- cxf/branches/2.6.x-fixes/distribution/src/main/release/samples/ws_notification/pom.xml (original)
+++ cxf/branches/2.6.x-fixes/distribution/src/main/release/samples/ws_notification/pom.xml Wed Jul 17 01:30:24 2013
@@ -22,12 +22,12 @@
     <artifactId>ws_notification</artifactId>
     <name>WS-Notification Demo</name>
     <description>WS-Notification Demo</description>
-    <version>2.6.9</version>
+    <version>2.6.10-SNAPSHOT</version>
 
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>2.6.9</version>
+        <version>2.6.10-SNAPSHOT</version>
     </parent>
     <properties>
         <cxf.version>${project.version}</cxf.version>
@@ -95,32 +95,32 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>2.6.9</version>
+            <version>2.6.10-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>2.6.9</version>
+            <version>2.6.10-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http-jetty</artifactId>
-            <version>2.6.9</version>
+            <version>2.6.10-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-ws-addr</artifactId>
-            <version>2.6.9</version>
+            <version>2.6.10-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-ws-policy</artifactId>
-            <version>2.6.9</version>
+            <version>2.6.10-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf.services.wsn</groupId>
             <artifactId>cxf-services-wsn-core</artifactId>
-            <version>2.6.9</version>
+            <version>2.6.10-SNAPSHOT</version>
         </dependency>
     </dependencies>
 </project>

Modified: cxf/branches/2.6.x-fixes/distribution/src/main/release/samples/ws_policy/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.6.x-fixes/distribution/src/main/release/samples/ws_policy/pom.xml?rev=1503970&r1=1503969&r2=1503970&view=diff
==============================================================================
--- cxf/branches/2.6.x-fixes/distribution/src/main/release/samples/ws_policy/pom.xml (original)
+++ cxf/branches/2.6.x-fixes/distribution/src/main/release/samples/ws_policy/pom.xml Wed Jul 17 01:30:24 2013
@@ -22,12 +22,12 @@
     <artifactId>ws_policy</artifactId>
     <name>WS-Policy Demo</name>
     <description>WS-Policy Demo</description>
-    <version>2.6.9</version>
+    <version>2.6.10-SNAPSHOT</version>
 
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>2.6.9</version>
+        <version>2.6.10-SNAPSHOT</version>
     </parent>
 
     <properties>
@@ -124,17 +124,17 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>2.6.9</version>
+            <version>2.6.10-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>2.6.9</version>
+            <version>2.6.10-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http-jetty</artifactId>
-            <version>2.6.9</version>
+            <version>2.6.10-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.springframework</groupId>

Modified: cxf/branches/2.6.x-fixes/distribution/src/main/release/samples/ws_rm/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.6.x-fixes/distribution/src/main/release/samples/ws_rm/pom.xml?rev=1503970&r1=1503969&r2=1503970&view=diff
==============================================================================
--- cxf/branches/2.6.x-fixes/distribution/src/main/release/samples/ws_rm/pom.xml (original)
+++ cxf/branches/2.6.x-fixes/distribution/src/main/release/samples/ws_rm/pom.xml Wed Jul 17 01:30:24 2013
@@ -22,12 +22,12 @@
     <artifactId>ws_rm</artifactId>
     <name>WS-RM Demo</name>
     <description>WS-RM Demo</description>
-    <version>2.6.9</version>
+    <version>2.6.10-SNAPSHOT</version>
 
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>2.6.9</version>
+        <version>2.6.10-SNAPSHOT</version>
     </parent>
     <properties>
         <cxf.version>${project.version}</cxf.version>
@@ -118,23 +118,23 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>2.6.9</version>
+            <version>2.6.10-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>2.6.9</version>
+            <version>2.6.10-SNAPSHOT</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.6.9</version>
+            <version>2.6.10-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-ws-rm</artifactId>
-            <version>2.6.9</version>
+            <version>2.6.10-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.springframework</groupId>

Modified: cxf/branches/2.6.x-fixes/distribution/src/main/release/samples/ws_security/sign_enc/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.6.x-fixes/distribution/src/main/release/samples/ws_security/sign_enc/pom.xml?rev=1503970&r1=1503969&r2=1503970&view=diff
==============================================================================
--- cxf/branches/2.6.x-fixes/distribution/src/main/release/samples/ws_security/sign_enc/pom.xml (original)
+++ cxf/branches/2.6.x-fixes/distribution/src/main/release/samples/ws_security/sign_enc/pom.xml Wed Jul 17 01:30:24 2013
@@ -22,12 +22,12 @@
     <artifactId>wssec_sign_enc</artifactId>
     <name>CXF WS-Security Sign Encoding Demo</name>
     <description>CXF WS-Security Sign Encoding Demo</description>
-    <version>2.6.9</version>
+    <version>2.6.10-SNAPSHOT</version>
 
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>2.6.9</version>
+        <version>2.6.10-SNAPSHOT</version>
         <relativePath>../..</relativePath>
     </parent>
 
@@ -129,38 +129,38 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>2.6.9</version>
+            <version>2.6.10-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>2.6.9</version>
+            <version>2.6.10-SNAPSHOT</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.6.9</version>
+            <version>2.6.10-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-ws-rm</artifactId>
-            <version>2.6.9</version>
+            <version>2.6.10-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-ws-security</artifactId>
-            <version>2.6.9</version>
+            <version>2.6.10-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-ws-addr</artifactId>
-            <version>2.6.9</version>
+            <version>2.6.10-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-ws-policy</artifactId>
-            <version>2.6.9</version>
+            <version>2.6.10-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.springframework</groupId>

Modified: cxf/branches/2.6.x-fixes/distribution/src/main/release/samples/ws_security/ut/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.6.x-fixes/distribution/src/main/release/samples/ws_security/ut/pom.xml?rev=1503970&r1=1503969&r2=1503970&view=diff
==============================================================================
--- cxf/branches/2.6.x-fixes/distribution/src/main/release/samples/ws_security/ut/pom.xml (original)
+++ cxf/branches/2.6.x-fixes/distribution/src/main/release/samples/ws_security/ut/pom.xml Wed Jul 17 01:30:24 2013
@@ -22,12 +22,12 @@
     <artifactId>wssec_ut</artifactId>
     <name>CXF WS-Security UT Demo</name>
     <description>CXF WS-Security UT Demo</description>
-    <version>2.6.9</version>
+    <version>2.6.10-SNAPSHOT</version>
 
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>2.6.9</version>
+        <version>2.6.10-SNAPSHOT</version>
         <relativePath>../..</relativePath>
     </parent>
     <properties>
@@ -118,23 +118,23 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>2.6.9</version>
+            <version>2.6.10-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>2.6.9</version>
+            <version>2.6.10-SNAPSHOT</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.6.9</version>
+            <version>2.6.10-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-ws-security</artifactId>
-            <version>2.6.9</version>
+            <version>2.6.10-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.springframework</groupId>

Modified: cxf/branches/2.6.x-fixes/distribution/src/main/release/samples/ws_security/ut_policy/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.6.x-fixes/distribution/src/main/release/samples/ws_security/ut_policy/pom.xml?rev=1503970&r1=1503969&r2=1503970&view=diff
==============================================================================
--- cxf/branches/2.6.x-fixes/distribution/src/main/release/samples/ws_security/ut_policy/pom.xml (original)
+++ cxf/branches/2.6.x-fixes/distribution/src/main/release/samples/ws_security/ut_policy/pom.xml Wed Jul 17 01:30:24 2013
@@ -22,12 +22,12 @@
     <artifactId>wssec_ut_policy</artifactId>
     <name>WS-Security UT Policy Demo</name>
     <description>WS-Security UT Policy Demo</description>
-    <version>2.6.9</version>
+    <version>2.6.10-SNAPSHOT</version>
 
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>2.6.9</version>
+        <version>2.6.10-SNAPSHOT</version>
         <relativePath>../..</relativePath>
     </parent>
 
@@ -155,27 +155,27 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>2.6.9</version>
+            <version>2.6.10-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>2.6.9</version>
+            <version>2.6.10-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http-jetty</artifactId>
-            <version>2.6.9</version>
+            <version>2.6.10-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-ws-security</artifactId>
-            <version>2.6.9</version>
+            <version>2.6.10-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-ws-policy</artifactId>
-            <version>2.6.9</version>
+            <version>2.6.10-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.springframework</groupId>

Modified: cxf/branches/2.6.x-fixes/distribution/src/main/release/samples/ws_security/ut_sign/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.6.x-fixes/distribution/src/main/release/samples/ws_security/ut_sign/pom.xml?rev=1503970&r1=1503969&r2=1503970&view=diff
==============================================================================
--- cxf/branches/2.6.x-fixes/distribution/src/main/release/samples/ws_security/ut_sign/pom.xml (original)
+++ cxf/branches/2.6.x-fixes/distribution/src/main/release/samples/ws_security/ut_sign/pom.xml Wed Jul 17 01:30:24 2013
@@ -22,12 +22,12 @@
     <artifactId>wssec_ut_sign</artifactId>
     <name>WS-Security UT Sign Demo</name>
     <description>WS-Security UT Sign Demo</description>
-    <version>2.6.9</version>
+    <version>2.6.10-SNAPSHOT</version>
 
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>2.6.9</version>
+        <version>2.6.10-SNAPSHOT</version>
         <relativePath>../..</relativePath>
     </parent>
 
@@ -130,38 +130,38 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>2.6.9</version>
+            <version>2.6.10-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>2.6.9</version>
+            <version>2.6.10-SNAPSHOT</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.6.9</version>
+            <version>2.6.10-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-ws-rm</artifactId>
-            <version>2.6.9</version>
+            <version>2.6.10-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-ws-security</artifactId>
-            <version>2.6.9</version>
+            <version>2.6.10-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-ws-addr</artifactId>
-            <version>2.6.9</version>
+            <version>2.6.10-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-ws-policy</artifactId>
-            <version>2.6.9</version>
+            <version>2.6.10-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.springframework</groupId>

Modified: cxf/branches/2.6.x-fixes/distribution/src/main/release/samples/wsdl_first/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.6.x-fixes/distribution/src/main/release/samples/wsdl_first/pom.xml?rev=1503970&r1=1503969&r2=1503970&view=diff
==============================================================================
--- cxf/branches/2.6.x-fixes/distribution/src/main/release/samples/wsdl_first/pom.xml (original)
+++ cxf/branches/2.6.x-fixes/distribution/src/main/release/samples/wsdl_first/pom.xml Wed Jul 17 01:30:24 2013
@@ -23,12 +23,12 @@
     <packaging>war</packaging>
     <name>WSDL first demo using Document/Literal Style</name>
     <description>WSDL first demo using Document/Literal Style</description>
-    <version>2.6.9</version>
+    <version>2.6.10-SNAPSHOT</version>
 
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>2.6.9</version>
+        <version>2.6.10-SNAPSHOT</version>
     </parent>
     <properties>
         <cxf.version>${project.version}</cxf.version>
@@ -165,12 +165,12 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>2.6.9</version>
+            <version>2.6.10-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>2.6.9</version>
+            <version>2.6.10-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf.xjc-utils</groupId>

Modified: cxf/branches/2.6.x-fixes/distribution/src/main/release/samples/wsdl_first_dynamic_client/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.6.x-fixes/distribution/src/main/release/samples/wsdl_first_dynamic_client/pom.xml?rev=1503970&r1=1503969&r2=1503970&view=diff
==============================================================================
--- cxf/branches/2.6.x-fixes/distribution/src/main/release/samples/wsdl_first_dynamic_client/pom.xml (original)
+++ cxf/branches/2.6.x-fixes/distribution/src/main/release/samples/wsdl_first_dynamic_client/pom.xml Wed Jul 17 01:30:24 2013
@@ -22,12 +22,12 @@
     <artifactId>wsdl_first_dynamic_client</artifactId>
     <name>CXF Dynamic Client Sample</name>
     <description>CXF Dynamic Client Sample</description>
-    <version>2.6.9</version>
+    <version>2.6.10-SNAPSHOT</version>
 
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>2.6.9</version>
+        <version>2.6.10-SNAPSHOT</version>
     </parent>
     <properties>
         <cxf.version>${project.version}</cxf.version>
@@ -122,18 +122,18 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>2.6.9</version>
+            <version>2.6.10-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>2.6.9</version>
+            <version>2.6.10-SNAPSHOT</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.6.9</version>
+            <version>2.6.10-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>com.sun.xml.bind</groupId>

Modified: cxf/branches/2.6.x-fixes/distribution/src/main/release/samples/wsdl_first_https/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.6.x-fixes/distribution/src/main/release/samples/wsdl_first_https/pom.xml?rev=1503970&r1=1503969&r2=1503970&view=diff
==============================================================================
--- cxf/branches/2.6.x-fixes/distribution/src/main/release/samples/wsdl_first_https/pom.xml (original)
+++ cxf/branches/2.6.x-fixes/distribution/src/main/release/samples/wsdl_first_https/pom.xml Wed Jul 17 01:30:24 2013
@@ -22,12 +22,12 @@
     <artifactId>wsdl_first_https</artifactId>
     <name>WSDL first demo using HTTPS</name>
     <description>WSDL first demo using HTTPS</description>
-    <version>2.6.9</version>
+    <version>2.6.10-SNAPSHOT</version>
 
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>2.6.9</version>
+        <version>2.6.10-SNAPSHOT</version>
     </parent>
 
     <properties>
@@ -209,17 +209,17 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>2.6.9</version>
+            <version>2.6.10-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>2.6.9</version>
+            <version>2.6.10-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http-jetty</artifactId>
-            <version>2.6.9</version>
+            <version>2.6.10-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.springframework</groupId>

Modified: cxf/branches/2.6.x-fixes/distribution/src/main/release/samples/wsdl_first_pure_xml/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.6.x-fixes/distribution/src/main/release/samples/wsdl_first_pure_xml/pom.xml?rev=1503970&r1=1503969&r2=1503970&view=diff
==============================================================================
--- cxf/branches/2.6.x-fixes/distribution/src/main/release/samples/wsdl_first_pure_xml/pom.xml (original)
+++ cxf/branches/2.6.x-fixes/distribution/src/main/release/samples/wsdl_first_pure_xml/pom.xml Wed Jul 17 01:30:24 2013
@@ -22,12 +22,12 @@
     <artifactId>wsdl_first_pure_xml</artifactId>
     <name>WSDL first demo using BARE Style in XML Binding (pure XML over HTTP)</name>
     <description>WSDL first demo using BARE Style in XML Binding (pure XML over HTTP)</description>
-    <version>2.6.9</version>
+    <version>2.6.10-SNAPSHOT</version>
 
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>2.6.9</version>
+        <version>2.6.10-SNAPSHOT</version>
     </parent>
     <properties>
         <cxf.version>${project.version}</cxf.version>
@@ -122,18 +122,18 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>2.6.9</version>
+            <version>2.6.10-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>2.6.9</version>
+            <version>2.6.10-SNAPSHOT</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.6.9</version>
+            <version>2.6.10-SNAPSHOT</version>
         </dependency>
     </dependencies>
 </project>

Modified: cxf/branches/2.6.x-fixes/distribution/src/main/release/samples/wsdl_first_rpclit/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.6.x-fixes/distribution/src/main/release/samples/wsdl_first_rpclit/pom.xml?rev=1503970&r1=1503969&r2=1503970&view=diff
==============================================================================
--- cxf/branches/2.6.x-fixes/distribution/src/main/release/samples/wsdl_first_rpclit/pom.xml (original)
+++ cxf/branches/2.6.x-fixes/distribution/src/main/release/samples/wsdl_first_rpclit/pom.xml Wed Jul 17 01:30:24 2013
@@ -22,12 +22,12 @@
     <artifactId>wsdl_first_rpclit</artifactId>
     <name>WSDL first demo using RPC-Literal Style</name>
     <description>WSDL first demo using RPC-Literal Style</description>
-    <version>2.6.9</version>
+    <version>2.6.10-SNAPSHOT</version>
 
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>2.6.9</version>
+        <version>2.6.10-SNAPSHOT</version>
     </parent>
 
     <properties>
@@ -124,18 +124,18 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>2.6.9</version>
+            <version>2.6.10-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>2.6.9</version>
+            <version>2.6.10-SNAPSHOT</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.6.9</version>
+            <version>2.6.10-SNAPSHOT</version>
         </dependency>
     </dependencies>
 </project>

Modified: cxf/branches/2.6.x-fixes/distribution/src/main/release/samples/wsdl_first_soap12/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.6.x-fixes/distribution/src/main/release/samples/wsdl_first_soap12/pom.xml?rev=1503970&r1=1503969&r2=1503970&view=diff
==============================================================================
--- cxf/branches/2.6.x-fixes/distribution/src/main/release/samples/wsdl_first_soap12/pom.xml (original)
+++ cxf/branches/2.6.x-fixes/distribution/src/main/release/samples/wsdl_first_soap12/pom.xml Wed Jul 17 01:30:24 2013
@@ -22,12 +22,12 @@
     <artifactId>wsdl_first_soap12</artifactId>
     <name>WSDL first demo using SOAP12 in Document/Literal Style</name>
     <description>WSDL first demo using SOAP12 in Document/Literal Style</description>
-    <version>2.6.9</version>
+    <version>2.6.10-SNAPSHOT</version>
 
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>2.6.9</version>
+        <version>2.6.10-SNAPSHOT</version>
     </parent>
     <properties>
         <cxf.version>${project.version}</cxf.version>
@@ -148,18 +148,18 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>2.6.9</version>
+            <version>2.6.10-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>2.6.9</version>
+            <version>2.6.10-SNAPSHOT</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.6.9</version>
+            <version>2.6.10-SNAPSHOT</version>
         </dependency>
     </dependencies>
 </project>

Modified: cxf/branches/2.6.x-fixes/distribution/src/main/release/samples/wsdl_first_xml_wrapped/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.6.x-fixes/distribution/src/main/release/samples/wsdl_first_xml_wrapped/pom.xml?rev=1503970&r1=1503969&r2=1503970&view=diff
==============================================================================
--- cxf/branches/2.6.x-fixes/distribution/src/main/release/samples/wsdl_first_xml_wrapped/pom.xml (original)
+++ cxf/branches/2.6.x-fixes/distribution/src/main/release/samples/wsdl_first_xml_wrapped/pom.xml Wed Jul 17 01:30:24 2013
@@ -22,12 +22,12 @@
     <artifactId>wsdl_first_xml_wrapped</artifactId>
     <name>CXF sample using WRAPPED Style in XML Binding (pure XML over HTTP)</name>
     <description>CXF sample using WRAPPED Style in XML Binding (pure XML over HTTP)</description>
-    <version>2.6.9</version>
+    <version>2.6.10-SNAPSHOT</version>
 
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>2.6.9</version>
+        <version>2.6.10-SNAPSHOT</version>
     </parent>
 
     <properties>
@@ -149,18 +149,18 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>2.6.9</version>
+            <version>2.6.10-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>2.6.9</version>
+            <version>2.6.10-SNAPSHOT</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.6.9</version>
+            <version>2.6.10-SNAPSHOT</version>
         </dependency>
     </dependencies>
 </project>

Modified: cxf/branches/2.6.x-fixes/distribution/src/main/release/samples/wsdl_first_xmlbeans/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.6.x-fixes/distribution/src/main/release/samples/wsdl_first_xmlbeans/pom.xml?rev=1503970&r1=1503969&r2=1503970&view=diff
==============================================================================
--- cxf/branches/2.6.x-fixes/distribution/src/main/release/samples/wsdl_first_xmlbeans/pom.xml (original)
+++ cxf/branches/2.6.x-fixes/distribution/src/main/release/samples/wsdl_first_xmlbeans/pom.xml Wed Jul 17 01:30:24 2013
@@ -22,12 +22,12 @@
     <artifactId>wsdl_first_xmlbeans</artifactId>
     <name>WSDL first demo using Document/Literal Style and XMLBeans DataBinding</name>
     <description>WSDL first demo using Document/Literal Style and XMLBeans DataBinding</description>
-    <version>2.6.9</version>
+    <version>2.6.10-SNAPSHOT</version>
 
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>2.6.9</version>
+        <version>2.6.10-SNAPSHOT</version>
     </parent>
     <properties>
         <cxf.version>${project.version}</cxf.version>
@@ -134,23 +134,23 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>2.6.9</version>
+            <version>2.6.10-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-databinding-xmlbeans</artifactId>
-            <version>2.6.9</version>
+            <version>2.6.10-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>2.6.9</version>
+            <version>2.6.10-SNAPSHOT</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.6.9</version>
+            <version>2.6.10-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.springframework</groupId>

Modified: cxf/branches/2.6.x-fixes/integration/jca/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.6.x-fixes/integration/jca/pom.xml?rev=1503970&r1=1503969&r2=1503970&view=diff
==============================================================================
--- cxf/branches/2.6.x-fixes/integration/jca/pom.xml (original)
+++ cxf/branches/2.6.x-fixes/integration/jca/pom.xml Wed Jul 17 01:30:24 2013
@@ -22,7 +22,7 @@
     <groupId>org.apache.cxf</groupId>
     <artifactId>cxf-integration-jca</artifactId>
     <packaging>jar</packaging>
-    <version>2.6.9</version>
+    <version>2.6.10-SNAPSHOT</version>
     <name>Apache CXF JCA Connection</name>
     <description>Apache CXF JCA Connection</description>
     <url>http://cxf.apache.org</url>
@@ -30,7 +30,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>2.6.9</version>
+        <version>2.6.10-SNAPSHOT</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
 

Modified: cxf/branches/2.6.x-fixes/integration/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.6.x-fixes/integration/pom.xml?rev=1503970&r1=1503969&r2=1503970&view=diff
==============================================================================
--- cxf/branches/2.6.x-fixes/integration/pom.xml (original)
+++ cxf/branches/2.6.x-fixes/integration/pom.xml Wed Jul 17 01:30:24 2013
@@ -21,7 +21,7 @@
     <groupId>org.apache.cxf</groupId>
     <artifactId>cxf-integration</artifactId>
     <packaging>pom</packaging>
-    <version>2.6.9</version>
+    <version>2.6.10-SNAPSHOT</version>
     <name>Apache CXF Integration</name>
     <description>Apache CXF Integration</description>
     <url>http://cxf.apache.org</url>
@@ -29,7 +29,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf</artifactId>
-        <version>2.6.9</version>
+        <version>2.6.10-SNAPSHOT</version>
     </parent>
 
 

Modified: cxf/branches/2.6.x-fixes/maven-plugins/archetypes/cxf-jaxrs-service/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.6.x-fixes/maven-plugins/archetypes/cxf-jaxrs-service/pom.xml?rev=1503970&r1=1503969&r2=1503970&view=diff
==============================================================================
--- cxf/branches/2.6.x-fixes/maven-plugins/archetypes/cxf-jaxrs-service/pom.xml (original)
+++ cxf/branches/2.6.x-fixes/maven-plugins/archetypes/cxf-jaxrs-service/pom.xml Wed Jul 17 01:30:24 2013
@@ -23,13 +23,13 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>2.6.9</version>
+        <version>2.6.10-SNAPSHOT</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
 
     <groupId>org.apache.cxf.archetype</groupId>
     <artifactId>cxf-jaxrs-service</artifactId>
-    <version>2.6.9</version>
+    <version>2.6.10-SNAPSHOT</version>
     <packaging>maven-archetype</packaging>
 
     <name>Apache CXF Archetype - Simple JAX-RS webapp</name>

Modified: cxf/branches/2.6.x-fixes/maven-plugins/archetypes/cxf-jaxws-javafirst/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.6.x-fixes/maven-plugins/archetypes/cxf-jaxws-javafirst/pom.xml?rev=1503970&r1=1503969&r2=1503970&view=diff
==============================================================================
--- cxf/branches/2.6.x-fixes/maven-plugins/archetypes/cxf-jaxws-javafirst/pom.xml (original)
+++ cxf/branches/2.6.x-fixes/maven-plugins/archetypes/cxf-jaxws-javafirst/pom.xml Wed Jul 17 01:30:24 2013
@@ -23,13 +23,13 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>2.6.9</version>
+        <version>2.6.10-SNAPSHOT</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
 
     <groupId>org.apache.cxf.archetype</groupId>
     <artifactId>cxf-jaxws-javafirst</artifactId>
-    <version>2.6.9</version>
+    <version>2.6.10-SNAPSHOT</version>
     <packaging>maven-archetype</packaging>
 
     <name>Apache CXF Archetype - Simple JAX-WS Java First</name>

Modified: cxf/branches/2.6.x-fixes/maven-plugins/archetypes/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.6.x-fixes/maven-plugins/archetypes/pom.xml?rev=1503970&r1=1503969&r2=1503970&view=diff
==============================================================================
--- cxf/branches/2.6.x-fixes/maven-plugins/archetypes/pom.xml (original)
+++ cxf/branches/2.6.x-fixes/maven-plugins/archetypes/pom.xml Wed Jul 17 01:30:24 2013
@@ -22,7 +22,7 @@
     <groupId>org.apache.cxf</groupId>
     <artifactId>cxf-archetypes</artifactId>
     <packaging>pom</packaging>
-    <version>2.6.9</version>
+    <version>2.6.10-SNAPSHOT</version>
     <name>Apache CXF Maven Archetypes</name>
     <description>Apache CXF Maven Archetypes</description>
     <url>http://cxf.apache.org</url>
@@ -30,7 +30,7 @@
     <parent>
       <groupId>org.apache.cxf</groupId>
       <artifactId>cxf-maven-plugins</artifactId>
-      <version>2.6.9</version>
+      <version>2.6.10-SNAPSHOT</version>
     </parent>
 
     <modules>

Modified: cxf/branches/2.6.x-fixes/maven-plugins/codegen-plugin/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.6.x-fixes/maven-plugins/codegen-plugin/pom.xml?rev=1503970&r1=1503969&r2=1503970&view=diff
==============================================================================
--- cxf/branches/2.6.x-fixes/maven-plugins/codegen-plugin/pom.xml (original)
+++ cxf/branches/2.6.x-fixes/maven-plugins/codegen-plugin/pom.xml Wed Jul 17 01:30:24 2013
@@ -22,7 +22,7 @@
     <groupId>org.apache.cxf</groupId>
     <artifactId>cxf-codegen-plugin</artifactId>
     <packaging>maven-plugin</packaging>
-    <version>2.6.9</version>
+    <version>2.6.10-SNAPSHOT</version>
     <name>Apache CXF Code Generation Maven2 Plugins</name>
     <description>Apache CXF Code Generation Maven2 Plugins</description>
     <url>http://cxf.apache.org</url>
@@ -30,7 +30,7 @@
     <parent>
       <groupId>org.apache.cxf</groupId>
       <artifactId>cxf-maven-plugins</artifactId>
-      <version>2.6.9</version>
+      <version>2.6.10-SNAPSHOT</version>
     </parent>
 
     <properties>

Modified: cxf/branches/2.6.x-fixes/maven-plugins/corba/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.6.x-fixes/maven-plugins/corba/pom.xml?rev=1503970&r1=1503969&r2=1503970&view=diff
==============================================================================
--- cxf/branches/2.6.x-fixes/maven-plugins/corba/pom.xml (original)
+++ cxf/branches/2.6.x-fixes/maven-plugins/corba/pom.xml Wed Jul 17 01:30:24 2013
@@ -22,7 +22,7 @@
     <groupId>org.apache.cxf</groupId>
     <artifactId>cxf-corbatools-maven-plugin</artifactId>
     <packaging>maven-plugin</packaging>
-    <version>2.6.9</version>
+    <version>2.6.10-SNAPSHOT</version>
     <name>Apache CXF CORBA Tools Maven2 Plugins</name>
     <description>Apache CXF CORBA Tools Maven2 Plugins</description>
     <url>http://cxf.apache.org</url>
@@ -30,7 +30,7 @@
     <parent>
       <groupId>org.apache.cxf</groupId>
       <artifactId>cxf-maven-plugins</artifactId>
-      <version>2.6.9</version>
+      <version>2.6.10-SNAPSHOT</version>
     </parent>
     <properties>
         <cxf.manifest.location />

Modified: cxf/branches/2.6.x-fixes/maven-plugins/java2ws-plugin/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.6.x-fixes/maven-plugins/java2ws-plugin/pom.xml?rev=1503970&r1=1503969&r2=1503970&view=diff
==============================================================================
--- cxf/branches/2.6.x-fixes/maven-plugins/java2ws-plugin/pom.xml (original)
+++ cxf/branches/2.6.x-fixes/maven-plugins/java2ws-plugin/pom.xml Wed Jul 17 01:30:24 2013
@@ -22,7 +22,7 @@
     <groupId>org.apache.cxf</groupId>
     <artifactId>cxf-java2ws-plugin</artifactId>
     <packaging>maven-plugin</packaging>
-    <version>2.6.9</version>
+    <version>2.6.10-SNAPSHOT</version>
     <name>Apache CXF Java2WS Maven2 Plugin</name>
     <description>Apache CXF Java2WS Maven2 Plugin</description>
     <url>http://cxf.apache.org</url>
@@ -31,7 +31,7 @@
     <parent>
       <groupId>org.apache.cxf</groupId>
       <artifactId>cxf-maven-plugins</artifactId>
-      <version>2.6.9</version>
+      <version>2.6.10-SNAPSHOT</version>
     </parent>
     <properties>
         <cxf.manifest.location />

Modified: cxf/branches/2.6.x-fixes/maven-plugins/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.6.x-fixes/maven-plugins/pom.xml?rev=1503970&r1=1503969&r2=1503970&view=diff
==============================================================================
--- cxf/branches/2.6.x-fixes/maven-plugins/pom.xml (original)
+++ cxf/branches/2.6.x-fixes/maven-plugins/pom.xml Wed Jul 17 01:30:24 2013
@@ -21,7 +21,7 @@
     <groupId>org.apache.cxf</groupId>
     <artifactId>cxf-maven-plugins</artifactId>
     <packaging>pom</packaging>
-    <version>2.6.9</version>
+    <version>2.6.10-SNAPSHOT</version>
     <name>Apache CXF Maven Plugins</name>
     <description>Apache CXF Maven Plugins</description>
     <url>http://cxf.apache.org</url>
@@ -29,7 +29,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>2.6.9</version>
+        <version>2.6.10-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
 

Modified: cxf/branches/2.6.x-fixes/maven-plugins/wadl2java-plugin/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.6.x-fixes/maven-plugins/wadl2java-plugin/pom.xml?rev=1503970&r1=1503969&r2=1503970&view=diff
==============================================================================
--- cxf/branches/2.6.x-fixes/maven-plugins/wadl2java-plugin/pom.xml (original)
+++ cxf/branches/2.6.x-fixes/maven-plugins/wadl2java-plugin/pom.xml Wed Jul 17 01:30:24 2013
@@ -22,7 +22,7 @@
     <groupId>org.apache.cxf</groupId>
     <artifactId>cxf-wadl2java-plugin</artifactId>
     <packaging>maven-plugin</packaging>
-    <version>2.6.9</version>
+    <version>2.6.10-SNAPSHOT</version>
     <name>Apache CXF WADL2Java Code Generation Maven2 Plugin</name>
     <description>Apache CXF WADL2Java Code Generation Maven2 Plugin</description>
     <url>http://cxf.apache.org</url>
@@ -31,7 +31,7 @@
     <parent>
       <groupId>org.apache.cxf</groupId>
       <artifactId>cxf-maven-plugins</artifactId>
-      <version>2.6.9</version>
+      <version>2.6.10-SNAPSHOT</version>
     </parent>
     <properties>
         <cxf.manifest.location />

Modified: cxf/branches/2.6.x-fixes/maven-plugins/wsdl-validator-plugin/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.6.x-fixes/maven-plugins/wsdl-validator-plugin/pom.xml?rev=1503970&r1=1503969&r2=1503970&view=diff
==============================================================================
--- cxf/branches/2.6.x-fixes/maven-plugins/wsdl-validator-plugin/pom.xml (original)
+++ cxf/branches/2.6.x-fixes/maven-plugins/wsdl-validator-plugin/pom.xml Wed Jul 17 01:30:24 2013
@@ -21,7 +21,7 @@
     <groupId>org.apache.cxf</groupId>
     <artifactId>cxf-wsdl-validator-plugin</artifactId>
     <packaging>maven-plugin</packaging>
-    <version>2.6.9</version>
+    <version>2.6.10-SNAPSHOT</version>
     <name>Apache CXF WSDL Validator Maven2 Plugin</name>
     <description>Apache CXF WSDL Validator Maven2 Plugin</description>
     <url>http://cxf.apache.org</url>
@@ -30,7 +30,7 @@
     <parent>
       <groupId>org.apache.cxf</groupId>
       <artifactId>cxf-maven-plugins</artifactId>
-      <version>2.6.9</version>
+      <version>2.6.10-SNAPSHOT</version>
     </parent>
     <properties>
         <cxf.manifest.location />

Modified: cxf/branches/2.6.x-fixes/osgi/bundle/all/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.6.x-fixes/osgi/bundle/all/pom.xml?rev=1503970&r1=1503969&r2=1503970&view=diff
==============================================================================
--- cxf/branches/2.6.x-fixes/osgi/bundle/all/pom.xml (original)
+++ cxf/branches/2.6.x-fixes/osgi/bundle/all/pom.xml Wed Jul 17 01:30:24 2013
@@ -24,13 +24,13 @@
     <packaging>bundle</packaging>
     <name>Apache CXF Bundle Jar</name>
     <description>Apache CXF Bundle Jar</description>
-    <version>2.6.9</version>
+    <version>2.6.10-SNAPSHOT</version>
     <url>http://cxf.apache.org</url>
 
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-bundle-parent</artifactId>
-        <version>2.6.9</version>
+        <version>2.6.10-SNAPSHOT</version>
     </parent>
     <properties>
         <bundle.symbolic.name>${project.groupId}.bundle</bundle.symbolic.name>

Modified: cxf/branches/2.6.x-fixes/osgi/bundle/compatible/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.6.x-fixes/osgi/bundle/compatible/pom.xml?rev=1503970&r1=1503969&r2=1503970&view=diff
==============================================================================
--- cxf/branches/2.6.x-fixes/osgi/bundle/compatible/pom.xml (original)
+++ cxf/branches/2.6.x-fixes/osgi/bundle/compatible/pom.xml Wed Jul 17 01:30:24 2013
@@ -24,13 +24,13 @@
     <packaging>bundle</packaging>
     <name>Apache CXF Compatibility Bundle Jar</name>
     <description>Apache CXF Compatibility Bundle Jar</description>
-    <version>2.6.9</version>
+    <version>2.6.10-SNAPSHOT</version>
     <url>http://cxf.apache.org</url>
 
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-bundle-parent</artifactId>
-        <version>2.6.9</version>
+        <version>2.6.10-SNAPSHOT</version>
     </parent>
     <properties>
          <cxf.osgi.symbolic.name>${project.groupId}.bundle</cxf.osgi.symbolic.name>

Modified: cxf/branches/2.6.x-fixes/osgi/bundle/jaxrs/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.6.x-fixes/osgi/bundle/jaxrs/pom.xml?rev=1503970&r1=1503969&r2=1503970&view=diff
==============================================================================
--- cxf/branches/2.6.x-fixes/osgi/bundle/jaxrs/pom.xml (original)
+++ cxf/branches/2.6.x-fixes/osgi/bundle/jaxrs/pom.xml Wed Jul 17 01:30:24 2013
@@ -24,13 +24,13 @@
     <packaging>bundle</packaging>
     <name>Apache CXF JAX-RS Bundle Jar</name>
     <description>Apache CXF JAX-RS Bundle Jar</description>
-    <version>2.6.9</version>
+    <version>2.6.10-SNAPSHOT</version>
     <url>http://cxf.apache.org</url>
 
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-bundle-parent</artifactId>
-        <version>2.6.9</version>
+        <version>2.6.10-SNAPSHOT</version>
     </parent>
     <properties>
          <bundle.symbolic.name>${project.groupId}.bundle-jaxrs</bundle.symbolic.name>

Modified: cxf/branches/2.6.x-fixes/osgi/bundle/minimal/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.6.x-fixes/osgi/bundle/minimal/pom.xml?rev=1503970&r1=1503969&r2=1503970&view=diff
==============================================================================
--- cxf/branches/2.6.x-fixes/osgi/bundle/minimal/pom.xml (original)
+++ cxf/branches/2.6.x-fixes/osgi/bundle/minimal/pom.xml Wed Jul 17 01:30:24 2013
@@ -24,13 +24,13 @@
     <packaging>bundle</packaging>
     <name>Apache CXF Minimal Bundle Jar</name>
     <description>Apache CXF Minimal Bundle Jar</description>
-    <version>2.6.9</version>
+    <version>2.6.10-SNAPSHOT</version>
     <url>http://cxf.apache.org</url>
 
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-bundle-parent</artifactId>
-        <version>2.6.9</version>
+        <version>2.6.10-SNAPSHOT</version>
     </parent>
     <properties>
         <bundle.symbolic.name>${project.groupId}.bundle-minimal</bundle.symbolic.name>

Modified: cxf/branches/2.6.x-fixes/osgi/bundle/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.6.x-fixes/osgi/bundle/pom.xml?rev=1503970&r1=1503969&r2=1503970&view=diff
==============================================================================
--- cxf/branches/2.6.x-fixes/osgi/bundle/pom.xml (original)
+++ cxf/branches/2.6.x-fixes/osgi/bundle/pom.xml Wed Jul 17 01:30:24 2013
@@ -24,13 +24,13 @@
     <packaging>pom</packaging>
     <name>Apache CXF Bundle Parent</name>
     <description>Apache CXF Bundle Parent</description>
-    <version>2.6.9</version>
+    <version>2.6.10-SNAPSHOT</version>
     <url>http://cxf.apache.org</url>
 
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>2.6.9</version>
+        <version>2.6.10-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 

Modified: cxf/branches/2.6.x-fixes/osgi/karaf/commands/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.6.x-fixes/osgi/karaf/commands/pom.xml?rev=1503970&r1=1503969&r2=1503970&view=diff
==============================================================================
--- cxf/branches/2.6.x-fixes/osgi/karaf/commands/pom.xml (original)
+++ cxf/branches/2.6.x-fixes/osgi/karaf/commands/pom.xml Wed Jul 17 01:30:24 2013
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.cxf.karaf</groupId>
         <artifactId>karaf-parent</artifactId>
-        <version>2.6.9</version>
+        <version>2.6.10-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.cxf.karaf</groupId>

Modified: cxf/branches/2.6.x-fixes/osgi/karaf/features/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.6.x-fixes/osgi/karaf/features/pom.xml?rev=1503970&r1=1503969&r2=1503970&view=diff
==============================================================================
--- cxf/branches/2.6.x-fixes/osgi/karaf/features/pom.xml (original)
+++ cxf/branches/2.6.x-fixes/osgi/karaf/features/pom.xml Wed Jul 17 01:30:24 2013
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.cxf.karaf</groupId>
         <artifactId>karaf-parent</artifactId>
-        <version>2.6.9</version>
+        <version>2.6.10-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.cxf.karaf</groupId>

Modified: cxf/branches/2.6.x-fixes/osgi/karaf/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.6.x-fixes/osgi/karaf/pom.xml?rev=1503970&r1=1503969&r2=1503970&view=diff
==============================================================================
--- cxf/branches/2.6.x-fixes/osgi/karaf/pom.xml (original)
+++ cxf/branches/2.6.x-fixes/osgi/karaf/pom.xml Wed Jul 17 01:30:24 2013
@@ -23,14 +23,14 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>2.6.9</version>
+        <version>2.6.10-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
     <groupId>org.apache.cxf.karaf</groupId>
     <artifactId>karaf-parent</artifactId>
     <packaging>pom</packaging>
-    <version>2.6.9</version>
+    <version>2.6.10-SNAPSHOT</version>
     <name>Apache CXF Karaf Parent</name>
     <description>Apache CXF Karaf Parent</description>
 

Modified: cxf/branches/2.6.x-fixes/parent/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.6.x-fixes/parent/pom.xml?rev=1503970&r1=1503969&r2=1503970&view=diff
==============================================================================
--- cxf/branches/2.6.x-fixes/parent/pom.xml (original)
+++ cxf/branches/2.6.x-fixes/parent/pom.xml Wed Jul 17 01:30:24 2013
@@ -19,13 +19,13 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf</artifactId>
-        <version>2.6.9</version>
+        <version>2.6.10-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.cxf</groupId>
     <artifactId>cxf-parent</artifactId>
-    <version>2.6.9</version>
+    <version>2.6.10-SNAPSHOT</version>
     <name>Apache CXF Parent</name>
     <description>Apache CXF Parent POM</description>
     <url>http://cxf.apache.org</url>

Modified: cxf/branches/2.6.x-fixes/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.6.x-fixes/pom.xml?rev=1503970&r1=1503969&r2=1503970&view=diff
==============================================================================
--- cxf/branches/2.6.x-fixes/pom.xml (original)
+++ cxf/branches/2.6.x-fixes/pom.xml Wed Jul 17 01:30:24 2013
@@ -21,7 +21,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.cxf</groupId>
     <artifactId>cxf</artifactId>
-    <version>2.6.9</version>
+    <version>2.6.10-SNAPSHOT</version>
     <name>Apache CXF</name>
     <description>Apache CXF is an open-source services framework that aids in 
     the development of services using front-end programming APIs, like JAX-WS 
@@ -31,8 +31,8 @@
     <packaging>pom</packaging>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/cxf/tags/cxf-2.6.9</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/cxf/tags/cxf-2.6.9</developerConnection>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/cxf/branches/2.6.x-fixes/</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/cxf/branches/2.6.x-fixes/</developerConnection>
     </scm>
     <issueManagement>
         <system>jira</system>

Modified: cxf/branches/2.6.x-fixes/rt/bindings/coloc/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.6.x-fixes/rt/bindings/coloc/pom.xml?rev=1503970&r1=1503969&r2=1503970&view=diff
==============================================================================
--- cxf/branches/2.6.x-fixes/rt/bindings/coloc/pom.xml (original)
+++ cxf/branches/2.6.x-fixes/rt/bindings/coloc/pom.xml Wed Jul 17 01:30:24 2013
@@ -28,7 +28,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>2.6.9</version>
+        <version>2.6.10-SNAPSHOT</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
 

Modified: cxf/branches/2.6.x-fixes/rt/bindings/corba/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.6.x-fixes/rt/bindings/corba/pom.xml?rev=1503970&r1=1503969&r2=1503970&view=diff
==============================================================================
--- cxf/branches/2.6.x-fixes/rt/bindings/corba/pom.xml (original)
+++ cxf/branches/2.6.x-fixes/rt/bindings/corba/pom.xml Wed Jul 17 01:30:24 2013
@@ -28,7 +28,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>2.6.9</version>
+        <version>2.6.10-SNAPSHOT</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
 

Modified: cxf/branches/2.6.x-fixes/rt/bindings/object/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.6.x-fixes/rt/bindings/object/pom.xml?rev=1503970&r1=1503969&r2=1503970&view=diff
==============================================================================
--- cxf/branches/2.6.x-fixes/rt/bindings/object/pom.xml (original)
+++ cxf/branches/2.6.x-fixes/rt/bindings/object/pom.xml Wed Jul 17 01:30:24 2013
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>2.6.9</version>
+        <version>2.6.10-SNAPSHOT</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
 

Modified: cxf/branches/2.6.x-fixes/rt/bindings/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.6.x-fixes/rt/bindings/pom.xml?rev=1503970&r1=1503969&r2=1503970&view=diff
==============================================================================
--- cxf/branches/2.6.x-fixes/rt/bindings/pom.xml (original)
+++ cxf/branches/2.6.x-fixes/rt/bindings/pom.xml Wed Jul 17 01:30:24 2013
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-rt</artifactId>
-        <version>2.6.9</version>
+        <version>2.6.10-SNAPSHOT</version>
     </parent>
 
 

Modified: cxf/branches/2.6.x-fixes/rt/bindings/soap/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.6.x-fixes/rt/bindings/soap/pom.xml?rev=1503970&r1=1503969&r2=1503970&view=diff
==============================================================================
--- cxf/branches/2.6.x-fixes/rt/bindings/soap/pom.xml (original)
+++ cxf/branches/2.6.x-fixes/rt/bindings/soap/pom.xml Wed Jul 17 01:30:24 2013
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>2.6.9</version>
+        <version>2.6.10-SNAPSHOT</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
 

Modified: cxf/branches/2.6.x-fixes/rt/bindings/xml/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.6.x-fixes/rt/bindings/xml/pom.xml?rev=1503970&r1=1503969&r2=1503970&view=diff
==============================================================================
--- cxf/branches/2.6.x-fixes/rt/bindings/xml/pom.xml (original)
+++ cxf/branches/2.6.x-fixes/rt/bindings/xml/pom.xml Wed Jul 17 01:30:24 2013
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>2.6.9</version>
+        <version>2.6.10-SNAPSHOT</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
 

Modified: cxf/branches/2.6.x-fixes/rt/core/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.6.x-fixes/rt/core/pom.xml?rev=1503970&r1=1503969&r2=1503970&view=diff
==============================================================================
--- cxf/branches/2.6.x-fixes/rt/core/pom.xml (original)
+++ cxf/branches/2.6.x-fixes/rt/core/pom.xml Wed Jul 17 01:30:24 2013
@@ -21,7 +21,7 @@
     <groupId>org.apache.cxf</groupId>
     <artifactId>cxf-rt-core</artifactId>
     <packaging>jar</packaging>
-    <version>2.6.9</version>
+    <version>2.6.10-SNAPSHOT</version>
     <name>Apache CXF Runtime Core</name>
     <description>Apache CXF Runtime Core</description>
     <url>http://cxf.apache.org</url>
@@ -29,7 +29,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>2.6.9</version>
+        <version>2.6.10-SNAPSHOT</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
 

Modified: cxf/branches/2.6.x-fixes/rt/databinding/aegis/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.6.x-fixes/rt/databinding/aegis/pom.xml?rev=1503970&r1=1503969&r2=1503970&view=diff
==============================================================================
--- cxf/branches/2.6.x-fixes/rt/databinding/aegis/pom.xml (original)
+++ cxf/branches/2.6.x-fixes/rt/databinding/aegis/pom.xml Wed Jul 17 01:30:24 2013
@@ -29,7 +29,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>2.6.9</version>
+        <version>2.6.10-SNAPSHOT</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
 

Modified: cxf/branches/2.6.x-fixes/rt/databinding/jaxb/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.6.x-fixes/rt/databinding/jaxb/pom.xml?rev=1503970&r1=1503969&r2=1503970&view=diff
==============================================================================
--- cxf/branches/2.6.x-fixes/rt/databinding/jaxb/pom.xml (original)
+++ cxf/branches/2.6.x-fixes/rt/databinding/jaxb/pom.xml Wed Jul 17 01:30:24 2013
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>2.6.9</version>
+        <version>2.6.10-SNAPSHOT</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <properties>

Modified: cxf/branches/2.6.x-fixes/rt/databinding/jibx/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.6.x-fixes/rt/databinding/jibx/pom.xml?rev=1503970&r1=1503969&r2=1503970&view=diff
==============================================================================
--- cxf/branches/2.6.x-fixes/rt/databinding/jibx/pom.xml (original)
+++ cxf/branches/2.6.x-fixes/rt/databinding/jibx/pom.xml Wed Jul 17 01:30:24 2013
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>2.6.9</version>
+        <version>2.6.10-SNAPSHOT</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
 

Modified: cxf/branches/2.6.x-fixes/rt/databinding/sdo/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.6.x-fixes/rt/databinding/sdo/pom.xml?rev=1503970&r1=1503969&r2=1503970&view=diff
==============================================================================
--- cxf/branches/2.6.x-fixes/rt/databinding/sdo/pom.xml (original)
+++ cxf/branches/2.6.x-fixes/rt/databinding/sdo/pom.xml Wed Jul 17 01:30:24 2013
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>2.6.9</version>
+        <version>2.6.10-SNAPSHOT</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
 

Modified: cxf/branches/2.6.x-fixes/rt/databinding/xmlbeans/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.6.x-fixes/rt/databinding/xmlbeans/pom.xml?rev=1503970&r1=1503969&r2=1503970&view=diff
==============================================================================
--- cxf/branches/2.6.x-fixes/rt/databinding/xmlbeans/pom.xml (original)
+++ cxf/branches/2.6.x-fixes/rt/databinding/xmlbeans/pom.xml Wed Jul 17 01:30:24 2013
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>2.6.9</version>
+        <version>2.6.10-SNAPSHOT</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
 

Modified: cxf/branches/2.6.x-fixes/rt/features/clustering/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.6.x-fixes/rt/features/clustering/pom.xml?rev=1503970&r1=1503969&r2=1503970&view=diff
==============================================================================
--- cxf/branches/2.6.x-fixes/rt/features/clustering/pom.xml (original)
+++ cxf/branches/2.6.x-fixes/rt/features/clustering/pom.xml Wed Jul 17 01:30:24 2013
@@ -21,7 +21,7 @@
     <groupId>org.apache.cxf</groupId>
     <artifactId>cxf-rt-features-clustering</artifactId>
     <packaging>jar</packaging>
-    <version>2.6.9</version>
+    <version>2.6.10-SNAPSHOT</version>
     <name>Apache CXF Runtime Clustering</name>
     <description>Failover and loadbalancing support</description>
     <url>http://cxf.apache.org</url>
@@ -29,7 +29,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>2.6.9</version>
+        <version>2.6.10-SNAPSHOT</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
 

Modified: cxf/branches/2.6.x-fixes/rt/frontend/jaxrs/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.6.x-fixes/rt/frontend/jaxrs/pom.xml?rev=1503970&r1=1503969&r2=1503970&view=diff
==============================================================================
--- cxf/branches/2.6.x-fixes/rt/frontend/jaxrs/pom.xml (original)
+++ cxf/branches/2.6.x-fixes/rt/frontend/jaxrs/pom.xml Wed Jul 17 01:30:24 2013
@@ -21,7 +21,7 @@
     <groupId>org.apache.cxf</groupId>
     <artifactId>cxf-rt-frontend-jaxrs</artifactId>
     <packaging>jar</packaging>
-    <version>2.6.9</version>
+    <version>2.6.10-SNAPSHOT</version>
     <name>Apache CXF Runtime JAX-RS Frontend</name>
     <description>Apache CXF Runtime JAX-RS Frontend</description>
     <url>http://cxf.apache.org</url>
@@ -29,7 +29,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>2.6.9</version>
+        <version>2.6.10-SNAPSHOT</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
 

Modified: cxf/branches/2.6.x-fixes/rt/frontend/jaxws/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.6.x-fixes/rt/frontend/jaxws/pom.xml?rev=1503970&r1=1503969&r2=1503970&view=diff
==============================================================================
--- cxf/branches/2.6.x-fixes/rt/frontend/jaxws/pom.xml (original)
+++ cxf/branches/2.6.x-fixes/rt/frontend/jaxws/pom.xml Wed Jul 17 01:30:24 2013
@@ -21,7 +21,7 @@
     <groupId>org.apache.cxf</groupId>
     <artifactId>cxf-rt-frontend-jaxws</artifactId>
     <packaging>jar</packaging>
-    <version>2.6.9</version>
+    <version>2.6.10-SNAPSHOT</version>
     <name>Apache CXF Runtime JAX-WS Frontend</name>
     <description>Apache CXF Runtime JAX-WS Frontend</description>
     <url>http://cxf.apache.org</url>
@@ -29,7 +29,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>2.6.9</version>
+        <version>2.6.10-SNAPSHOT</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
 

Modified: cxf/branches/2.6.x-fixes/rt/frontend/js/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.6.x-fixes/rt/frontend/js/pom.xml?rev=1503970&r1=1503969&r2=1503970&view=diff
==============================================================================
--- cxf/branches/2.6.x-fixes/rt/frontend/js/pom.xml (original)
+++ cxf/branches/2.6.x-fixes/rt/frontend/js/pom.xml Wed Jul 17 01:30:24 2013
@@ -21,7 +21,7 @@
     <groupId>org.apache.cxf</groupId>
     <artifactId>cxf-rt-frontend-js</artifactId>
     <packaging>jar</packaging>
-    <version>2.6.9</version>
+    <version>2.6.10-SNAPSHOT</version>
     <name>Apache CXF Runtime JavaScript Frontend</name>
     <description>Apache CXF Runtime JavaScript Frontend</description>
     <url>http://cxf.apache.org</url>
@@ -29,7 +29,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>2.6.9</version>
+        <version>2.6.10-SNAPSHOT</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
 

Modified: cxf/branches/2.6.x-fixes/rt/frontend/simple/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.6.x-fixes/rt/frontend/simple/pom.xml?rev=1503970&r1=1503969&r2=1503970&view=diff
==============================================================================
--- cxf/branches/2.6.x-fixes/rt/frontend/simple/pom.xml (original)
+++ cxf/branches/2.6.x-fixes/rt/frontend/simple/pom.xml Wed Jul 17 01:30:24 2013
@@ -21,7 +21,7 @@
     <groupId>org.apache.cxf</groupId>
     <artifactId>cxf-rt-frontend-simple</artifactId>
     <packaging>jar</packaging>
-    <version>2.6.9</version>
+    <version>2.6.10-SNAPSHOT</version>
     <name>Apache CXF Runtime Simple Frontend</name>
     <description>Apache CXF Runtime Simple Frontend</description>
     <url>http://cxf.apache.org</url>
@@ -29,7 +29,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>2.6.9</version>
+        <version>2.6.10-SNAPSHOT</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
 

Modified: cxf/branches/2.6.x-fixes/rt/javascript/javascript-rt/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.6.x-fixes/rt/javascript/javascript-rt/pom.xml?rev=1503970&r1=1503969&r2=1503970&view=diff
==============================================================================
--- cxf/branches/2.6.x-fixes/rt/javascript/javascript-rt/pom.xml (original)
+++ cxf/branches/2.6.x-fixes/rt/javascript/javascript-rt/pom.xml Wed Jul 17 01:30:24 2013
@@ -28,7 +28,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-runtime-javascript</artifactId>
-        <version>2.6.9</version>
+        <version>2.6.10-SNAPSHOT</version>
     </parent>
 
     <dependencies>

Modified: cxf/branches/2.6.x-fixes/rt/javascript/javascript-tests/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.6.x-fixes/rt/javascript/javascript-tests/pom.xml?rev=1503970&r1=1503969&r2=1503970&view=diff
==============================================================================
--- cxf/branches/2.6.x-fixes/rt/javascript/javascript-tests/pom.xml (original)
+++ cxf/branches/2.6.x-fixes/rt/javascript/javascript-tests/pom.xml Wed Jul 17 01:30:24 2013
@@ -28,7 +28,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-runtime-javascript</artifactId>
-        <version>2.6.9</version>
+        <version>2.6.10-SNAPSHOT</version>
     </parent>
 
     <dependencies>

Modified: cxf/branches/2.6.x-fixes/rt/javascript/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.6.x-fixes/rt/javascript/pom.xml?rev=1503970&r1=1503969&r2=1503970&view=diff
==============================================================================
--- cxf/branches/2.6.x-fixes/rt/javascript/pom.xml (original)
+++ cxf/branches/2.6.x-fixes/rt/javascript/pom.xml Wed Jul 17 01:30:24 2013
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>2.6.9</version>
+        <version>2.6.10-SNAPSHOT</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
     <modules>

Modified: cxf/branches/2.6.x-fixes/rt/management-web/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.6.x-fixes/rt/management-web/pom.xml?rev=1503970&r1=1503969&r2=1503970&view=diff
==============================================================================
--- cxf/branches/2.6.x-fixes/rt/management-web/pom.xml (original)
+++ cxf/branches/2.6.x-fixes/rt/management-web/pom.xml Wed Jul 17 01:30:24 2013
@@ -21,7 +21,7 @@
     <groupId>org.apache.cxf</groupId>
     <artifactId>cxf-rt-management-web</artifactId>
     <packaging>jar</packaging>
-    <version>2.6.9</version>
+    <version>2.6.10-SNAPSHOT</version>
     <name>Apache CXF Runtime Web Management</name>
     <description>Apache CXF Runtime Web Management</description>
     <url>http://cxf.apache.org</url>
@@ -29,7 +29,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>2.6.9</version>
+        <version>2.6.10-SNAPSHOT</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
 

Modified: cxf/branches/2.6.x-fixes/rt/management/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.6.x-fixes/rt/management/pom.xml?rev=1503970&r1=1503969&r2=1503970&view=diff
==============================================================================
--- cxf/branches/2.6.x-fixes/rt/management/pom.xml (original)
+++ cxf/branches/2.6.x-fixes/rt/management/pom.xml Wed Jul 17 01:30:24 2013
@@ -21,7 +21,7 @@
     <groupId>org.apache.cxf</groupId>
     <artifactId>cxf-rt-management</artifactId>
     <packaging>jar</packaging>
-    <version>2.6.9</version>
+    <version>2.6.10-SNAPSHOT</version>
     <name>Apache CXF Runtime Management</name>
     <description>Apache CXF Runtime Management</description>
     <url>http://cxf.apache.org</url>
@@ -29,7 +29,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>2.6.9</version>
+        <version>2.6.10-SNAPSHOT</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
 

Modified: cxf/branches/2.6.x-fixes/rt/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.6.x-fixes/rt/pom.xml?rev=1503970&r1=1503969&r2=1503970&view=diff
==============================================================================
--- cxf/branches/2.6.x-fixes/rt/pom.xml (original)
+++ cxf/branches/2.6.x-fixes/rt/pom.xml Wed Jul 17 01:30:24 2013
@@ -21,7 +21,7 @@
     <groupId>org.apache.cxf</groupId>
     <artifactId>cxf-rt</artifactId>
     <packaging>pom</packaging>
-    <version>2.6.9</version>
+    <version>2.6.10-SNAPSHOT</version>
     <name>Apache CXF Runtime</name>
     <description>Apache CXF Runtime</description>
     <url>http://cxf.apache.org</url>
@@ -29,7 +29,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf</artifactId>
-        <version>2.6.9</version>
+        <version>2.6.10-SNAPSHOT</version>
     </parent>
 
     <modules>

Modified: cxf/branches/2.6.x-fixes/rt/rs/extensions/providers/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.6.x-fixes/rt/rs/extensions/providers/pom.xml?rev=1503970&r1=1503969&r2=1503970&view=diff
==============================================================================
--- cxf/branches/2.6.x-fixes/rt/rs/extensions/providers/pom.xml (original)
+++ cxf/branches/2.6.x-fixes/rt/rs/extensions/providers/pom.xml Wed Jul 17 01:30:24 2013
@@ -21,7 +21,7 @@
     <groupId>org.apache.cxf</groupId>
     <artifactId>cxf-rt-rs-extension-providers</artifactId>
     <packaging>jar</packaging>
-    <version>2.6.9</version>
+    <version>2.6.10-SNAPSHOT</version>
     <name>Apache CXF JAX-RS Extensions: Providers</name>
     <description>Apache CXF JAX-RS Extensions: Providers</description>
     <url>http://cxf.apache.org</url>
@@ -29,7 +29,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>2.6.9</version>
+        <version>2.6.10-SNAPSHOT</version>
         <relativePath>../../../../parent/pom.xml</relativePath>
     </parent>
 

Modified: cxf/branches/2.6.x-fixes/rt/rs/extensions/search/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.6.x-fixes/rt/rs/extensions/search/pom.xml?rev=1503970&r1=1503969&r2=1503970&view=diff
==============================================================================
--- cxf/branches/2.6.x-fixes/rt/rs/extensions/search/pom.xml (original)
+++ cxf/branches/2.6.x-fixes/rt/rs/extensions/search/pom.xml Wed Jul 17 01:30:24 2013
@@ -21,7 +21,7 @@
     <groupId>org.apache.cxf</groupId>
     <artifactId>cxf-rt-rs-extension-search</artifactId>
     <packaging>jar</packaging>
-    <version>2.6.9</version>
+    <version>2.6.10-SNAPSHOT</version>
     <name>Apache CXF JAX-RS Extensions: Search</name>
     <description>Apache CXF JAX-RS Extensions: Search</description>
     <url>http://cxf.apache.org</url>
@@ -29,7 +29,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>2.6.9</version>
+        <version>2.6.10-SNAPSHOT</version>
         <relativePath>../../../../parent/pom.xml</relativePath>
     </parent>
 

Modified: cxf/branches/2.6.x-fixes/rt/rs/security/cors/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.6.x-fixes/rt/rs/security/cors/pom.xml?rev=1503970&r1=1503969&r2=1503970&view=diff
==============================================================================
--- cxf/branches/2.6.x-fixes/rt/rs/security/cors/pom.xml (original)
+++ cxf/branches/2.6.x-fixes/rt/rs/security/cors/pom.xml Wed Jul 17 01:30:24 2013
@@ -21,7 +21,7 @@
     <groupId>org.apache.cxf</groupId>
     <artifactId>cxf-rt-rs-security-cors</artifactId>
     <packaging>jar</packaging>
-    <version>2.6.9</version>
+    <version>2.6.10-SNAPSHOT</version>
     <name>Apache CXF RS Cross-Origin Resource Sharing</name>
     <description>Apache CXF RS XML Security</description>
     <url>http://cxf.apache.org</url>
@@ -29,7 +29,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>2.6.9</version>
+        <version>2.6.10-SNAPSHOT</version>
         <relativePath>../../../../parent/pom.xml</relativePath>
     </parent>
 

Modified: cxf/branches/2.6.x-fixes/rt/rs/security/oauth-parent/oauth/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.6.x-fixes/rt/rs/security/oauth-parent/oauth/pom.xml?rev=1503970&r1=1503969&r2=1503970&view=diff
==============================================================================
--- cxf/branches/2.6.x-fixes/rt/rs/security/oauth-parent/oauth/pom.xml (original)
+++ cxf/branches/2.6.x-fixes/rt/rs/security/oauth-parent/oauth/pom.xml Wed Jul 17 01:30:24 2013
@@ -21,7 +21,7 @@
 
     <groupId>org.apache.cxf</groupId>
     <artifactId>cxf-rt-rs-security-oauth</artifactId>
-    <version>2.6.9</version>
+    <version>2.6.10-SNAPSHOT</version>
 
     <packaging>jar</packaging>
     <name>Apache CXF Runtime OAuth 1.0a</name>
@@ -31,7 +31,7 @@
     <parent>
         <artifactId>cxf-rt-rs-security-oauth-parent</artifactId>
         <groupId>org.apache.cxf</groupId>
-        <version>2.6.9</version>
+        <version>2.6.10-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <properties>

Modified: cxf/branches/2.6.x-fixes/rt/rs/security/oauth-parent/oauth2/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.6.x-fixes/rt/rs/security/oauth-parent/oauth2/pom.xml?rev=1503970&r1=1503969&r2=1503970&view=diff
==============================================================================
--- cxf/branches/2.6.x-fixes/rt/rs/security/oauth-parent/oauth2/pom.xml (original)
+++ cxf/branches/2.6.x-fixes/rt/rs/security/oauth-parent/oauth2/pom.xml Wed Jul 17 01:30:24 2013
@@ -21,7 +21,7 @@
 
     <groupId>org.apache.cxf</groupId>
     <artifactId>cxf-rt-rs-security-oauth2</artifactId>
-    <version>2.6.9</version>
+    <version>2.6.10-SNAPSHOT</version>
 
     <packaging>jar</packaging>
     <name>Apache CXF Runtime OAuth 2.0</name>
@@ -31,7 +31,7 @@
     <parent>
         <artifactId>cxf-rt-rs-security-oauth-parent</artifactId>
         <groupId>org.apache.cxf</groupId>
-        <version>2.6.9</version>
+        <version>2.6.10-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

Modified: cxf/branches/2.6.x-fixes/rt/rs/security/oauth-parent/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.6.x-fixes/rt/rs/security/oauth-parent/pom.xml?rev=1503970&r1=1503969&r2=1503970&view=diff
==============================================================================
--- cxf/branches/2.6.x-fixes/rt/rs/security/oauth-parent/pom.xml (original)
+++ cxf/branches/2.6.x-fixes/rt/rs/security/oauth-parent/pom.xml Wed Jul 17 01:30:24 2013
@@ -21,7 +21,7 @@
 
     <groupId>org.apache.cxf</groupId>
     <artifactId>cxf-rt-rs-security-oauth-parent</artifactId>
-    <version>2.6.9</version>
+    <version>2.6.10-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>Apache CXF Runtime RS Security OAuth Parent</name>
     <description>Apache CXF Runtime RS Security OAuth Parent</description>
@@ -30,7 +30,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>2.6.9</version>
+        <version>2.6.10-SNAPSHOT</version>
         <relativePath>../../../../parent/pom.xml</relativePath>
     </parent>
     <properties>

Modified: cxf/branches/2.6.x-fixes/rt/rs/security/sso/saml/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.6.x-fixes/rt/rs/security/sso/saml/pom.xml?rev=1503970&r1=1503969&r2=1503970&view=diff
==============================================================================
--- cxf/branches/2.6.x-fixes/rt/rs/security/sso/saml/pom.xml (original)
+++ cxf/branches/2.6.x-fixes/rt/rs/security/sso/saml/pom.xml Wed Jul 17 01:30:24 2013
@@ -21,7 +21,7 @@
     <groupId>org.apache.cxf</groupId>
     <artifactId>cxf-rt-rs-security-sso-saml</artifactId>
     <packaging>jar</packaging>
-    <version>2.6.9</version>
+    <version>2.6.10-SNAPSHOT</version>
     <name>Apache CXF RS SSO SAML</name>
     <description>Apache CXF RS SSO SAML</description>
     <url>http://cxf.apache.org</url>
@@ -29,7 +29,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>2.6.9</version>
+        <version>2.6.10-SNAPSHOT</version>
         <relativePath>../../../../../parent/pom.xml</relativePath>
     </parent>
     

Modified: cxf/branches/2.6.x-fixes/rt/rs/security/xml/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.6.x-fixes/rt/rs/security/xml/pom.xml?rev=1503970&r1=1503969&r2=1503970&view=diff
==============================================================================
--- cxf/branches/2.6.x-fixes/rt/rs/security/xml/pom.xml (original)
+++ cxf/branches/2.6.x-fixes/rt/rs/security/xml/pom.xml Wed Jul 17 01:30:24 2013
@@ -21,7 +21,7 @@
     <groupId>org.apache.cxf</groupId>
     <artifactId>cxf-rt-rs-security-xml</artifactId>
     <packaging>jar</packaging>
-    <version>2.6.9</version>
+    <version>2.6.10-SNAPSHOT</version>
     <name>Apache CXF RS XML Security</name>
     <description>Apache CXF RS XML Security</description>
     <url>http://cxf.apache.org</url>
@@ -29,7 +29,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>2.6.9</version>
+        <version>2.6.10-SNAPSHOT</version>
         <relativePath>../../../../parent/pom.xml</relativePath>
     </parent>
 

Modified: cxf/branches/2.6.x-fixes/rt/transports/http-jetty/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.6.x-fixes/rt/transports/http-jetty/pom.xml?rev=1503970&r1=1503969&r2=1503970&view=diff
==============================================================================
--- cxf/branches/2.6.x-fixes/rt/transports/http-jetty/pom.xml (original)
+++ cxf/branches/2.6.x-fixes/rt/transports/http-jetty/pom.xml Wed Jul 17 01:30:24 2013
@@ -21,7 +21,7 @@
     <groupId>org.apache.cxf</groupId>
     <artifactId>cxf-rt-transports-http-jetty</artifactId>
     <packaging>jar</packaging>
-    <version>2.6.9</version>
+    <version>2.6.10-SNAPSHOT</version>
     <name>Apache CXF Runtime HTTP Jetty Transport</name>
     <description>Apache CXF Runtime HTTP Jetty Transport</description>
     <url>http://cxf.apache.org</url>
@@ -29,7 +29,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>2.6.9</version>
+        <version>2.6.10-SNAPSHOT</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <properties>

Modified: cxf/branches/2.6.x-fixes/rt/transports/http/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.6.x-fixes/rt/transports/http/pom.xml?rev=1503970&r1=1503969&r2=1503970&view=diff
==============================================================================
--- cxf/branches/2.6.x-fixes/rt/transports/http/pom.xml (original)
+++ cxf/branches/2.6.x-fixes/rt/transports/http/pom.xml Wed Jul 17 01:30:24 2013
@@ -21,7 +21,7 @@
     <groupId>org.apache.cxf</groupId>
     <artifactId>cxf-rt-transports-http</artifactId>
     <packaging>jar</packaging>
-    <version>2.6.9</version>
+    <version>2.6.10-SNAPSHOT</version>
     <name>Apache CXF Runtime HTTP Transport</name>
     <description>Apache CXF Runtime HTTP Transport</description>
     <url>http://cxf.apache.org</url>
@@ -29,7 +29,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>2.6.9</version>
+        <version>2.6.10-SNAPSHOT</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <properties>

Modified: cxf/branches/2.6.x-fixes/rt/transports/jms/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.6.x-fixes/rt/transports/jms/pom.xml?rev=1503970&r1=1503969&r2=1503970&view=diff
==============================================================================
--- cxf/branches/2.6.x-fixes/rt/transports/jms/pom.xml (original)
+++ cxf/branches/2.6.x-fixes/rt/transports/jms/pom.xml Wed Jul 17 01:30:24 2013
@@ -21,7 +21,7 @@
     <groupId>org.apache.cxf</groupId>
     <artifactId>cxf-rt-transports-jms</artifactId>
     <packaging>jar</packaging>
-    <version>2.6.9</version>
+    <version>2.6.10-SNAPSHOT</version>
     <name>Apache CXF Runtime JMS Transport</name>
     <description>Apache CXF Runtime JMS Transport</description>
     <url>http://cxf.apache.org</url>
@@ -29,7 +29,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>2.6.9</version>
+        <version>2.6.10-SNAPSHOT</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
 

Modified: cxf/branches/2.6.x-fixes/rt/transports/local/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.6.x-fixes/rt/transports/local/pom.xml?rev=1503970&r1=1503969&r2=1503970&view=diff
==============================================================================
--- cxf/branches/2.6.x-fixes/rt/transports/local/pom.xml (original)
+++ cxf/branches/2.6.x-fixes/rt/transports/local/pom.xml Wed Jul 17 01:30:24 2013
@@ -21,7 +21,7 @@
     <groupId>org.apache.cxf</groupId>
     <artifactId>cxf-rt-transports-local</artifactId>
     <packaging>jar</packaging>
-    <version>2.6.9</version>
+    <version>2.6.10-SNAPSHOT</version>
     <name>Apache CXF Runtime Local Transport</name>
     <description>Apache CXF Runtime Local Transport</description>
     <url>http://cxf.apache.org</url>
@@ -29,7 +29,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>2.6.9</version>
+        <version>2.6.10-SNAPSHOT</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
 

Modified: cxf/branches/2.6.x-fixes/rt/ws/addr/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.6.x-fixes/rt/ws/addr/pom.xml?rev=1503970&r1=1503969&r2=1503970&view=diff
==============================================================================
--- cxf/branches/2.6.x-fixes/rt/ws/addr/pom.xml (original)
+++ cxf/branches/2.6.x-fixes/rt/ws/addr/pom.xml Wed Jul 17 01:30:24 2013
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>2.6.9</version>
+        <version>2.6.10-SNAPSHOT</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
 

Modified: cxf/branches/2.6.x-fixes/rt/ws/mex/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.6.x-fixes/rt/ws/mex/pom.xml?rev=1503970&r1=1503969&r2=1503970&view=diff
==============================================================================
--- cxf/branches/2.6.x-fixes/rt/ws/mex/pom.xml (original)
+++ cxf/branches/2.6.x-fixes/rt/ws/mex/pom.xml Wed Jul 17 01:30:24 2013
@@ -28,7 +28,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>2.6.9</version>
+        <version>2.6.10-SNAPSHOT</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
 

Modified: cxf/branches/2.6.x-fixes/rt/ws/policy/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.6.x-fixes/rt/ws/policy/pom.xml?rev=1503970&r1=1503969&r2=1503970&view=diff
==============================================================================
--- cxf/branches/2.6.x-fixes/rt/ws/policy/pom.xml (original)
+++ cxf/branches/2.6.x-fixes/rt/ws/policy/pom.xml Wed Jul 17 01:30:24 2013
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>2.6.9</version>
+        <version>2.6.10-SNAPSHOT</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>