You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2011/08/11 04:42:30 UTC

svn commit: r1156454 [2/3] - in /cxf/branches/2.3.x-fixes: ./ api/ common/ common/common/ common/schemas/ common/wstx-msv-validation/ common/xerces-xsd-validation/ distribution/ distribution/bundle/ distribution/bundle/all/ distribution/bundle/jaxrs/ d...

Modified: cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/ws_security/ut/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/ws_security/ut/pom.xml?rev=1156454&r1=1156453&r2=1156454&view=diff
==============================================================================
--- cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/ws_security/ut/pom.xml (original)
+++ cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/ws_security/ut/pom.xml Thu Aug 11 02:42:27 2011
@@ -21,12 +21,12 @@
     <groupId>org.apache.cxf.samples</groupId>
     <artifactId>wssec_ut</artifactId>
     <name>CXF WS-Security UT Demo</name>
-    <version>2.3.6</version>
+    <version>2.3.7-SNAPSHOT</version>
 
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>2.3.6</version>
+        <version>2.3.7-SNAPSHOT</version>
         <relativePath>../..</relativePath>
     </parent>
     <properties>
@@ -135,43 +135,43 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>2.3.6</version>
+            <version>2.3.7-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>2.3.6</version>
+            <version>2.3.7-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.3.6</version>
+            <version>2.3.7-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-ws-rm</artifactId>
-            <version>2.3.6</version>
+            <version>2.3.7-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-ws-security</artifactId>
-            <version>2.3.6</version>
+            <version>2.3.7-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-ws-addr</artifactId>
-            <version>2.3.6</version>
+            <version>2.3.7-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-ws-policy</artifactId>
-            <version>2.3.6</version>
+            <version>2.3.7-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-common-utilities</artifactId>
-            <version>2.3.6</version>
+            <version>2.3.7-SNAPSHOT</version>
         </dependency>
     </dependencies>
 </project>

Modified: cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/ws_security/ut_policy/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/ws_security/ut_policy/pom.xml?rev=1156454&r1=1156453&r2=1156454&view=diff
==============================================================================
--- cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/ws_security/ut_policy/pom.xml (original)
+++ cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/ws_security/ut_policy/pom.xml Thu Aug 11 02:42:27 2011
@@ -21,12 +21,12 @@
     <groupId>org.apache.cxf.samples</groupId>
     <artifactId>wssec_ut_policy</artifactId>
     <name>WS-Security UT Policy Demo</name>
-    <version>2.3.6</version>
+    <version>2.3.7-SNAPSHOT</version>
 
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>2.3.6</version>
+        <version>2.3.7-SNAPSHOT</version>
         <relativePath>../..</relativePath>
     </parent>
 
@@ -175,29 +175,29 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>2.3.6</version>
+            <version>2.3.7-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>2.3.6</version>
+            <version>2.3.7-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http-jetty</artifactId>
-            <version>2.3.6</version>
+            <version>2.3.7-SNAPSHOT</version>
         </dependency>
        
 
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-ws-security</artifactId>
-            <version>2.3.6</version>
+            <version>2.3.7-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-ws-policy</artifactId>
-            <version>2.3.6</version>
+            <version>2.3.7-SNAPSHOT</version>
         </dependency>
         
 

Modified: cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/ws_security/ut_sign/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/ws_security/ut_sign/pom.xml?rev=1156454&r1=1156453&r2=1156454&view=diff
==============================================================================
--- cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/ws_security/ut_sign/pom.xml (original)
+++ cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/ws_security/ut_sign/pom.xml Thu Aug 11 02:42:27 2011
@@ -21,12 +21,12 @@
     <groupId>org.apache.cxf.samples</groupId>
     <artifactId>wssec_ut_sign</artifactId>
     <name>WS-Security UT Sign Demo</name>
-    <version>2.3.6</version>
+    <version>2.3.7-SNAPSHOT</version>
 
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>2.3.6</version>
+        <version>2.3.7-SNAPSHOT</version>
         <relativePath>../..</relativePath>
     </parent>
 
@@ -129,43 +129,43 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>2.3.6</version>
+            <version>2.3.7-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>2.3.6</version>
+            <version>2.3.7-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.3.6</version>
+            <version>2.3.7-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-ws-rm</artifactId>
-            <version>2.3.6</version>
+            <version>2.3.7-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-ws-security</artifactId>
-            <version>2.3.6</version>
+            <version>2.3.7-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-ws-addr</artifactId>
-            <version>2.3.6</version>
+            <version>2.3.7-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-ws-policy</artifactId>
-            <version>2.3.6</version>
+            <version>2.3.7-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-common-utilities</artifactId>
-            <version>2.3.6</version>
+            <version>2.3.7-SNAPSHOT</version>
         </dependency>
     </dependencies>
 </project>

Modified: cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/wsdl_first/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/wsdl_first/pom.xml?rev=1156454&r1=1156453&r2=1156454&view=diff
==============================================================================
--- cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/wsdl_first/pom.xml (original)
+++ cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/wsdl_first/pom.xml Thu Aug 11 02:42:27 2011
@@ -22,12 +22,12 @@
     <artifactId>wsdl_first</artifactId>
     <packaging>war</packaging>
     <name>WSDL first demo using Document/Literal Style</name>
-    <version>2.3.6</version>
+    <version>2.3.7-SNAPSHOT</version>
 
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>2.3.6</version>
+        <version>2.3.7-SNAPSHOT</version>
     </parent>
     <properties>
         <cxf.version>${project.version}</cxf.version>
@@ -160,18 +160,18 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>2.3.6</version>
+            <version>2.3.7-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>2.3.6</version>
+            <version>2.3.7-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.3.6</version>
+            <version>2.3.7-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>junit</groupId>

Modified: cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/wsdl_first_dynamic_client/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/wsdl_first_dynamic_client/pom.xml?rev=1156454&r1=1156453&r2=1156454&view=diff
==============================================================================
--- cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/wsdl_first_dynamic_client/pom.xml (original)
+++ cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/wsdl_first_dynamic_client/pom.xml Thu Aug 11 02:42:27 2011
@@ -21,12 +21,12 @@
     <groupId>org.apache.cxf.samples</groupId>
     <artifactId>wsdl_first_dynamic_client</artifactId>
     <name>CXF Dynamic Client Sample</name>
-    <version>2.3.6</version>
+    <version>2.3.7-SNAPSHOT</version>
 
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>2.3.6</version>
+        <version>2.3.7-SNAPSHOT</version>
     </parent>
     <properties>
         <cxf.version>${project.version}</cxf.version>
@@ -137,18 +137,18 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>2.3.6</version>
+            <version>2.3.7-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>2.3.6</version>
+            <version>2.3.7-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.3.6</version>
+            <version>2.3.7-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>com.sun.xml.bind</groupId>

Modified: cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/wsdl_first_https/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/wsdl_first_https/pom.xml?rev=1156454&r1=1156453&r2=1156454&view=diff
==============================================================================
--- cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/wsdl_first_https/pom.xml (original)
+++ cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/wsdl_first_https/pom.xml Thu Aug 11 02:42:27 2011
@@ -21,12 +21,12 @@
     <groupId>org.apache.cxf.samples</groupId>
     <artifactId>wsdl_first_https</artifactId>
     <name>WSDL first demo using HTTPS</name>
-    <version>2.3.6</version>
+    <version>2.3.7-SNAPSHOT</version>
 
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>2.3.6</version>
+        <version>2.3.7-SNAPSHOT</version>
     </parent>
 
     <properties>
@@ -229,17 +229,17 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>2.3.6</version>
+            <version>2.3.7-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>2.3.6</version>
+            <version>2.3.7-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http-jetty</artifactId>
-            <version>2.3.6</version>
+            <version>2.3.7-SNAPSHOT</version>
         </dependency>
     </dependencies>
 </project>

Modified: cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/wsdl_first_pure_xml/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/wsdl_first_pure_xml/pom.xml?rev=1156454&r1=1156453&r2=1156454&view=diff
==============================================================================
--- cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/wsdl_first_pure_xml/pom.xml (original)
+++ cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/wsdl_first_pure_xml/pom.xml Thu Aug 11 02:42:27 2011
@@ -21,12 +21,12 @@
     <groupId>org.apache.cxf.samples</groupId>
     <artifactId>wsdl_first_pure_xml</artifactId>
     <name>WSDL first demo using BARE Style in XML Binding (pure XML over HTTP)</name>
-    <version>2.3.6</version>
+    <version>2.3.7-SNAPSHOT</version>
 
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>2.3.6</version>
+        <version>2.3.7-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.3.6</version>
+            <version>2.3.7-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>2.3.6</version>
+            <version>2.3.7-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.3.6</version>
+            <version>2.3.7-SNAPSHOT</version>
         </dependency>
     </dependencies>
 </project>

Modified: cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/wsdl_first_rpclit/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/wsdl_first_rpclit/pom.xml?rev=1156454&r1=1156453&r2=1156454&view=diff
==============================================================================
--- cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/wsdl_first_rpclit/pom.xml (original)
+++ cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/wsdl_first_rpclit/pom.xml Thu Aug 11 02:42:27 2011
@@ -21,12 +21,12 @@
     <groupId>org.apache.cxf.samples</groupId>
     <artifactId>wsdl_first_rpclit</artifactId>
     <name>WSDL first demo using RPC-Literal Style</name>
-    <version>2.3.6</version>
+    <version>2.3.7-SNAPSHOT</version>
 
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>2.3.6</version>
+        <version>2.3.7-SNAPSHOT</version>
     </parent>
 
     <properties>
@@ -124,18 +124,18 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>2.3.6</version>
+            <version>2.3.7-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>2.3.6</version>
+            <version>2.3.7-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.3.6</version>
+            <version>2.3.7-SNAPSHOT</version>
         </dependency>
     </dependencies>
 </project>

Modified: cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/wsdl_first_soap12/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/wsdl_first_soap12/pom.xml?rev=1156454&r1=1156453&r2=1156454&view=diff
==============================================================================
--- cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/wsdl_first_soap12/pom.xml (original)
+++ cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/wsdl_first_soap12/pom.xml Thu Aug 11 02:42:27 2011
@@ -21,12 +21,12 @@
     <groupId>org.apache.cxf.samples</groupId>
     <artifactId>wsdl_first_soap12</artifactId>
     <name>WSDL first demo using SOAP12 in Document/Literal Style</name>
-    <version>2.3.6</version>
+    <version>2.3.7-SNAPSHOT</version>
 
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>2.3.6</version>
+        <version>2.3.7-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.3.6</version>
+            <version>2.3.7-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>2.3.6</version>
+            <version>2.3.7-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.3.6</version>
+            <version>2.3.7-SNAPSHOT</version>
         </dependency>
     </dependencies>
 </project>

Modified: cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/wsdl_first_xml_wrapped/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/wsdl_first_xml_wrapped/pom.xml?rev=1156454&r1=1156453&r2=1156454&view=diff
==============================================================================
--- cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/wsdl_first_xml_wrapped/pom.xml (original)
+++ cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/wsdl_first_xml_wrapped/pom.xml Thu Aug 11 02:42:27 2011
@@ -21,12 +21,12 @@
     <groupId>org.apache.cxf.samples</groupId>
     <artifactId>wsdl_first_xml_wrapped</artifactId>
     <name>CXF sample using WRAPPED Style in XML Binding (pure XML over HTTP)</name>
-    <version>2.3.6</version>
+    <version>2.3.7-SNAPSHOT</version>
 
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>2.3.6</version>
+        <version>2.3.7-SNAPSHOT</version>
     </parent>
 
     <properties>
@@ -149,18 +149,18 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>2.3.6</version>
+            <version>2.3.7-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>2.3.6</version>
+            <version>2.3.7-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.3.6</version>
+            <version>2.3.7-SNAPSHOT</version>
         </dependency>
     </dependencies>
 </project>

Modified: cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/wsdl_first_xmlbeans/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/wsdl_first_xmlbeans/pom.xml?rev=1156454&r1=1156453&r2=1156454&view=diff
==============================================================================
--- cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/wsdl_first_xmlbeans/pom.xml (original)
+++ cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/wsdl_first_xmlbeans/pom.xml Thu Aug 11 02:42:27 2011
@@ -21,12 +21,12 @@
     <groupId>org.apache.cxf.samples</groupId>
     <artifactId>wsdl_first_xmlbeans</artifactId>
     <name>WSDL first demo using Document/Literal Style and XMLBeans DataBinding</name>
-    <version>2.3.6</version>
+    <version>2.3.7-SNAPSHOT</version>
 
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>2.3.6</version>
+        <version>2.3.7-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.3.6</version>
+            <version>2.3.7-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-databinding-xmlbeans</artifactId>
-            <version>2.3.6</version>
+            <version>2.3.7-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>2.3.6</version>
+            <version>2.3.7-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.3.6</version>
+            <version>2.3.7-SNAPSHOT</version>
         </dependency>
     </dependencies>
 </project>

Modified: cxf/branches/2.3.x-fixes/integration/jbi/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/integration/jbi/pom.xml?rev=1156454&r1=1156453&r2=1156454&view=diff
==============================================================================
--- cxf/branches/2.3.x-fixes/integration/jbi/pom.xml (original)
+++ cxf/branches/2.3.x-fixes/integration/jbi/pom.xml Thu Aug 11 02:42:27 2011
@@ -21,14 +21,14 @@
     <groupId>org.apache.cxf</groupId>
     <artifactId>cxf-integration-jbi</artifactId>
     <packaging>jar</packaging>
-    <version>2.3.6</version>
+    <version>2.3.7-SNAPSHOT</version>
     <name>Apache CXF JBI Integration</name>
     <url>http://cxf.apache.org</url>
 
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>2.3.6</version>
+        <version>2.3.7-SNAPSHOT</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
 

Modified: cxf/branches/2.3.x-fixes/integration/jca/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/integration/jca/pom.xml?rev=1156454&r1=1156453&r2=1156454&view=diff
==============================================================================
--- cxf/branches/2.3.x-fixes/integration/jca/pom.xml (original)
+++ cxf/branches/2.3.x-fixes/integration/jca/pom.xml Thu Aug 11 02:42:27 2011
@@ -22,14 +22,14 @@
     <groupId>org.apache.cxf</groupId>
     <artifactId>cxf-integration-jca</artifactId>
     <packaging>jar</packaging>
-    <version>2.3.6</version>
+    <version>2.3.7-SNAPSHOT</version>
     <name>Apache CXF JCA Connection</name>
     <url>http://cxf.apache.org</url>
 
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>2.3.6</version>
+        <version>2.3.7-SNAPSHOT</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
 

Modified: cxf/branches/2.3.x-fixes/integration/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/integration/pom.xml?rev=1156454&r1=1156453&r2=1156454&view=diff
==============================================================================
--- cxf/branches/2.3.x-fixes/integration/pom.xml (original)
+++ cxf/branches/2.3.x-fixes/integration/pom.xml Thu Aug 11 02:42:27 2011
@@ -21,14 +21,14 @@
     <groupId>org.apache.cxf</groupId>
     <artifactId>cxf-integration</artifactId>
     <packaging>pom</packaging>
-    <version>2.3.6</version>
+    <version>2.3.7-SNAPSHOT</version>
     <name>Apache CXF Integration</name>
     <url>http://cxf.apache.org</url>
 
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf</artifactId>
-        <version>2.3.6</version>
+        <version>2.3.7-SNAPSHOT</version>
     </parent>
 
 

Modified: cxf/branches/2.3.x-fixes/maven-plugins/archetypes/cxf-jaxws-javafirst/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/maven-plugins/archetypes/cxf-jaxws-javafirst/pom.xml?rev=1156454&r1=1156453&r2=1156454&view=diff
==============================================================================
--- cxf/branches/2.3.x-fixes/maven-plugins/archetypes/cxf-jaxws-javafirst/pom.xml (original)
+++ cxf/branches/2.3.x-fixes/maven-plugins/archetypes/cxf-jaxws-javafirst/pom.xml Thu Aug 11 02:42:27 2011
@@ -21,14 +21,14 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>2.3.6</version>
+        <version>2.3.7-SNAPSHOT</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.cxf.archetype</groupId>
     <artifactId>cxf-jaxws-javafirst</artifactId>
     <name>Apache CXF Archetype - Simple JAX-WS Java First</name>
-    <version>2.3.6</version>
+    <version>2.3.7-SNAPSHOT</version>
     <url>http://cxf.apache.org</url>
     <properties>
         <maven.test.skip>true</maven.test.skip>

Modified: cxf/branches/2.3.x-fixes/maven-plugins/archetypes/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/maven-plugins/archetypes/pom.xml?rev=1156454&r1=1156453&r2=1156454&view=diff
==============================================================================
--- cxf/branches/2.3.x-fixes/maven-plugins/archetypes/pom.xml (original)
+++ cxf/branches/2.3.x-fixes/maven-plugins/archetypes/pom.xml Thu Aug 11 02:42:27 2011
@@ -22,14 +22,14 @@
     <groupId>org.apache.cxf</groupId>
     <artifactId>cxf-archetypes</artifactId>
     <packaging>pom</packaging>
-    <version>2.3.6</version>
+    <version>2.3.7-SNAPSHOT</version>
     <name>Apache CXF Maven Archetypes</name>
     <url>http://cxf.apache.org</url>
 
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf</artifactId>
-        <version>2.3.6</version>
+        <version>2.3.7-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 

Modified: cxf/branches/2.3.x-fixes/maven-plugins/codegen-plugin/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/maven-plugins/codegen-plugin/pom.xml?rev=1156454&r1=1156453&r2=1156454&view=diff
==============================================================================
--- cxf/branches/2.3.x-fixes/maven-plugins/codegen-plugin/pom.xml (original)
+++ cxf/branches/2.3.x-fixes/maven-plugins/codegen-plugin/pom.xml Thu Aug 11 02:42:27 2011
@@ -22,7 +22,7 @@
     <groupId>org.apache.cxf</groupId>
     <artifactId>cxf-codegen-plugin</artifactId>
     <packaging>maven-plugin</packaging>
-    <version>2.3.6</version>
+    <version>2.3.7-SNAPSHOT</version>
     <name>Apache CXF Code Generation Maven2 Plugins</name>
     <url>http://cxf.apache.org</url>
 
@@ -30,7 +30,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>2.3.6</version>
+        <version>2.3.7-SNAPSHOT</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
 

Modified: cxf/branches/2.3.x-fixes/maven-plugins/corba/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/maven-plugins/corba/pom.xml?rev=1156454&r1=1156453&r2=1156454&view=diff
==============================================================================
--- cxf/branches/2.3.x-fixes/maven-plugins/corba/pom.xml (original)
+++ cxf/branches/2.3.x-fixes/maven-plugins/corba/pom.xml Thu Aug 11 02:42:27 2011
@@ -22,14 +22,14 @@
     <groupId>org.apache.cxf</groupId>
     <artifactId>cxf-corbatools-maven-plugin</artifactId>
     <packaging>maven-plugin</packaging>
-    <version>2.3.6</version>
+    <version>2.3.7-SNAPSHOT</version>
     <name>Apache CXF CORBA Tools Maven2 Plugins</name>
     <url>http://cxf.apache.org</url>
 
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>2.3.6</version>
+        <version>2.3.7-SNAPSHOT</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
 

Modified: cxf/branches/2.3.x-fixes/maven-plugins/java2ws-plugin/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/maven-plugins/java2ws-plugin/pom.xml?rev=1156454&r1=1156453&r2=1156454&view=diff
==============================================================================
--- cxf/branches/2.3.x-fixes/maven-plugins/java2ws-plugin/pom.xml (original)
+++ cxf/branches/2.3.x-fixes/maven-plugins/java2ws-plugin/pom.xml Thu Aug 11 02:42:27 2011
@@ -22,7 +22,7 @@
     <groupId>org.apache.cxf</groupId>
     <artifactId>cxf-java2ws-plugin</artifactId>
     <packaging>maven-plugin</packaging>
-    <version>2.3.6</version>
+    <version>2.3.7-SNAPSHOT</version>
     <name>Apache CXF Java2WS Maven2 Plugin</name>
     <url>http://cxf.apache.org</url>
 
@@ -30,7 +30,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>2.3.6</version>
+        <version>2.3.7-SNAPSHOT</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
 

Modified: cxf/branches/2.3.x-fixes/maven-plugins/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/maven-plugins/pom.xml?rev=1156454&r1=1156453&r2=1156454&view=diff
==============================================================================
--- cxf/branches/2.3.x-fixes/maven-plugins/pom.xml (original)
+++ cxf/branches/2.3.x-fixes/maven-plugins/pom.xml Thu Aug 11 02:42:27 2011
@@ -21,14 +21,14 @@
     <groupId>org.apache.cxf</groupId>
     <artifactId>cxf-maven-plugins</artifactId>
     <packaging>pom</packaging>
-    <version>2.3.6</version>
+    <version>2.3.7-SNAPSHOT</version>
     <name>Apache CXF Maven Plugins</name>
     <url>http://cxf.apache.org</url>
 
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf</artifactId>
-        <version>2.3.6</version>
+        <version>2.3.7-SNAPSHOT</version>
     </parent>
 
     <modules>

Modified: cxf/branches/2.3.x-fixes/maven-plugins/wsdl-validator-plugin/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/maven-plugins/wsdl-validator-plugin/pom.xml?rev=1156454&r1=1156453&r2=1156454&view=diff
==============================================================================
--- cxf/branches/2.3.x-fixes/maven-plugins/wsdl-validator-plugin/pom.xml (original)
+++ cxf/branches/2.3.x-fixes/maven-plugins/wsdl-validator-plugin/pom.xml Thu Aug 11 02:42:27 2011
@@ -3,7 +3,7 @@
     <groupId>org.apache.cxf</groupId>
     <artifactId>cxf-wsdl-validator-plugin</artifactId>
     <packaging>maven-plugin</packaging>
-    <version>2.3.6</version>
+    <version>2.3.7-SNAPSHOT</version>
     <name>Apache CXF WSDL Validator Maven2 Plugin</name>
     <url>http://cxf.apache.org</url>
 
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>2.3.6</version>
+        <version>2.3.7-SNAPSHOT</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
 

Modified: cxf/branches/2.3.x-fixes/parent/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/parent/pom.xml?rev=1156454&r1=1156453&r2=1156454&view=diff
==============================================================================
--- cxf/branches/2.3.x-fixes/parent/pom.xml (original)
+++ cxf/branches/2.3.x-fixes/parent/pom.xml Thu Aug 11 02:42:27 2011
@@ -20,13 +20,13 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf</artifactId>
-        <version>2.3.6</version>
+        <version>2.3.7-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.cxf</groupId>
     <artifactId>cxf-parent</artifactId>
-    <version>2.3.6</version>
+    <version>2.3.7-SNAPSHOT</version>
     <name>Apache CXF Parent</name>
     <url>http://cxf.apache.org</url>
 

Modified: cxf/branches/2.3.x-fixes/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/pom.xml?rev=1156454&r1=1156453&r2=1156454&view=diff
==============================================================================
--- cxf/branches/2.3.x-fixes/pom.xml (original)
+++ cxf/branches/2.3.x-fixes/pom.xml Thu Aug 11 02:42:27 2011
@@ -21,7 +21,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.cxf</groupId>
     <artifactId>cxf</artifactId>
-    <version>2.3.6</version>
+    <version>2.3.7-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.3.6</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/cxf/tags/cxf-2.3.6</developerConnection>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/cxf/branches/2.3.x-fixes</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/cxf/branches/2.3.x-fixes</developerConnection>
     </scm>
     <issueManagement>
         <system>jira</system>

Modified: cxf/branches/2.3.x-fixes/rt/bindings/coloc/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/rt/bindings/coloc/pom.xml?rev=1156454&r1=1156453&r2=1156454&view=diff
==============================================================================
--- cxf/branches/2.3.x-fixes/rt/bindings/coloc/pom.xml (original)
+++ cxf/branches/2.3.x-fixes/rt/bindings/coloc/pom.xml Thu Aug 11 02:42:27 2011
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>2.3.6</version>
+        <version>2.3.7-SNAPSHOT</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
 

Modified: cxf/branches/2.3.x-fixes/rt/bindings/corba/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/rt/bindings/corba/pom.xml?rev=1156454&r1=1156453&r2=1156454&view=diff
==============================================================================
--- cxf/branches/2.3.x-fixes/rt/bindings/corba/pom.xml (original)
+++ cxf/branches/2.3.x-fixes/rt/bindings/corba/pom.xml Thu Aug 11 02:42:27 2011
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>2.3.6</version>
+        <version>2.3.7-SNAPSHOT</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
 

Modified: cxf/branches/2.3.x-fixes/rt/bindings/http/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/rt/bindings/http/pom.xml?rev=1156454&r1=1156453&r2=1156454&view=diff
==============================================================================
--- cxf/branches/2.3.x-fixes/rt/bindings/http/pom.xml (original)
+++ cxf/branches/2.3.x-fixes/rt/bindings/http/pom.xml Thu Aug 11 02:42:27 2011
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>2.3.6</version>
+        <version>2.3.7-SNAPSHOT</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
 

Modified: cxf/branches/2.3.x-fixes/rt/bindings/jbi/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/rt/bindings/jbi/pom.xml?rev=1156454&r1=1156453&r2=1156454&view=diff
==============================================================================
--- cxf/branches/2.3.x-fixes/rt/bindings/jbi/pom.xml (original)
+++ cxf/branches/2.3.x-fixes/rt/bindings/jbi/pom.xml Thu Aug 11 02:42:27 2011
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>2.3.6</version>
+        <version>2.3.7-SNAPSHOT</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
 

Modified: cxf/branches/2.3.x-fixes/rt/bindings/object/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/rt/bindings/object/pom.xml?rev=1156454&r1=1156453&r2=1156454&view=diff
==============================================================================
--- cxf/branches/2.3.x-fixes/rt/bindings/object/pom.xml (original)
+++ cxf/branches/2.3.x-fixes/rt/bindings/object/pom.xml Thu Aug 11 02:42:27 2011
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>2.3.6</version>
+        <version>2.3.7-SNAPSHOT</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
 

Modified: cxf/branches/2.3.x-fixes/rt/bindings/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/rt/bindings/pom.xml?rev=1156454&r1=1156453&r2=1156454&view=diff
==============================================================================
--- cxf/branches/2.3.x-fixes/rt/bindings/pom.xml (original)
+++ cxf/branches/2.3.x-fixes/rt/bindings/pom.xml Thu Aug 11 02:42:27 2011
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-rt</artifactId>
-        <version>2.3.6</version>
+        <version>2.3.7-SNAPSHOT</version>
     </parent>
 
 

Modified: cxf/branches/2.3.x-fixes/rt/bindings/soap/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/rt/bindings/soap/pom.xml?rev=1156454&r1=1156453&r2=1156454&view=diff
==============================================================================
--- cxf/branches/2.3.x-fixes/rt/bindings/soap/pom.xml (original)
+++ cxf/branches/2.3.x-fixes/rt/bindings/soap/pom.xml Thu Aug 11 02:42:27 2011
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>2.3.6</version>
+        <version>2.3.7-SNAPSHOT</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
 

Modified: cxf/branches/2.3.x-fixes/rt/bindings/xml/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/rt/bindings/xml/pom.xml?rev=1156454&r1=1156453&r2=1156454&view=diff
==============================================================================
--- cxf/branches/2.3.x-fixes/rt/bindings/xml/pom.xml (original)
+++ cxf/branches/2.3.x-fixes/rt/bindings/xml/pom.xml Thu Aug 11 02:42:27 2011
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>2.3.6</version>
+        <version>2.3.7-SNAPSHOT</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
 

Modified: cxf/branches/2.3.x-fixes/rt/core/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/rt/core/pom.xml?rev=1156454&r1=1156453&r2=1156454&view=diff
==============================================================================
--- cxf/branches/2.3.x-fixes/rt/core/pom.xml (original)
+++ cxf/branches/2.3.x-fixes/rt/core/pom.xml Thu Aug 11 02:42:27 2011
@@ -21,14 +21,14 @@
     <groupId>org.apache.cxf</groupId>
     <artifactId>cxf-rt-core</artifactId>
     <packaging>jar</packaging>
-    <version>2.3.6</version>
+    <version>2.3.7-SNAPSHOT</version>
     <name>Apache CXF Runtime Core</name>
     <url>http://cxf.apache.org</url>
 
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>2.3.6</version>
+        <version>2.3.7-SNAPSHOT</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
 

Modified: cxf/branches/2.3.x-fixes/rt/databinding/aegis/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/rt/databinding/aegis/pom.xml?rev=1156454&r1=1156453&r2=1156454&view=diff
==============================================================================
--- cxf/branches/2.3.x-fixes/rt/databinding/aegis/pom.xml (original)
+++ cxf/branches/2.3.x-fixes/rt/databinding/aegis/pom.xml Thu Aug 11 02:42:27 2011
@@ -28,7 +28,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>2.3.6</version>
+        <version>2.3.7-SNAPSHOT</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
 

Modified: cxf/branches/2.3.x-fixes/rt/databinding/jaxb/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/rt/databinding/jaxb/pom.xml?rev=1156454&r1=1156453&r2=1156454&view=diff
==============================================================================
--- cxf/branches/2.3.x-fixes/rt/databinding/jaxb/pom.xml (original)
+++ cxf/branches/2.3.x-fixes/rt/databinding/jaxb/pom.xml Thu Aug 11 02:42:27 2011
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>2.3.6</version>
+        <version>2.3.7-SNAPSHOT</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
 

Modified: cxf/branches/2.3.x-fixes/rt/databinding/sdo/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/rt/databinding/sdo/pom.xml?rev=1156454&r1=1156453&r2=1156454&view=diff
==============================================================================
--- cxf/branches/2.3.x-fixes/rt/databinding/sdo/pom.xml (original)
+++ cxf/branches/2.3.x-fixes/rt/databinding/sdo/pom.xml Thu Aug 11 02:42:27 2011
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>2.3.6</version>
+        <version>2.3.7-SNAPSHOT</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
 

Modified: cxf/branches/2.3.x-fixes/rt/databinding/xmlbeans/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/rt/databinding/xmlbeans/pom.xml?rev=1156454&r1=1156453&r2=1156454&view=diff
==============================================================================
--- cxf/branches/2.3.x-fixes/rt/databinding/xmlbeans/pom.xml (original)
+++ cxf/branches/2.3.x-fixes/rt/databinding/xmlbeans/pom.xml Thu Aug 11 02:42:27 2011
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>2.3.6</version>
+        <version>2.3.7-SNAPSHOT</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
 

Modified: cxf/branches/2.3.x-fixes/rt/frontend/jaxrs/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/rt/frontend/jaxrs/pom.xml?rev=1156454&r1=1156453&r2=1156454&view=diff
==============================================================================
--- cxf/branches/2.3.x-fixes/rt/frontend/jaxrs/pom.xml (original)
+++ cxf/branches/2.3.x-fixes/rt/frontend/jaxrs/pom.xml Thu Aug 11 02:42:27 2011
@@ -21,14 +21,14 @@
     <groupId>org.apache.cxf</groupId>
     <artifactId>cxf-rt-frontend-jaxrs</artifactId>
     <packaging>jar</packaging>
-    <version>2.3.6</version>
+    <version>2.3.7-SNAPSHOT</version>
     <name>Apache CXF Runtime JAX-RS Frontend</name>
     <url>http://cxf.apache.org</url>
 
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>2.3.6</version>
+        <version>2.3.7-SNAPSHOT</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
 

Modified: cxf/branches/2.3.x-fixes/rt/frontend/jaxws/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/rt/frontend/jaxws/pom.xml?rev=1156454&r1=1156453&r2=1156454&view=diff
==============================================================================
--- cxf/branches/2.3.x-fixes/rt/frontend/jaxws/pom.xml (original)
+++ cxf/branches/2.3.x-fixes/rt/frontend/jaxws/pom.xml Thu Aug 11 02:42:27 2011
@@ -21,14 +21,14 @@
     <groupId>org.apache.cxf</groupId>
     <artifactId>cxf-rt-frontend-jaxws</artifactId>
     <packaging>jar</packaging>
-    <version>2.3.6</version>
+    <version>2.3.7-SNAPSHOT</version>
     <name>Apache CXF Runtime JAX-WS Frontend</name>
     <url>http://cxf.apache.org</url>
 
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>2.3.6</version>
+        <version>2.3.7-SNAPSHOT</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
 

Modified: cxf/branches/2.3.x-fixes/rt/frontend/js/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/rt/frontend/js/pom.xml?rev=1156454&r1=1156453&r2=1156454&view=diff
==============================================================================
--- cxf/branches/2.3.x-fixes/rt/frontend/js/pom.xml (original)
+++ cxf/branches/2.3.x-fixes/rt/frontend/js/pom.xml Thu Aug 11 02:42:27 2011
@@ -21,14 +21,14 @@
     <groupId>org.apache.cxf</groupId>
     <artifactId>cxf-rt-frontend-js</artifactId>
     <packaging>jar</packaging>
-    <version>2.3.6</version>
+    <version>2.3.7-SNAPSHOT</version>
     <name>Apache CXF Runtime JavaScript Frontend</name>
     <url>http://cxf.apache.org</url>
 
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>2.3.6</version>
+        <version>2.3.7-SNAPSHOT</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
 

Modified: cxf/branches/2.3.x-fixes/rt/frontend/simple/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/rt/frontend/simple/pom.xml?rev=1156454&r1=1156453&r2=1156454&view=diff
==============================================================================
--- cxf/branches/2.3.x-fixes/rt/frontend/simple/pom.xml (original)
+++ cxf/branches/2.3.x-fixes/rt/frontend/simple/pom.xml Thu Aug 11 02:42:27 2011
@@ -21,14 +21,14 @@
     <groupId>org.apache.cxf</groupId>
     <artifactId>cxf-rt-frontend-simple</artifactId>
     <packaging>jar</packaging>
-    <version>2.3.6</version>
+    <version>2.3.7-SNAPSHOT</version>
     <name>Apache CXF Runtime Simple Frontend</name>
     <url>http://cxf.apache.org</url>
 
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>2.3.6</version>
+        <version>2.3.7-SNAPSHOT</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
 

Modified: cxf/branches/2.3.x-fixes/rt/javascript/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/rt/javascript/pom.xml?rev=1156454&r1=1156453&r2=1156454&view=diff
==============================================================================
--- cxf/branches/2.3.x-fixes/rt/javascript/pom.xml (original)
+++ cxf/branches/2.3.x-fixes/rt/javascript/pom.xml Thu Aug 11 02:42:27 2011
@@ -9,7 +9,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>2.3.6</version>
+        <version>2.3.7-SNAPSHOT</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
 

Modified: cxf/branches/2.3.x-fixes/rt/management-web/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/rt/management-web/pom.xml?rev=1156454&r1=1156453&r2=1156454&view=diff
==============================================================================
--- cxf/branches/2.3.x-fixes/rt/management-web/pom.xml (original)
+++ cxf/branches/2.3.x-fixes/rt/management-web/pom.xml Thu Aug 11 02:42:27 2011
@@ -21,14 +21,14 @@
     <groupId>org.apache.cxf</groupId>
     <artifactId>cxf-rt-management-web</artifactId>
     <packaging>jar</packaging>
-    <version>2.3.6</version>
+    <version>2.3.7-SNAPSHOT</version>
     <name>Apache CXF Runtime Web Management</name>
     <url>http://cxf.apache.org</url>
 
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>2.3.6</version>
+        <version>2.3.7-SNAPSHOT</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
 

Modified: cxf/branches/2.3.x-fixes/rt/management/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/rt/management/pom.xml?rev=1156454&r1=1156453&r2=1156454&view=diff
==============================================================================
--- cxf/branches/2.3.x-fixes/rt/management/pom.xml (original)
+++ cxf/branches/2.3.x-fixes/rt/management/pom.xml Thu Aug 11 02:42:27 2011
@@ -21,14 +21,14 @@
     <groupId>org.apache.cxf</groupId>
     <artifactId>cxf-rt-management</artifactId>
     <packaging>jar</packaging>
-    <version>2.3.6</version>
+    <version>2.3.7-SNAPSHOT</version>
     <name>Apache CXF Runtime Management</name>
     <url>http://cxf.apache.org</url>
 
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>2.3.6</version>
+        <version>2.3.7-SNAPSHOT</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
 

Modified: cxf/branches/2.3.x-fixes/rt/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/rt/pom.xml?rev=1156454&r1=1156453&r2=1156454&view=diff
==============================================================================
--- cxf/branches/2.3.x-fixes/rt/pom.xml (original)
+++ cxf/branches/2.3.x-fixes/rt/pom.xml Thu Aug 11 02:42:27 2011
@@ -21,14 +21,14 @@
     <groupId>org.apache.cxf</groupId>
     <artifactId>cxf-rt</artifactId>
     <packaging>pom</packaging>
-    <version>2.3.6</version>
+    <version>2.3.7-SNAPSHOT</version>
     <name>Apache CXF Runtime</name>
     <url>http://cxf.apache.org</url>
 
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf</artifactId>
-        <version>2.3.6</version>
+        <version>2.3.7-SNAPSHOT</version>
     </parent>
 
     <modules>

Modified: cxf/branches/2.3.x-fixes/rt/testsupport/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/rt/testsupport/pom.xml?rev=1156454&r1=1156453&r2=1156454&view=diff
==============================================================================
--- cxf/branches/2.3.x-fixes/rt/testsupport/pom.xml (original)
+++ cxf/branches/2.3.x-fixes/rt/testsupport/pom.xml Thu Aug 11 02:42:27 2011
@@ -3,14 +3,14 @@
     <groupId>org.apache.cxf</groupId>
     <artifactId>cxf-rt-testsupport</artifactId>
     <packaging>jar</packaging>
-    <version>2.3.6</version>
+    <version>2.3.7-SNAPSHOT</version>
     <name>Apache CXF Test Case Support</name>
     <url>http://cxf.apache.org</url>
 
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>2.3.6</version>
+        <version>2.3.7-SNAPSHOT</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
 

Modified: cxf/branches/2.3.x-fixes/rt/transports/common/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/rt/transports/common/pom.xml?rev=1156454&r1=1156453&r2=1156454&view=diff
==============================================================================
--- cxf/branches/2.3.x-fixes/rt/transports/common/pom.xml (original)
+++ cxf/branches/2.3.x-fixes/rt/transports/common/pom.xml Thu Aug 11 02:42:27 2011
@@ -21,14 +21,14 @@
     <groupId>org.apache.cxf</groupId>
     <artifactId>cxf-rt-transports-common</artifactId>
     <packaging>jar</packaging>
-    <version>2.3.6</version>
+    <version>2.3.7-SNAPSHOT</version>
     <name>Apache CXF Runtime Transport Common Used Classes</name>
     <url>http://cxf.apache.org</url>
 
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>2.3.6</version>
+        <version>2.3.7-SNAPSHOT</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
 

Modified: cxf/branches/2.3.x-fixes/rt/transports/http-jetty/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/rt/transports/http-jetty/pom.xml?rev=1156454&r1=1156453&r2=1156454&view=diff
==============================================================================
--- cxf/branches/2.3.x-fixes/rt/transports/http-jetty/pom.xml (original)
+++ cxf/branches/2.3.x-fixes/rt/transports/http-jetty/pom.xml Thu Aug 11 02:42:27 2011
@@ -21,14 +21,14 @@
     <groupId>org.apache.cxf</groupId>
     <artifactId>cxf-rt-transports-http-jetty</artifactId>
     <packaging>jar</packaging>
-    <version>2.3.6</version>
+    <version>2.3.7-SNAPSHOT</version>
     <name>Apache CXF Runtime HTTP Jetty Transport</name>
     <url>http://cxf.apache.org</url>
 
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>2.3.6</version>
+        <version>2.3.7-SNAPSHOT</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
 

Modified: cxf/branches/2.3.x-fixes/rt/transports/http-osgi/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/rt/transports/http-osgi/pom.xml?rev=1156454&r1=1156453&r2=1156454&view=diff
==============================================================================
--- cxf/branches/2.3.x-fixes/rt/transports/http-osgi/pom.xml (original)
+++ cxf/branches/2.3.x-fixes/rt/transports/http-osgi/pom.xml Thu Aug 11 02:42:27 2011
@@ -21,14 +21,14 @@
     <groupId>org.apache.cxf</groupId>
     <artifactId>cxf-rt-transports-http-osgi</artifactId>
     <packaging>bundle</packaging>
-    <version>2.3.6</version>
+    <version>2.3.7-SNAPSHOT</version>
     <name>Apache CXF HTTP Transport for OSGi</name>
     <url>http://cxf.apache.org</url>
 
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>2.3.6</version>
+        <version>2.3.7-SNAPSHOT</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
 

Modified: cxf/branches/2.3.x-fixes/rt/transports/http/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/rt/transports/http/pom.xml?rev=1156454&r1=1156453&r2=1156454&view=diff
==============================================================================
--- cxf/branches/2.3.x-fixes/rt/transports/http/pom.xml (original)
+++ cxf/branches/2.3.x-fixes/rt/transports/http/pom.xml Thu Aug 11 02:42:27 2011
@@ -21,14 +21,14 @@
     <groupId>org.apache.cxf</groupId>
     <artifactId>cxf-rt-transports-http</artifactId>
     <packaging>jar</packaging>
-    <version>2.3.6</version>
+    <version>2.3.7-SNAPSHOT</version>
     <name>Apache CXF Runtime HTTP Transport</name>
     <url>http://cxf.apache.org</url>
 
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>2.3.6</version>
+        <version>2.3.7-SNAPSHOT</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
 

Modified: cxf/branches/2.3.x-fixes/rt/transports/jbi/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/rt/transports/jbi/pom.xml?rev=1156454&r1=1156453&r2=1156454&view=diff
==============================================================================
--- cxf/branches/2.3.x-fixes/rt/transports/jbi/pom.xml (original)
+++ cxf/branches/2.3.x-fixes/rt/transports/jbi/pom.xml Thu Aug 11 02:42:27 2011
@@ -21,14 +21,14 @@
     <groupId>org.apache.cxf</groupId>
     <artifactId>cxf-rt-transports-jbi</artifactId>
     <packaging>jar</packaging>
-    <version>2.3.6</version>
+    <version>2.3.7-SNAPSHOT</version>
     <name>Apache CXF Runtime JBI Transport</name>
     <url>http://cxf.apache.org</url>
 
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>2.3.6</version>
+        <version>2.3.7-SNAPSHOT</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
 

Modified: cxf/branches/2.3.x-fixes/rt/transports/jms/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/rt/transports/jms/pom.xml?rev=1156454&r1=1156453&r2=1156454&view=diff
==============================================================================
--- cxf/branches/2.3.x-fixes/rt/transports/jms/pom.xml (original)
+++ cxf/branches/2.3.x-fixes/rt/transports/jms/pom.xml Thu Aug 11 02:42:27 2011
@@ -21,14 +21,14 @@
     <groupId>org.apache.cxf</groupId>
     <artifactId>cxf-rt-transports-jms</artifactId>
     <packaging>jar</packaging>
-    <version>2.3.6</version>
+    <version>2.3.7-SNAPSHOT</version>
     <name>Apache CXF Runtime JMS Transport</name>
     <url>http://cxf.apache.org</url>
 
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>2.3.6</version>
+        <version>2.3.7-SNAPSHOT</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
 

Modified: cxf/branches/2.3.x-fixes/rt/transports/local/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/rt/transports/local/pom.xml?rev=1156454&r1=1156453&r2=1156454&view=diff
==============================================================================
--- cxf/branches/2.3.x-fixes/rt/transports/local/pom.xml (original)
+++ cxf/branches/2.3.x-fixes/rt/transports/local/pom.xml Thu Aug 11 02:42:27 2011
@@ -21,14 +21,14 @@
     <groupId>org.apache.cxf</groupId>
     <artifactId>cxf-rt-transports-local</artifactId>
     <packaging>jar</packaging>
-    <version>2.3.6</version>
+    <version>2.3.7-SNAPSHOT</version>
     <name>Apache CXF Runtime Local Transport</name>
     <url>http://cxf.apache.org</url>
 
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>2.3.6</version>
+        <version>2.3.7-SNAPSHOT</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
 

Modified: cxf/branches/2.3.x-fixes/rt/ws/addr/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/rt/ws/addr/pom.xml?rev=1156454&r1=1156453&r2=1156454&view=diff
==============================================================================
--- cxf/branches/2.3.x-fixes/rt/ws/addr/pom.xml (original)
+++ cxf/branches/2.3.x-fixes/rt/ws/addr/pom.xml Thu Aug 11 02:42:27 2011
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>2.3.6</version>
+        <version>2.3.7-SNAPSHOT</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
 

Modified: cxf/branches/2.3.x-fixes/rt/ws/policy/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/rt/ws/policy/pom.xml?rev=1156454&r1=1156453&r2=1156454&view=diff
==============================================================================
--- cxf/branches/2.3.x-fixes/rt/ws/policy/pom.xml (original)
+++ cxf/branches/2.3.x-fixes/rt/ws/policy/pom.xml Thu Aug 11 02:42:27 2011
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>2.3.6</version>
+        <version>2.3.7-SNAPSHOT</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
 

Modified: cxf/branches/2.3.x-fixes/rt/ws/rm/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/rt/ws/rm/pom.xml?rev=1156454&r1=1156453&r2=1156454&view=diff
==============================================================================
--- cxf/branches/2.3.x-fixes/rt/ws/rm/pom.xml (original)
+++ cxf/branches/2.3.x-fixes/rt/ws/rm/pom.xml Thu Aug 11 02:42:27 2011
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>2.3.6</version>
+        <version>2.3.7-SNAPSHOT</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
 

Modified: cxf/branches/2.3.x-fixes/rt/ws/security/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/rt/ws/security/pom.xml?rev=1156454&r1=1156453&r2=1156454&view=diff
==============================================================================
--- cxf/branches/2.3.x-fixes/rt/ws/security/pom.xml (original)
+++ cxf/branches/2.3.x-fixes/rt/ws/security/pom.xml Thu Aug 11 02:42:27 2011
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>2.3.6</version>
+        <version>2.3.7-SNAPSHOT</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
 

Modified: cxf/branches/2.3.x-fixes/systests/container-integration/grizzly/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/systests/container-integration/grizzly/pom.xml?rev=1156454&r1=1156453&r2=1156454&view=diff
==============================================================================
--- cxf/branches/2.3.x-fixes/systests/container-integration/grizzly/pom.xml (original)
+++ cxf/branches/2.3.x-fixes/systests/container-integration/grizzly/pom.xml Thu Aug 11 02:42:27 2011
@@ -4,13 +4,13 @@
     <parent>
         <groupId>org.apache.cxf.systests</groupId>
         <artifactId>cxf-systests-container-integration</artifactId>
-        <version>2.3.6</version>
+        <version>2.3.7-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <groupId>org.apache.cxf.systests</groupId>
     <artifactId>cxf-systests-ci-grizzly</artifactId>
     <name>Apache CXF Container Integration Test Grizzly</name>
-    <version>2.3.6</version>
+    <version>2.3.7-SNAPSHOT</version>
 
     <repositories>
         <repository>

Modified: cxf/branches/2.3.x-fixes/systests/container-integration/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/systests/container-integration/pom.xml?rev=1156454&r1=1156453&r2=1156454&view=diff
==============================================================================
--- cxf/branches/2.3.x-fixes/systests/container-integration/pom.xml (original)
+++ cxf/branches/2.3.x-fixes/systests/container-integration/pom.xml Thu Aug 11 02:42:27 2011
@@ -21,14 +21,14 @@
     <parent>
         <artifactId>cxf-parent</artifactId>
         <groupId>org.apache.cxf</groupId>
-        <version>2.3.6</version>
+        <version>2.3.7-SNAPSHOT</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.cxf.systests</groupId>
     <artifactId>cxf-systests-container-integration</artifactId>
     <name>Apache CXF Container Integration System Tests</name>
-    <version>2.3.6</version>
+    <version>2.3.7-SNAPSHOT</version>
     <packaging>pom</packaging>
     <url>http://cxf.apache.org</url>
     <modules>

Modified: cxf/branches/2.3.x-fixes/systests/container-integration/webapp/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/systests/container-integration/webapp/pom.xml?rev=1156454&r1=1156453&r2=1156454&view=diff
==============================================================================
--- cxf/branches/2.3.x-fixes/systests/container-integration/webapp/pom.xml (original)
+++ cxf/branches/2.3.x-fixes/systests/container-integration/webapp/pom.xml Thu Aug 11 02:42:27 2011
@@ -4,13 +4,13 @@
     <parent>
         <groupId>org.apache.cxf.systests</groupId>
         <artifactId>cxf-systests-container-integration</artifactId>
-        <version>2.3.6</version>
+        <version>2.3.7-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <groupId>org.apache.cxf.systests</groupId>
     <artifactId>cxf-systests-ci-webapp</artifactId>
     <name>Apache CXF Container Integration Test Webapp</name>
-    <version>2.3.6</version>
+    <version>2.3.7-SNAPSHOT</version>
     <packaging>war</packaging>
     <dependencies>
         <dependency>

Modified: cxf/branches/2.3.x-fixes/systests/databinding/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/systests/databinding/pom.xml?rev=1156454&r1=1156453&r2=1156454&view=diff
==============================================================================
--- cxf/branches/2.3.x-fixes/systests/databinding/pom.xml (original)
+++ cxf/branches/2.3.x-fixes/systests/databinding/pom.xml Thu Aug 11 02:42:27 2011
@@ -21,14 +21,14 @@
     <parent>
         <artifactId>cxf-parent</artifactId>
         <groupId>org.apache.cxf</groupId>
-        <version>2.3.6</version>
+        <version>2.3.7-SNAPSHOT</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.cxf.systests</groupId>
     <artifactId>cxf-systests-databinding</artifactId>
     <name>Apache CXF Databinding System Tests</name>
-    <version>2.3.6</version>
+    <version>2.3.7-SNAPSHOT</version>
     <url>http://cxf.apache.org</url>
     <build>
         <plugins>

Modified: cxf/branches/2.3.x-fixes/systests/jaxrs/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/systests/jaxrs/pom.xml?rev=1156454&r1=1156453&r2=1156454&view=diff
==============================================================================
--- cxf/branches/2.3.x-fixes/systests/jaxrs/pom.xml (original)
+++ cxf/branches/2.3.x-fixes/systests/jaxrs/pom.xml Thu Aug 11 02:42:27 2011
@@ -21,14 +21,14 @@
     <parent>
         <artifactId>cxf-parent</artifactId>
         <groupId>org.apache.cxf</groupId>
-        <version>2.3.6</version>
+        <version>2.3.7-SNAPSHOT</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.cxf.systests</groupId>
     <artifactId>cxf-systests-jaxrs</artifactId>
     <name>Apache CXF JAX-RS System Tests</name>
-    <version>2.3.6</version>
+    <version>2.3.7-SNAPSHOT</version>
     <url>http://cxf.apache.org</url>
     <build>
         <plugins>

Modified: cxf/branches/2.3.x-fixes/systests/jaxws/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/systests/jaxws/pom.xml?rev=1156454&r1=1156453&r2=1156454&view=diff
==============================================================================
--- cxf/branches/2.3.x-fixes/systests/jaxws/pom.xml (original)
+++ cxf/branches/2.3.x-fixes/systests/jaxws/pom.xml Thu Aug 11 02:42:27 2011
@@ -21,14 +21,14 @@
     <parent>
         <artifactId>cxf-parent</artifactId>
         <groupId>org.apache.cxf</groupId>
-        <version>2.3.6</version>
+        <version>2.3.7-SNAPSHOT</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.cxf.systests</groupId>
     <artifactId>cxf-systests-jaxws</artifactId>
     <name>Apache CXF JAX-WS System Tests</name>
-    <version>2.3.6</version>
+    <version>2.3.7-SNAPSHOT</version>
     <url>http://cxf.apache.org</url>
 
     <build>

Modified: cxf/branches/2.3.x-fixes/systests/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/systests/pom.xml?rev=1156454&r1=1156453&r2=1156454&view=diff
==============================================================================
--- cxf/branches/2.3.x-fixes/systests/pom.xml (original)
+++ cxf/branches/2.3.x-fixes/systests/pom.xml Thu Aug 11 02:42:27 2011
@@ -21,14 +21,14 @@
     <groupId>org.apache.cxf.systests</groupId>
     <artifactId>cxf-systests</artifactId>
     <packaging>pom</packaging>
-    <version>2.3.6</version>
+    <version>2.3.7-SNAPSHOT</version>
     <name>Apache CXF System Tests</name>
     <url>http://cxf.apache.org</url>
 
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf</artifactId>
-        <version>2.3.6</version>
+        <version>2.3.7-SNAPSHOT</version>
     </parent>
 
     <modules>

Modified: cxf/branches/2.3.x-fixes/systests/transports/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/systests/transports/pom.xml?rev=1156454&r1=1156453&r2=1156454&view=diff
==============================================================================
--- cxf/branches/2.3.x-fixes/systests/transports/pom.xml (original)
+++ cxf/branches/2.3.x-fixes/systests/transports/pom.xml Thu Aug 11 02:42:27 2011
@@ -21,14 +21,14 @@
     <parent>
         <artifactId>cxf-parent</artifactId>
         <groupId>org.apache.cxf</groupId>
-        <version>2.3.6</version>
+        <version>2.3.7-SNAPSHOT</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.cxf.systests</groupId>
     <artifactId>cxf-systests-transports</artifactId>
     <name>Apache CXF Transport System Tests</name>
-    <version>2.3.6</version>
+    <version>2.3.7-SNAPSHOT</version>
     <url>http://cxf.apache.org</url>
     <build>
         <plugins>

Modified: cxf/branches/2.3.x-fixes/systests/uncategorized/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/systests/uncategorized/pom.xml?rev=1156454&r1=1156453&r2=1156454&view=diff
==============================================================================
--- cxf/branches/2.3.x-fixes/systests/uncategorized/pom.xml (original)
+++ cxf/branches/2.3.x-fixes/systests/uncategorized/pom.xml Thu Aug 11 02:42:27 2011
@@ -21,14 +21,14 @@
     <parent>
         <artifactId>cxf-parent</artifactId>
         <groupId>org.apache.cxf</groupId>
-        <version>2.3.6</version>
+        <version>2.3.7-SNAPSHOT</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.cxf.systests</groupId>
     <artifactId>cxf-systests-uncategorized</artifactId>
     <name>Apache CXF Uncategorized System Tests</name>
-    <version>2.3.6</version>
+    <version>2.3.7-SNAPSHOT</version>
     <url>http://cxf.apache.org</url>
     <build>
         <plugins>

Modified: cxf/branches/2.3.x-fixes/systests/ws-specs/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/systests/ws-specs/pom.xml?rev=1156454&r1=1156453&r2=1156454&view=diff
==============================================================================
--- cxf/branches/2.3.x-fixes/systests/ws-specs/pom.xml (original)
+++ cxf/branches/2.3.x-fixes/systests/ws-specs/pom.xml Thu Aug 11 02:42:27 2011
@@ -21,14 +21,14 @@
     <parent>
         <artifactId>cxf-parent</artifactId>
         <groupId>org.apache.cxf</groupId>
-        <version>2.3.6</version>
+        <version>2.3.7-SNAPSHOT</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.cxf.systests</groupId>
     <artifactId>cxf-systests-ws-specs</artifactId>
     <name>Apache CXF WS-* Specifications System Tests</name>
-    <version>2.3.6</version>
+    <version>2.3.7-SNAPSHOT</version>
     <url>http://cxf.apache.org</url>
     <build>
         <plugins>

Modified: cxf/branches/2.3.x-fixes/systests/wsdl_maven/codegen/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/systests/wsdl_maven/codegen/pom.xml?rev=1156454&r1=1156453&r2=1156454&view=diff
==============================================================================
--- cxf/branches/2.3.x-fixes/systests/wsdl_maven/codegen/pom.xml (original)
+++ cxf/branches/2.3.x-fixes/systests/wsdl_maven/codegen/pom.xml Thu Aug 11 02:42:27 2011
@@ -20,12 +20,12 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.cxf.systests.wsdl_maven</groupId>
     <artifactId>cxf-systests-codegen</artifactId>
-    <version>2.3.6</version>
+    <version>2.3.7-SNAPSHOT</version>
     <name>Test for generating code from wsdl in repo</name>
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>2.3.6</version>
+        <version>2.3.7-SNAPSHOT</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <build>

Modified: cxf/branches/2.3.x-fixes/systests/wsdl_maven/java2ws/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/systests/wsdl_maven/java2ws/pom.xml?rev=1156454&r1=1156453&r2=1156454&view=diff
==============================================================================
--- cxf/branches/2.3.x-fixes/systests/wsdl_maven/java2ws/pom.xml (original)
+++ cxf/branches/2.3.x-fixes/systests/wsdl_maven/java2ws/pom.xml Thu Aug 11 02:42:27 2011
@@ -20,12 +20,12 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.cxf.systests.wsdl_maven</groupId>
     <artifactId>cxf-systests-java2ws</artifactId>
-    <version>2.3.6</version>
+    <version>2.3.7-SNAPSHOT</version>
     <name>Test for writing wsdl to repo</name>
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>2.3.6</version>
+        <version>2.3.7-SNAPSHOT</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <build>

Modified: cxf/branches/2.3.x-fixes/systests/wsdl_maven/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/systests/wsdl_maven/pom.xml?rev=1156454&r1=1156453&r2=1156454&view=diff
==============================================================================
--- cxf/branches/2.3.x-fixes/systests/wsdl_maven/pom.xml (original)
+++ cxf/branches/2.3.x-fixes/systests/wsdl_maven/pom.xml Thu Aug 11 02:42:27 2011
@@ -21,14 +21,14 @@
     <groupId>org.apache.cxf.systests</groupId>
     <artifactId>cxf-wsdl-maven</artifactId>
     <packaging>pom</packaging>
-    <version>2.3.6</version>
+    <version>2.3.7-SNAPSHOT</version>
     <name>Apache CXF System Tests for Maven Plugins</name>
     <url>http://cxf.apache.org</url>
 
     <parent>
         <groupId>org.apache.cxf.systests</groupId>
         <artifactId>cxf-systests</artifactId>
-        <version>2.3.6</version>
+        <version>2.3.7-SNAPSHOT</version>
     </parent>
 
     <modules>

Modified: cxf/branches/2.3.x-fixes/testutils/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/testutils/pom.xml?rev=1156454&r1=1156453&r2=1156454&view=diff
==============================================================================
--- cxf/branches/2.3.x-fixes/testutils/pom.xml (original)
+++ cxf/branches/2.3.x-fixes/testutils/pom.xml Thu Aug 11 02:42:27 2011
@@ -21,14 +21,14 @@
     <groupId>org.apache.cxf</groupId>
     <artifactId>cxf-testutils</artifactId>
     <packaging>jar</packaging>
-    <version>2.3.6</version>
+    <version>2.3.7-SNAPSHOT</version>
     <name>Apache CXF Test Utilities</name>
     <url>http://cxf.apache.org</url>
 
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>2.3.6</version>
+        <version>2.3.7-SNAPSHOT</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
 

Modified: cxf/branches/2.3.x-fixes/tools/common/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/tools/common/pom.xml?rev=1156454&r1=1156453&r2=1156454&view=diff
==============================================================================
--- cxf/branches/2.3.x-fixes/tools/common/pom.xml (original)
+++ cxf/branches/2.3.x-fixes/tools/common/pom.xml Thu Aug 11 02:42:27 2011
@@ -21,14 +21,14 @@
     <groupId>org.apache.cxf</groupId>
     <artifactId>cxf-tools-common</artifactId>
     <packaging>jar</packaging>
-    <version>2.3.6</version>
+    <version>2.3.7-SNAPSHOT</version>
     <name>Apache CXF Command Line Tools Common</name>
     <url>http://cxf.apache.org</url>
 
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>2.3.6</version>
+        <version>2.3.7-SNAPSHOT</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
 

Modified: cxf/branches/2.3.x-fixes/tools/corba/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/tools/corba/pom.xml?rev=1156454&r1=1156453&r2=1156454&view=diff
==============================================================================
--- cxf/branches/2.3.x-fixes/tools/corba/pom.xml (original)
+++ cxf/branches/2.3.x-fixes/tools/corba/pom.xml Thu Aug 11 02:42:27 2011
@@ -22,14 +22,14 @@
     <groupId>org.apache.cxf</groupId>
     <artifactId>cxf-tools-corba</artifactId>
     <packaging>jar</packaging>
-    <version>2.3.6</version>
+    <version>2.3.7-SNAPSHOT</version>
     <name>Apache CXF Command Line Tools CORBA</name>
     <url>http://cxf.apache.org</url>
 
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>2.3.6</version>
+        <version>2.3.7-SNAPSHOT</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
 

Modified: cxf/branches/2.3.x-fixes/tools/javato/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/tools/javato/pom.xml?rev=1156454&r1=1156453&r2=1156454&view=diff
==============================================================================
--- cxf/branches/2.3.x-fixes/tools/javato/pom.xml (original)
+++ cxf/branches/2.3.x-fixes/tools/javato/pom.xml Thu Aug 11 02:42:27 2011
@@ -21,14 +21,14 @@
     <groupId>org.apache.cxf</groupId>
     <artifactId>cxf-tools-javato</artifactId>
     <packaging>pom</packaging>
-    <version>2.3.6</version>
+    <version>2.3.7-SNAPSHOT</version>
     <name>Apache CXF Command Line Tools JavaTo</name>
     <url>http://cxf.apache.org</url>
 
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-tools</artifactId>
-        <version>2.3.6</version>
+        <version>2.3.7-SNAPSHOT</version>
     </parent>
 
     <modules>

Modified: cxf/branches/2.3.x-fixes/tools/javato/ws/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/tools/javato/ws/pom.xml?rev=1156454&r1=1156453&r2=1156454&view=diff
==============================================================================
--- cxf/branches/2.3.x-fixes/tools/javato/ws/pom.xml (original)
+++ cxf/branches/2.3.x-fixes/tools/javato/ws/pom.xml Thu Aug 11 02:42:27 2011
@@ -21,14 +21,14 @@
     <groupId>org.apache.cxf</groupId>
     <artifactId>cxf-tools-java2ws</artifactId>
     <packaging>jar</packaging>
-    <version>2.3.6</version>
+    <version>2.3.7-SNAPSHOT</version>
     <name>Apache CXF Command Line Tools JavaTo WS</name>
     <url>http://cxf.apache.org</url>
 
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>2.3.6</version>
+        <version>2.3.7-SNAPSHOT</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
 

Modified: cxf/branches/2.3.x-fixes/tools/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/tools/pom.xml?rev=1156454&r1=1156453&r2=1156454&view=diff
==============================================================================
--- cxf/branches/2.3.x-fixes/tools/pom.xml (original)
+++ cxf/branches/2.3.x-fixes/tools/pom.xml Thu Aug 11 02:42:27 2011
@@ -21,14 +21,14 @@
     <groupId>org.apache.cxf</groupId>
     <artifactId>cxf-tools</artifactId>
     <packaging>pom</packaging>
-    <version>2.3.6</version>
+    <version>2.3.7-SNAPSHOT</version>
     <name>Apache CXF Command Line Tools</name>
     <url>http://cxf.apache.org</url>
 
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf</artifactId>
-        <version>2.3.6</version>
+        <version>2.3.7-SNAPSHOT</version>
     </parent>
 
     <modules>

Modified: cxf/branches/2.3.x-fixes/tools/validator/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/tools/validator/pom.xml?rev=1156454&r1=1156453&r2=1156454&view=diff
==============================================================================
--- cxf/branches/2.3.x-fixes/tools/validator/pom.xml (original)
+++ cxf/branches/2.3.x-fixes/tools/validator/pom.xml Thu Aug 11 02:42:27 2011
@@ -21,14 +21,14 @@
     <groupId>org.apache.cxf</groupId>
     <artifactId>cxf-tools-validator</artifactId>
     <packaging>jar</packaging>
-    <version>2.3.6</version>
+    <version>2.3.7-SNAPSHOT</version>
     <name>Apache CXF Command Line Tools Validator</name>
     <url>http://cxf.apache.org</url>
 
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>2.3.6</version>
+        <version>2.3.7-SNAPSHOT</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
 

Modified: cxf/branches/2.3.x-fixes/tools/wsdlto/core/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/tools/wsdlto/core/pom.xml?rev=1156454&r1=1156453&r2=1156454&view=diff
==============================================================================
--- cxf/branches/2.3.x-fixes/tools/wsdlto/core/pom.xml (original)
+++ cxf/branches/2.3.x-fixes/tools/wsdlto/core/pom.xml Thu Aug 11 02:42:27 2011
@@ -21,14 +21,14 @@
     <groupId>org.apache.cxf</groupId>
     <artifactId>cxf-tools-wsdlto-core</artifactId>
     <packaging>jar</packaging>
-    <version>2.3.6</version>
+    <version>2.3.7-SNAPSHOT</version>
     <name>Apache CXF Command Line Tools WSDLTo Core</name>
     <url>http://cxf.apache.org</url>
 
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>2.3.6</version>
+        <version>2.3.7-SNAPSHOT</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
 

Modified: cxf/branches/2.3.x-fixes/tools/wsdlto/databinding/jaxb/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/tools/wsdlto/databinding/jaxb/pom.xml?rev=1156454&r1=1156453&r2=1156454&view=diff
==============================================================================
--- cxf/branches/2.3.x-fixes/tools/wsdlto/databinding/jaxb/pom.xml (original)
+++ cxf/branches/2.3.x-fixes/tools/wsdlto/databinding/jaxb/pom.xml Thu Aug 11 02:42:27 2011
@@ -21,14 +21,14 @@
     <groupId>org.apache.cxf</groupId>
     <artifactId>cxf-tools-wsdlto-databinding-jaxb</artifactId>
     <packaging>jar</packaging>
-    <version>2.3.6</version>
+    <version>2.3.7-SNAPSHOT</version>
     <name>Apache CXF Command Line Tools WSDLTo JAXB Databinding</name>
     <url>http://cxf.apache.org</url>
 
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>2.3.6</version>
+        <version>2.3.7-SNAPSHOT</version>
         <relativePath>../../../../parent/pom.xml</relativePath>
     </parent>
 

Modified: cxf/branches/2.3.x-fixes/tools/wsdlto/frontend/javascript/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/tools/wsdlto/frontend/javascript/pom.xml?rev=1156454&r1=1156453&r2=1156454&view=diff
==============================================================================
--- cxf/branches/2.3.x-fixes/tools/wsdlto/frontend/javascript/pom.xml (original)
+++ cxf/branches/2.3.x-fixes/tools/wsdlto/frontend/javascript/pom.xml Thu Aug 11 02:42:27 2011
@@ -21,14 +21,14 @@
     <groupId>org.apache.cxf</groupId>
     <artifactId>cxf-tools-wsdlto-frontend-javascript</artifactId>
     <packaging>jar</packaging>
-    <version>2.3.6</version>
+    <version>2.3.7-SNAPSHOT</version>
     <name>Apache CXF Command Line Tools WSDL to JavaScript Front End</name>
     <url>http://cxf.apache.org</url>
 
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>2.3.6</version>
+        <version>2.3.7-SNAPSHOT</version>
         <relativePath>../../../../parent/pom.xml</relativePath>
     </parent>
 

Modified: cxf/branches/2.3.x-fixes/tools/wsdlto/frontend/jaxws/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/tools/wsdlto/frontend/jaxws/pom.xml?rev=1156454&r1=1156453&r2=1156454&view=diff
==============================================================================
--- cxf/branches/2.3.x-fixes/tools/wsdlto/frontend/jaxws/pom.xml (original)
+++ cxf/branches/2.3.x-fixes/tools/wsdlto/frontend/jaxws/pom.xml Thu Aug 11 02:42:27 2011
@@ -21,14 +21,14 @@
     <groupId>org.apache.cxf</groupId>
     <artifactId>cxf-tools-wsdlto-frontend-jaxws</artifactId>
     <packaging>jar</packaging>
-    <version>2.3.6</version>
+    <version>2.3.7-SNAPSHOT</version>
     <name>Apache CXF Command Line Tools WSDLTo JAXWS Frontend</name>
     <url>http://cxf.apache.org</url>
 
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>2.3.6</version>
+        <version>2.3.7-SNAPSHOT</version>
         <relativePath>../../../../parent/pom.xml</relativePath>
     </parent>
 

Modified: cxf/branches/2.3.x-fixes/tools/wsdlto/misc/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/tools/wsdlto/misc/pom.xml?rev=1156454&r1=1156453&r2=1156454&view=diff
==============================================================================
--- cxf/branches/2.3.x-fixes/tools/wsdlto/misc/pom.xml (original)
+++ cxf/branches/2.3.x-fixes/tools/wsdlto/misc/pom.xml Thu Aug 11 02:42:27 2011
@@ -21,14 +21,14 @@
     <groupId>org.apache.cxf</groupId>
     <artifactId>cxf-tools-misctools</artifactId>
     <packaging>jar</packaging>
-    <version>2.3.6</version>
+    <version>2.3.7-SNAPSHOT</version>
     <name>Apache CXF Command Line Tools WSDLTo Misctools</name>
     <url>http://cxf.apache.org</url>
 
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>2.3.6</version>
+        <version>2.3.7-SNAPSHOT</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
 

Modified: cxf/branches/2.3.x-fixes/tools/wsdlto/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/tools/wsdlto/pom.xml?rev=1156454&r1=1156453&r2=1156454&view=diff
==============================================================================
--- cxf/branches/2.3.x-fixes/tools/wsdlto/pom.xml (original)
+++ cxf/branches/2.3.x-fixes/tools/wsdlto/pom.xml Thu Aug 11 02:42:27 2011
@@ -21,14 +21,14 @@
     <groupId>org.apache.cxf</groupId>
     <artifactId>cxf-tools-wsdlto</artifactId>
     <packaging>pom</packaging>
-    <version>2.3.6</version>
+    <version>2.3.7-SNAPSHOT</version>
     <name>Apache CXF Command Line Tools WSDLTo</name>
     <url>http://cxf.apache.org</url>
 
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-tools</artifactId>
-        <version>2.3.6</version>
+        <version>2.3.7-SNAPSHOT</version>
     </parent>
 
     <modules>