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 2016/02/02 21:38:20 UTC

[1/6] cxf git commit: [maven-release-plugin] prepare release cxf-3.0.8

Repository: cxf
Updated Branches:
  refs/heads/3.0.x-fixes 7700985d9 -> 6649ac50a


http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/services/xkms/xkms-features/pom.xml
----------------------------------------------------------------------
diff --git a/services/xkms/xkms-features/pom.xml b/services/xkms/xkms-features/pom.xml
index 1136e11..5ad33ee 100644
--- a/services/xkms/xkms-features/pom.xml
+++ b/services/xkms/xkms-features/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <build>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/services/xkms/xkms-itests/pom.xml
----------------------------------------------------------------------
diff --git a/services/xkms/xkms-itests/pom.xml b/services/xkms/xkms-itests/pom.xml
index b70b36e..92f77f9 100644
--- a/services/xkms/xkms-itests/pom.xml
+++ b/services/xkms/xkms-itests/pom.xml
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <dependencies>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/services/xkms/xkms-osgi/pom.xml
----------------------------------------------------------------------
diff --git a/services/xkms/xkms-osgi/pom.xml b/services/xkms/xkms-osgi/pom.xml
index db6be73..5c77e9e 100644
--- a/services/xkms/xkms-osgi/pom.xml
+++ b/services/xkms/xkms-osgi/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <dependencies>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/services/xkms/xkms-service/pom.xml
----------------------------------------------------------------------
diff --git a/services/xkms/xkms-service/pom.xml b/services/xkms/xkms-service/pom.xml
index 07de744..05c7dcc 100644
--- a/services/xkms/xkms-service/pom.xml
+++ b/services/xkms/xkms-service/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <dependencies>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/services/xkms/xkms-war/pom.xml
----------------------------------------------------------------------
diff --git a/services/xkms/xkms-war/pom.xml b/services/xkms/xkms-war/pom.xml
index 9adc4d8..28b99c0 100644
--- a/services/xkms/xkms-war/pom.xml
+++ b/services/xkms/xkms-war/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <dependencies>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/services/xkms/xkms-x509-handlers/pom.xml
----------------------------------------------------------------------
diff --git a/services/xkms/xkms-x509-handlers/pom.xml b/services/xkms/xkms-x509-handlers/pom.xml
index 771c2cf..14cf902 100644
--- a/services/xkms/xkms-x509-handlers/pom.xml
+++ b/services/xkms/xkms-x509-handlers/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <dependencies>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/services/xkms/xkms-x509-repo-ldap/pom.xml
----------------------------------------------------------------------
diff --git a/services/xkms/xkms-x509-repo-ldap/pom.xml b/services/xkms/xkms-x509-repo-ldap/pom.xml
index 5c4d2a3..c830e2d 100644
--- a/services/xkms/xkms-x509-repo-ldap/pom.xml
+++ b/services/xkms/xkms-x509-repo-ldap/pom.xml
@@ -3,7 +3,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <groupId>org.apache.cxf.services.xkms</groupId>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/systests/cdi/pom.xml
----------------------------------------------------------------------
diff --git a/systests/cdi/pom.xml b/systests/cdi/pom.xml
index abf3952..5d92fbb 100644
--- a/systests/cdi/pom.xml
+++ b/systests/cdi/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>cxf-parent</artifactId>
         <groupId>org.apache.cxf</groupId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/systests/container-integration/grizzly/pom.xml
----------------------------------------------------------------------
diff --git a/systests/container-integration/grizzly/pom.xml b/systests/container-integration/grizzly/pom.xml
index 99d1789..dcfb814 100644
--- a/systests/container-integration/grizzly/pom.xml
+++ b/systests/container-integration/grizzly/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.cxf.systests</groupId>
         <artifactId>cxf-systests-container-integration</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>cxf-systests-ci-grizzly</artifactId>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/systests/container-integration/pom.xml
----------------------------------------------------------------------
diff --git a/systests/container-integration/pom.xml b/systests/container-integration/pom.xml
index ee6f214..b234859 100644
--- a/systests/container-integration/pom.xml
+++ b/systests/container-integration/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>cxf-parent</artifactId>
         <groupId>org.apache.cxf</groupId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/systests/container-integration/webapp/pom.xml
----------------------------------------------------------------------
diff --git a/systests/container-integration/webapp/pom.xml b/systests/container-integration/webapp/pom.xml
index 4cdb741..1678f44 100644
--- a/systests/container-integration/webapp/pom.xml
+++ b/systests/container-integration/webapp/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.cxf.systests</groupId>
         <artifactId>cxf-systests-container-integration</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>cxf-systests-ci-webapp</artifactId>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/systests/databinding/pom.xml
----------------------------------------------------------------------
diff --git a/systests/databinding/pom.xml b/systests/databinding/pom.xml
index 35aec8c..fc9783c 100644
--- a/systests/databinding/pom.xml
+++ b/systests/databinding/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>cxf-parent</artifactId>
         <groupId>org.apache.cxf</groupId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/systests/jaxrs/pom.xml
----------------------------------------------------------------------
diff --git a/systests/jaxrs/pom.xml b/systests/jaxrs/pom.xml
index c15aaa5..fef34cc 100644
--- a/systests/jaxrs/pom.xml
+++ b/systests/jaxrs/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>cxf-parent</artifactId>
         <groupId>org.apache.cxf</groupId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/systests/jaxws/pom.xml
----------------------------------------------------------------------
diff --git a/systests/jaxws/pom.xml b/systests/jaxws/pom.xml
index adb3709..fbfa4ee 100644
--- a/systests/jaxws/pom.xml
+++ b/systests/jaxws/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>cxf-parent</artifactId>
         <groupId>org.apache.cxf</groupId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/systests/jibx/databinding-jibx/pom.xml
----------------------------------------------------------------------
diff --git a/systests/jibx/databinding-jibx/pom.xml b/systests/jibx/databinding-jibx/pom.xml
index 1538423..c83cb44 100644
--- a/systests/jibx/databinding-jibx/pom.xml
+++ b/systests/jibx/databinding-jibx/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>cxf-systests-jibx</artifactId>
         <groupId>org.apache.cxf.systests</groupId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/systests/jibx/jaxrs-jibx/pom.xml
----------------------------------------------------------------------
diff --git a/systests/jibx/jaxrs-jibx/pom.xml b/systests/jibx/jaxrs-jibx/pom.xml
index 7495031..b2b592c 100644
--- a/systests/jibx/jaxrs-jibx/pom.xml
+++ b/systests/jibx/jaxrs-jibx/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>cxf-systests-jibx</artifactId>
         <groupId>org.apache.cxf.systests</groupId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/systests/jibx/pom.xml
----------------------------------------------------------------------
diff --git a/systests/jibx/pom.xml b/systests/jibx/pom.xml
index cbc1cb7..74aac7b 100644
--- a/systests/jibx/pom.xml
+++ b/systests/jibx/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>cxf-parent</artifactId>
         <groupId>org.apache.cxf</groupId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/systests/kerberos/pom.xml
----------------------------------------------------------------------
diff --git a/systests/kerberos/pom.xml b/systests/kerberos/pom.xml
index 89f7c3e..787c71c 100644
--- a/systests/kerberos/pom.xml
+++ b/systests/kerberos/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>cxf-parent</artifactId>
         <groupId>org.apache.cxf</groupId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/systests/pom.xml
----------------------------------------------------------------------
diff --git a/systests/pom.xml b/systests/pom.xml
index 259d766..2f91691 100644
--- a/systests/pom.xml
+++ b/systests/pom.xml
@@ -28,7 +28,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
     </parent>
     <modules>
         <module>container-integration</module>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/systests/rs-http-sci/pom.xml
----------------------------------------------------------------------
diff --git a/systests/rs-http-sci/pom.xml b/systests/rs-http-sci/pom.xml
index fedb283..dbf34f8 100644
--- a/systests/rs-http-sci/pom.xml
+++ b/systests/rs-http-sci/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>cxf-parent</artifactId>
         <groupId>org.apache.cxf</groupId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/systests/rs-security/pom.xml
----------------------------------------------------------------------
diff --git a/systests/rs-security/pom.xml b/systests/rs-security/pom.xml
index fad52e6..3cbcafb 100644
--- a/systests/rs-security/pom.xml
+++ b/systests/rs-security/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>cxf-parent</artifactId>
         <groupId>org.apache.cxf</groupId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/systests/transport-jms/pom.xml
----------------------------------------------------------------------
diff --git a/systests/transport-jms/pom.xml b/systests/transport-jms/pom.xml
index ea72e35..6cd52df 100644
--- a/systests/transport-jms/pom.xml
+++ b/systests/transport-jms/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>cxf-parent</artifactId>
         <groupId>org.apache.cxf</groupId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/systests/transports-ssl3/pom.xml
----------------------------------------------------------------------
diff --git a/systests/transports-ssl3/pom.xml b/systests/transports-ssl3/pom.xml
index 3604718..a7fa545 100644
--- a/systests/transports-ssl3/pom.xml
+++ b/systests/transports-ssl3/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>cxf-parent</artifactId>
         <groupId>org.apache.cxf</groupId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/systests/transports/pom.xml
----------------------------------------------------------------------
diff --git a/systests/transports/pom.xml b/systests/transports/pom.xml
index afd6c78..70b0642 100644
--- a/systests/transports/pom.xml
+++ b/systests/transports/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>cxf-parent</artifactId>
         <groupId>org.apache.cxf</groupId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/systests/uncategorized/pom.xml
----------------------------------------------------------------------
diff --git a/systests/uncategorized/pom.xml b/systests/uncategorized/pom.xml
index 7cee44a..fd5ee7a 100644
--- a/systests/uncategorized/pom.xml
+++ b/systests/uncategorized/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>cxf-parent</artifactId>
         <groupId>org.apache.cxf</groupId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/systests/ws-rm/pom.xml
----------------------------------------------------------------------
diff --git a/systests/ws-rm/pom.xml b/systests/ws-rm/pom.xml
index 97da9b9..aa95738 100644
--- a/systests/ws-rm/pom.xml
+++ b/systests/ws-rm/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>cxf-parent</artifactId>
         <groupId>org.apache.cxf</groupId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/systests/ws-security-examples/pom.xml
----------------------------------------------------------------------
diff --git a/systests/ws-security-examples/pom.xml b/systests/ws-security-examples/pom.xml
index c50a320..3277070 100644
--- a/systests/ws-security-examples/pom.xml
+++ b/systests/ws-security-examples/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>cxf-parent</artifactId>
         <groupId>org.apache.cxf</groupId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/systests/ws-security/pom.xml
----------------------------------------------------------------------
diff --git a/systests/ws-security/pom.xml b/systests/ws-security/pom.xml
index 09cfc3a..83faf91 100644
--- a/systests/ws-security/pom.xml
+++ b/systests/ws-security/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>cxf-parent</artifactId>
         <groupId>org.apache.cxf</groupId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/systests/ws-specs/pom.xml
----------------------------------------------------------------------
diff --git a/systests/ws-specs/pom.xml b/systests/ws-specs/pom.xml
index baeb3bb..9d8e002 100644
--- a/systests/ws-specs/pom.xml
+++ b/systests/ws-specs/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>cxf-parent</artifactId>
         <groupId>org.apache.cxf</groupId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/systests/wsdl_maven/codegen/pom.xml
----------------------------------------------------------------------
diff --git a/systests/wsdl_maven/codegen/pom.xml b/systests/wsdl_maven/codegen/pom.xml
index c453e66..134980b 100644
--- a/systests/wsdl_maven/codegen/pom.xml
+++ b/systests/wsdl_maven/codegen/pom.xml
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <build>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/systests/wsdl_maven/java2ws/pom.xml
----------------------------------------------------------------------
diff --git a/systests/wsdl_maven/java2ws/pom.xml b/systests/wsdl_maven/java2ws/pom.xml
index 91025ac..cad97d4 100644
--- a/systests/wsdl_maven/java2ws/pom.xml
+++ b/systests/wsdl_maven/java2ws/pom.xml
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <build>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/systests/wsdl_maven/pom.xml
----------------------------------------------------------------------
diff --git a/systests/wsdl_maven/pom.xml b/systests/wsdl_maven/pom.xml
index c08ab72..2061423 100644
--- a/systests/wsdl_maven/pom.xml
+++ b/systests/wsdl_maven/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf.systests</groupId>
         <artifactId>cxf-systests</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
     </parent>
     <modules>
         <module>codegen</module>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/testutils/pom.xml
----------------------------------------------------------------------
diff --git a/testutils/pom.xml b/testutils/pom.xml
index d6421ff..10348ac 100644
--- a/testutils/pom.xml
+++ b/testutils/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
     <dependencies>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/tools/common/pom.xml
----------------------------------------------------------------------
diff --git a/tools/common/pom.xml b/tools/common/pom.xml
index 1337c53..eab7db2 100644
--- a/tools/common/pom.xml
+++ b/tools/common/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
     <dependencies>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/tools/corba/pom.xml
----------------------------------------------------------------------
diff --git a/tools/corba/pom.xml b/tools/corba/pom.xml
index 72036f5..532a9a2 100644
--- a/tools/corba/pom.xml
+++ b/tools/corba/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
     <dependencies>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/tools/javato/pom.xml
----------------------------------------------------------------------
diff --git a/tools/javato/pom.xml b/tools/javato/pom.xml
index 1389303..8e9574f 100644
--- a/tools/javato/pom.xml
+++ b/tools/javato/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-tools</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
     </parent>
     <modules>
         <module>ws</module>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/tools/javato/ws/pom.xml
----------------------------------------------------------------------
diff --git a/tools/javato/ws/pom.xml b/tools/javato/ws/pom.xml
index b060815..ad6b276 100644
--- a/tools/javato/ws/pom.xml
+++ b/tools/javato/ws/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <dependencies>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/tools/pom.xml
----------------------------------------------------------------------
diff --git a/tools/pom.xml b/tools/pom.xml
index 0d23c65..47138e6 100644
--- a/tools/pom.xml
+++ b/tools/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
     </parent>
     <modules>
         <module>common</module>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/tools/validator/pom.xml
----------------------------------------------------------------------
diff --git a/tools/validator/pom.xml b/tools/validator/pom.xml
index 90e6b18..009e2f3 100644
--- a/tools/validator/pom.xml
+++ b/tools/validator/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
     <properties>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/tools/wadlto/jaxrs/pom.xml
----------------------------------------------------------------------
diff --git a/tools/wadlto/jaxrs/pom.xml b/tools/wadlto/jaxrs/pom.xml
index e995ce6..89b34a8 100644
--- a/tools/wadlto/jaxrs/pom.xml
+++ b/tools/wadlto/jaxrs/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <dependencies>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/tools/wadlto/pom.xml
----------------------------------------------------------------------
diff --git a/tools/wadlto/pom.xml b/tools/wadlto/pom.xml
index 0ce3b25..b240e78 100644
--- a/tools/wadlto/pom.xml
+++ b/tools/wadlto/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-tools</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
     </parent>
     <modules>
         <module>jaxrs</module>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/tools/wsdlto/core/pom.xml
----------------------------------------------------------------------
diff --git a/tools/wsdlto/core/pom.xml b/tools/wsdlto/core/pom.xml
index b2a758b..6db6d03 100644
--- a/tools/wsdlto/core/pom.xml
+++ b/tools/wsdlto/core/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <dependencies>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/tools/wsdlto/databinding/jaxb/pom.xml
----------------------------------------------------------------------
diff --git a/tools/wsdlto/databinding/jaxb/pom.xml b/tools/wsdlto/databinding/jaxb/pom.xml
index 3aab82e..39f0030 100644
--- a/tools/wsdlto/databinding/jaxb/pom.xml
+++ b/tools/wsdlto/databinding/jaxb/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../../../../parent/pom.xml</relativePath>
     </parent>
     <dependencies>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/tools/wsdlto/frontend/javascript/pom.xml
----------------------------------------------------------------------
diff --git a/tools/wsdlto/frontend/javascript/pom.xml b/tools/wsdlto/frontend/javascript/pom.xml
index 68250dd..20bb8f2 100644
--- a/tools/wsdlto/frontend/javascript/pom.xml
+++ b/tools/wsdlto/frontend/javascript/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../../../../parent/pom.xml</relativePath>
     </parent>
     <dependencies>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/tools/wsdlto/frontend/jaxws/pom.xml
----------------------------------------------------------------------
diff --git a/tools/wsdlto/frontend/jaxws/pom.xml b/tools/wsdlto/frontend/jaxws/pom.xml
index 11e55bb..4a6ff16 100644
--- a/tools/wsdlto/frontend/jaxws/pom.xml
+++ b/tools/wsdlto/frontend/jaxws/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../../../../parent/pom.xml</relativePath>
     </parent>
     <dependencies>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/tools/wsdlto/misc/pom.xml
----------------------------------------------------------------------
diff --git a/tools/wsdlto/misc/pom.xml b/tools/wsdlto/misc/pom.xml
index e0ca6ac..de6d4d1 100644
--- a/tools/wsdlto/misc/pom.xml
+++ b/tools/wsdlto/misc/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <dependencies>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/tools/wsdlto/pom.xml
----------------------------------------------------------------------
diff --git a/tools/wsdlto/pom.xml b/tools/wsdlto/pom.xml
index feb1dbf..7b0a237 100644
--- a/tools/wsdlto/pom.xml
+++ b/tools/wsdlto/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-tools</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
     </parent>
     <modules>
         <module>core</module>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/tools/wsdlto/test/pom.xml
----------------------------------------------------------------------
diff --git a/tools/wsdlto/test/pom.xml b/tools/wsdlto/test/pom.xml
index 3443700..ef1e8d7 100644
--- a/tools/wsdlto/test/pom.xml
+++ b/tools/wsdlto/test/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <dependencies>


[2/6] cxf git commit: [maven-release-plugin] prepare release cxf-3.0.8

Posted by dk...@apache.org.
http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/distribution/src/main/release/samples/ws_discovery/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/src/main/release/samples/ws_discovery/pom.xml b/distribution/src/main/release/samples/ws_discovery/pom.xml
index d6105cf..e415427 100644
--- a/distribution/src/main/release/samples/ws_discovery/pom.xml
+++ b/distribution/src/main/release/samples/ws_discovery/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
     </parent>
     <properties>
         <cxf.version>${project.version}</cxf.version>
@@ -38,22 +38,22 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>3.0.8-SNAPSHOT</version>
+            <version>3.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>3.0.8-SNAPSHOT</version>
+            <version>3.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf.services.ws-discovery</groupId>
             <artifactId>cxf-services-ws-discovery-api</artifactId>
-            <version>3.0.8-SNAPSHOT</version>
+            <version>3.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf.services.ws-discovery</groupId>
             <artifactId>cxf-services-ws-discovery-service</artifactId>
-            <version>3.0.8-SNAPSHOT</version>
+            <version>3.0.8</version>
         </dependency>
     </dependencies>
     <build>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/distribution/src/main/release/samples/ws_eventing/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/src/main/release/samples/ws_eventing/pom.xml b/distribution/src/main/release/samples/ws_eventing/pom.xml
index f3fc754..8127877 100644
--- a/distribution/src/main/release/samples/ws_eventing/pom.xml
+++ b/distribution/src/main/release/samples/ws_eventing/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
     </parent>
     <dependencies>
         <dependency>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/distribution/src/main/release/samples/ws_notification/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/src/main/release/samples/ws_notification/pom.xml b/distribution/src/main/release/samples/ws_notification/pom.xml
index eef9b60..7ca74bf 100644
--- a/distribution/src/main/release/samples/ws_notification/pom.xml
+++ b/distribution/src/main/release/samples/ws_notification/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
     </parent>
     <properties>
         <cxf.version>${project.version}</cxf.version>
@@ -93,32 +93,32 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>3.0.8-SNAPSHOT</version>
+            <version>3.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>3.0.8-SNAPSHOT</version>
+            <version>3.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http-jetty</artifactId>
-            <version>3.0.8-SNAPSHOT</version>
+            <version>3.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-ws-addr</artifactId>
-            <version>3.0.8-SNAPSHOT</version>
+            <version>3.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-ws-policy</artifactId>
-            <version>3.0.8-SNAPSHOT</version>
+            <version>3.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf.services.wsn</groupId>
             <artifactId>cxf-services-wsn-core</artifactId>
-            <version>3.0.8-SNAPSHOT</version>
+            <version>3.0.8</version>
         </dependency>
     </dependencies>
 </project>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/distribution/src/main/release/samples/ws_policy/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/src/main/release/samples/ws_policy/pom.xml b/distribution/src/main/release/samples/ws_policy/pom.xml
index 25a0536..c648bb0 100644
--- a/distribution/src/main/release/samples/ws_policy/pom.xml
+++ b/distribution/src/main/release/samples/ws_policy/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
     </parent>
     <properties>
         <cxf.version>${project.version}</cxf.version>
@@ -121,17 +121,17 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>3.0.8-SNAPSHOT</version>
+            <version>3.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>3.0.8-SNAPSHOT</version>
+            <version>3.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http-jetty</artifactId>
-            <version>3.0.8-SNAPSHOT</version>
+            <version>3.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.springframework</groupId>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/distribution/src/main/release/samples/ws_rm/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/src/main/release/samples/ws_rm/pom.xml b/distribution/src/main/release/samples/ws_rm/pom.xml
index 247b956..955624e 100644
--- a/distribution/src/main/release/samples/ws_rm/pom.xml
+++ b/distribution/src/main/release/samples/ws_rm/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
     </parent>
     <properties>
         <cxf.version>${project.version}</cxf.version>
@@ -116,23 +116,23 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>3.0.8-SNAPSHOT</version>
+            <version>3.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>3.0.8-SNAPSHOT</version>
+            <version>3.0.8</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>3.0.8-SNAPSHOT</version>
+            <version>3.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-ws-rm</artifactId>
-            <version>3.0.8-SNAPSHOT</version>
+            <version>3.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.springframework</groupId>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/distribution/src/main/release/samples/ws_security/sign_enc/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/src/main/release/samples/ws_security/sign_enc/pom.xml b/distribution/src/main/release/samples/ws_security/sign_enc/pom.xml
index 1d32134..4613f86 100644
--- a/distribution/src/main/release/samples/ws_security/sign_enc/pom.xml
+++ b/distribution/src/main/release/samples/ws_security/sign_enc/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../..</relativePath>
     </parent>
     <properties>
@@ -173,38 +173,38 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>3.0.8-SNAPSHOT</version>
+            <version>3.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>3.0.8-SNAPSHOT</version>
+            <version>3.0.8</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>3.0.8-SNAPSHOT</version>
+            <version>3.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-ws-rm</artifactId>
-            <version>3.0.8-SNAPSHOT</version>
+            <version>3.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-ws-security</artifactId>
-            <version>3.0.8-SNAPSHOT</version>
+            <version>3.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-ws-addr</artifactId>
-            <version>3.0.8-SNAPSHOT</version>
+            <version>3.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-ws-policy</artifactId>
-            <version>3.0.8-SNAPSHOT</version>
+            <version>3.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.springframework</groupId>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/distribution/src/main/release/samples/ws_security/sign_enc_policy/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/src/main/release/samples/ws_security/sign_enc_policy/pom.xml b/distribution/src/main/release/samples/ws_security/sign_enc_policy/pom.xml
index 1e8f08d..68d9768 100644
--- a/distribution/src/main/release/samples/ws_security/sign_enc_policy/pom.xml
+++ b/distribution/src/main/release/samples/ws_security/sign_enc_policy/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../..</relativePath>
     </parent>
     <build>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/distribution/src/main/release/samples/ws_security/ut/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/src/main/release/samples/ws_security/ut/pom.xml b/distribution/src/main/release/samples/ws_security/ut/pom.xml
index bf7fc07..45eb38f 100644
--- a/distribution/src/main/release/samples/ws_security/ut/pom.xml
+++ b/distribution/src/main/release/samples/ws_security/ut/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../..</relativePath>
     </parent>
     <properties>
@@ -162,23 +162,23 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>3.0.8-SNAPSHOT</version>
+            <version>3.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>3.0.8-SNAPSHOT</version>
+            <version>3.0.8</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>3.0.8-SNAPSHOT</version>
+            <version>3.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-ws-security</artifactId>
-            <version>3.0.8-SNAPSHOT</version>
+            <version>3.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.springframework</groupId>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/distribution/src/main/release/samples/ws_security/ut_policy/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/src/main/release/samples/ws_security/ut_policy/pom.xml b/distribution/src/main/release/samples/ws_security/ut_policy/pom.xml
index 31e8cee..01aef3b 100644
--- a/distribution/src/main/release/samples/ws_security/ut_policy/pom.xml
+++ b/distribution/src/main/release/samples/ws_security/ut_policy/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../..</relativePath>
     </parent>
     <build>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/distribution/src/main/release/samples/wsdl_first/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/src/main/release/samples/wsdl_first/pom.xml b/distribution/src/main/release/samples/wsdl_first/pom.xml
index 58fad62..e2e6498 100644
--- a/distribution/src/main/release/samples/wsdl_first/pom.xml
+++ b/distribution/src/main/release/samples/wsdl_first/pom.xml
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
     </parent>
     <properties>
         <cxf.version>${project.version}</cxf.version>
@@ -227,12 +227,12 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>3.0.8-SNAPSHOT</version>
+            <version>3.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>3.0.8-SNAPSHOT</version>
+            <version>3.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf.xjc-utils</groupId>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/distribution/src/main/release/samples/wsdl_first_dynamic_client/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/src/main/release/samples/wsdl_first_dynamic_client/pom.xml b/distribution/src/main/release/samples/wsdl_first_dynamic_client/pom.xml
index 070958e..413ee5d 100644
--- a/distribution/src/main/release/samples/wsdl_first_dynamic_client/pom.xml
+++ b/distribution/src/main/release/samples/wsdl_first_dynamic_client/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
     </parent>
     <properties>
         <cxf.version>${project.version}</cxf.version>
@@ -120,18 +120,18 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>3.0.8-SNAPSHOT</version>
+            <version>3.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>3.0.8-SNAPSHOT</version>
+            <version>3.0.8</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>3.0.8-SNAPSHOT</version>
+            <version>3.0.8</version>
         </dependency>
         <dependency>
             <groupId>com.sun.xml.bind</groupId>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/distribution/src/main/release/samples/wsdl_first_https/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/src/main/release/samples/wsdl_first_https/pom.xml b/distribution/src/main/release/samples/wsdl_first_https/pom.xml
index 42b5920..536f930 100644
--- a/distribution/src/main/release/samples/wsdl_first_https/pom.xml
+++ b/distribution/src/main/release/samples/wsdl_first_https/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
     </parent>
     <properties>
         <wsdl.location>${basedir}/src/main/config/hello_world.wsdl</wsdl.location>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/distribution/src/main/release/samples/wsdl_first_pure_xml/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/src/main/release/samples/wsdl_first_pure_xml/pom.xml b/distribution/src/main/release/samples/wsdl_first_pure_xml/pom.xml
index 423a333..62db545 100644
--- a/distribution/src/main/release/samples/wsdl_first_pure_xml/pom.xml
+++ b/distribution/src/main/release/samples/wsdl_first_pure_xml/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</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>3.0.8-SNAPSHOT</version>
+            <version>3.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>3.0.8-SNAPSHOT</version>
+            <version>3.0.8</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>3.0.8-SNAPSHOT</version>
+            <version>3.0.8</version>
         </dependency>
     </dependencies>
 </project>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/distribution/src/main/release/samples/wsdl_first_rpclit/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/src/main/release/samples/wsdl_first_rpclit/pom.xml b/distribution/src/main/release/samples/wsdl_first_rpclit/pom.xml
index 1cac075..39e5dca 100644
--- a/distribution/src/main/release/samples/wsdl_first_rpclit/pom.xml
+++ b/distribution/src/main/release/samples/wsdl_first_rpclit/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</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>3.0.8-SNAPSHOT</version>
+            <version>3.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>3.0.8-SNAPSHOT</version>
+            <version>3.0.8</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>3.0.8-SNAPSHOT</version>
+            <version>3.0.8</version>
         </dependency>
     </dependencies>
 </project>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/distribution/src/main/release/samples/wsdl_first_soap12/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/src/main/release/samples/wsdl_first_soap12/pom.xml b/distribution/src/main/release/samples/wsdl_first_soap12/pom.xml
index 706b291..a5f135c 100644
--- a/distribution/src/main/release/samples/wsdl_first_soap12/pom.xml
+++ b/distribution/src/main/release/samples/wsdl_first_soap12/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</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>3.0.8-SNAPSHOT</version>
+            <version>3.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>3.0.8-SNAPSHOT</version>
+            <version>3.0.8</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>3.0.8-SNAPSHOT</version>
+            <version>3.0.8</version>
         </dependency>
     </dependencies>
 </project>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/distribution/src/main/release/samples/wsdl_first_xml_wrapped/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/src/main/release/samples/wsdl_first_xml_wrapped/pom.xml b/distribution/src/main/release/samples/wsdl_first_xml_wrapped/pom.xml
index 5830f7b..5ab35fa 100644
--- a/distribution/src/main/release/samples/wsdl_first_xml_wrapped/pom.xml
+++ b/distribution/src/main/release/samples/wsdl_first_xml_wrapped/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</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>3.0.8-SNAPSHOT</version>
+            <version>3.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>3.0.8-SNAPSHOT</version>
+            <version>3.0.8</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>3.0.8-SNAPSHOT</version>
+            <version>3.0.8</version>
         </dependency>
     </dependencies>
 </project>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/distribution/src/main/release/samples/wsdl_first_xmlbeans/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/src/main/release/samples/wsdl_first_xmlbeans/pom.xml b/distribution/src/main/release/samples/wsdl_first_xmlbeans/pom.xml
index cb05ab6..4ec12c6 100644
--- a/distribution/src/main/release/samples/wsdl_first_xmlbeans/pom.xml
+++ b/distribution/src/main/release/samples/wsdl_first_xmlbeans/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
     </parent>
     <properties>
         <cxf.version>${project.version}</cxf.version>
@@ -137,23 +137,23 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>3.0.8-SNAPSHOT</version>
+            <version>3.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-databinding-xmlbeans</artifactId>
-            <version>3.0.8-SNAPSHOT</version>
+            <version>3.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>3.0.8-SNAPSHOT</version>
+            <version>3.0.8</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>3.0.8-SNAPSHOT</version>
+            <version>3.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.springframework</groupId>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/integration/cdi/pom.xml
----------------------------------------------------------------------
diff --git a/integration/cdi/pom.xml b/integration/cdi/pom.xml
index 6b20ed7..ab86588 100644
--- a/integration/cdi/pom.xml
+++ b/integration/cdi/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
     <properties>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/integration/jca/pom.xml
----------------------------------------------------------------------
diff --git a/integration/jca/pom.xml b/integration/jca/pom.xml
index 756283e..005a3f9 100644
--- a/integration/jca/pom.xml
+++ b/integration/jca/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
     <dependencies>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/integration/pom.xml
----------------------------------------------------------------------
diff --git a/integration/pom.xml b/integration/pom.xml
index d9accab..6b6c215 100644
--- a/integration/pom.xml
+++ b/integration/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
     </parent>
     <modules>
         <module>jca</module>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/maven-plugins/archetypes/cxf-jaxrs-service/pom.xml
----------------------------------------------------------------------
diff --git a/maven-plugins/archetypes/cxf-jaxrs-service/pom.xml b/maven-plugins/archetypes/cxf-jaxrs-service/pom.xml
index 20752ef..b3266a3 100644
--- a/maven-plugins/archetypes/cxf-jaxrs-service/pom.xml
+++ b/maven-plugins/archetypes/cxf-jaxrs-service/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <groupId>org.apache.cxf.archetype</groupId>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/maven-plugins/archetypes/cxf-jaxws-javafirst/pom.xml
----------------------------------------------------------------------
diff --git a/maven-plugins/archetypes/cxf-jaxws-javafirst/pom.xml b/maven-plugins/archetypes/cxf-jaxws-javafirst/pom.xml
index 1e76f54..3540eff 100644
--- a/maven-plugins/archetypes/cxf-jaxws-javafirst/pom.xml
+++ b/maven-plugins/archetypes/cxf-jaxws-javafirst/pom.xml
@@ -22,12 +22,12 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <groupId>org.apache.cxf.archetype</groupId>
     <artifactId>cxf-jaxws-javafirst</artifactId>
-    <version>3.0.8-SNAPSHOT</version>
+    <version>3.0.8</version>
     <packaging>maven-archetype</packaging>
     <name>Apache CXF Archetype - Simple JAX-WS Java First</name>
     <description>Creates a project for developing a Web service starting from Java code</description>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/maven-plugins/archetypes/pom.xml
----------------------------------------------------------------------
diff --git a/maven-plugins/archetypes/pom.xml b/maven-plugins/archetypes/pom.xml
index 685fa2d..ce23970 100644
--- a/maven-plugins/archetypes/pom.xml
+++ b/maven-plugins/archetypes/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-maven-plugins</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
     </parent>
     <modules>
         <module>cxf-jaxws-javafirst</module>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/maven-plugins/codegen-plugin/pom.xml
----------------------------------------------------------------------
diff --git a/maven-plugins/codegen-plugin/pom.xml b/maven-plugins/codegen-plugin/pom.xml
index 7f8b26d..4f9ea16 100644
--- a/maven-plugins/codegen-plugin/pom.xml
+++ b/maven-plugins/codegen-plugin/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-maven-plugins</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
     </parent>
     <dependencies>
         <dependency>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/maven-plugins/corba/pom.xml
----------------------------------------------------------------------
diff --git a/maven-plugins/corba/pom.xml b/maven-plugins/corba/pom.xml
index b291616..ba53432 100644
--- a/maven-plugins/corba/pom.xml
+++ b/maven-plugins/corba/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-maven-plugins</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
     </parent>
     <dependencies>
         <dependency>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/maven-plugins/java2wadl-plugin/pom.xml
----------------------------------------------------------------------
diff --git a/maven-plugins/java2wadl-plugin/pom.xml b/maven-plugins/java2wadl-plugin/pom.xml
index dfe2729..f04e06f 100644
--- a/maven-plugins/java2wadl-plugin/pom.xml
+++ b/maven-plugins/java2wadl-plugin/pom.xml
@@ -22,7 +22,7 @@
     <groupId>org.apache.cxf</groupId>
     <artifactId>cxf-java2wadl-plugin</artifactId>
     <packaging>maven-plugin</packaging>
-    <version>3.0.8-SNAPSHOT</version>
+    <version>3.0.8</version>
     <name>Apache CXF Java2WADL Maven2 Plugin</name>
     <description>Apache CXF Java2WADL 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>3.0.8-SNAPSHOT</version>
+      <version>3.0.8</version>
     </parent>
     <properties>
         <cxf.manifest.location />

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/maven-plugins/java2ws-plugin/pom.xml
----------------------------------------------------------------------
diff --git a/maven-plugins/java2ws-plugin/pom.xml b/maven-plugins/java2ws-plugin/pom.xml
index da70a89..3f7d361 100644
--- a/maven-plugins/java2ws-plugin/pom.xml
+++ b/maven-plugins/java2ws-plugin/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-maven-plugins</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
     </parent>
     <dependencies>
         <dependency>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/maven-plugins/pom.xml
----------------------------------------------------------------------
diff --git a/maven-plugins/pom.xml b/maven-plugins/pom.xml
index d97a605..ff04e88 100644
--- a/maven-plugins/pom.xml
+++ b/maven-plugins/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../parent</relativePath>
     </parent>
     <modules>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/maven-plugins/wadl2java-plugin/pom.xml
----------------------------------------------------------------------
diff --git a/maven-plugins/wadl2java-plugin/pom.xml b/maven-plugins/wadl2java-plugin/pom.xml
index d7587f5..9e05868 100644
--- a/maven-plugins/wadl2java-plugin/pom.xml
+++ b/maven-plugins/wadl2java-plugin/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-maven-plugins</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
     </parent>
     <dependencies>
         <dependency>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/maven-plugins/wsdl-validator-plugin/pom.xml
----------------------------------------------------------------------
diff --git a/maven-plugins/wsdl-validator-plugin/pom.xml b/maven-plugins/wsdl-validator-plugin/pom.xml
index ca66f9c..4264139 100644
--- a/maven-plugins/wsdl-validator-plugin/pom.xml
+++ b/maven-plugins/wsdl-validator-plugin/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-maven-plugins</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
     </parent>
     <dependencies>
         <dependency>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/osgi/bundle/compatible/pom.xml
----------------------------------------------------------------------
diff --git a/osgi/bundle/compatible/pom.xml b/osgi/bundle/compatible/pom.xml
index a7ee85d..9940920 100644
--- a/osgi/bundle/compatible/pom.xml
+++ b/osgi/bundle/compatible/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-bundle-parent</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
     </parent>
     <properties>
         <cxf.osgi.symbolic.name>${project.groupId}.bundle</cxf.osgi.symbolic.name>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/osgi/bundle/pom.xml
----------------------------------------------------------------------
diff --git a/osgi/bundle/pom.xml b/osgi/bundle/pom.xml
index c2d3421..812271a 100644
--- a/osgi/bundle/pom.xml
+++ b/osgi/bundle/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../../parent</relativePath>
     </parent>
     <properties>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/osgi/itests-felix/pom.xml
----------------------------------------------------------------------
diff --git a/osgi/itests-felix/pom.xml b/osgi/itests-felix/pom.xml
index 62f8d6c..15aaa46 100644
--- a/osgi/itests-felix/pom.xml
+++ b/osgi/itests-felix/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
     <groupId>org.apache.cxf.osgi.itests</groupId>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/osgi/itests/pom.xml
----------------------------------------------------------------------
diff --git a/osgi/itests/pom.xml b/osgi/itests/pom.xml
index 5368130..6d337f4 100644
--- a/osgi/itests/pom.xml
+++ b/osgi/itests/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
     <groupId>org.apache.cxf.osgi.itests</groupId>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/osgi/karaf/commands/pom.xml
----------------------------------------------------------------------
diff --git a/osgi/karaf/commands/pom.xml b/osgi/karaf/commands/pom.xml
index 4e9fec2..53204c6 100644
--- a/osgi/karaf/commands/pom.xml
+++ b/osgi/karaf/commands/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.cxf.karaf</groupId>
         <artifactId>karaf-parent</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
     </parent>
     <artifactId>cxf-karaf-commands</artifactId>
     <packaging>bundle</packaging>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/osgi/karaf/features/pom.xml
----------------------------------------------------------------------
diff --git a/osgi/karaf/features/pom.xml b/osgi/karaf/features/pom.xml
index 2013fc2..9a17b43 100644
--- a/osgi/karaf/features/pom.xml
+++ b/osgi/karaf/features/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.cxf.karaf</groupId>
         <artifactId>karaf-parent</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
     </parent>
     <artifactId>apache-cxf</artifactId>
     <packaging>pom</packaging>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/osgi/karaf/pom.xml
----------------------------------------------------------------------
diff --git a/osgi/karaf/pom.xml b/osgi/karaf/pom.xml
index 0398f05..aff9923 100644
--- a/osgi/karaf/pom.xml
+++ b/osgi/karaf/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../../parent</relativePath>
     </parent>
     <groupId>org.apache.cxf.karaf</groupId>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/osgi/pom.xml
----------------------------------------------------------------------
diff --git a/osgi/pom.xml b/osgi/pom.xml
index c67af80..571b089 100644
--- a/osgi/pom.xml
+++ b/osgi/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
     </parent>
     <modules>
         <module>bundle</module>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index e581f9f..d2722c8 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>cxf-parent</artifactId>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 45fdfa6..c70da68 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,7 +21,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.cxf</groupId>
     <artifactId>cxf</artifactId>
-    <version>3.0.8-SNAPSHOT</version>
+    <version>3.0.8</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 
@@ -32,7 +32,7 @@
         <connection>scm:git:http://git-wip-us.apache.org/repos/asf/cxf.git</connection>
         <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/cxf.git</developerConnection>
         <url>https://git-wip-us.apache.org/repos/asf?p=cxf.git;a=summary</url>
-        <tag>HEAD</tag>
+        <tag>cxf-3.0.8</tag>
     </scm>
     <issueManagement>
         <system>jira</system>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/rt/bindings/coloc/pom.xml
----------------------------------------------------------------------
diff --git a/rt/bindings/coloc/pom.xml b/rt/bindings/coloc/pom.xml
index fd36850..2fa6e67 100644
--- a/rt/bindings/coloc/pom.xml
+++ b/rt/bindings/coloc/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <properties>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/rt/bindings/corba/pom.xml
----------------------------------------------------------------------
diff --git a/rt/bindings/corba/pom.xml b/rt/bindings/corba/pom.xml
index 61b84b2..b29859e 100644
--- a/rt/bindings/corba/pom.xml
+++ b/rt/bindings/corba/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <properties>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/rt/bindings/object/pom.xml
----------------------------------------------------------------------
diff --git a/rt/bindings/object/pom.xml b/rt/bindings/object/pom.xml
index ef637ab..17466ae 100644
--- a/rt/bindings/object/pom.xml
+++ b/rt/bindings/object/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <properties>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/rt/bindings/pom.xml
----------------------------------------------------------------------
diff --git a/rt/bindings/pom.xml b/rt/bindings/pom.xml
index 994c520..bf3cae2 100644
--- a/rt/bindings/pom.xml
+++ b/rt/bindings/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-rt</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
     </parent>
     <modules>
         <module>soap</module>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/rt/bindings/soap/pom.xml
----------------------------------------------------------------------
diff --git a/rt/bindings/soap/pom.xml b/rt/bindings/soap/pom.xml
index 579b800..86e7e31 100644
--- a/rt/bindings/soap/pom.xml
+++ b/rt/bindings/soap/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <properties>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/rt/bindings/xml/pom.xml
----------------------------------------------------------------------
diff --git a/rt/bindings/xml/pom.xml b/rt/bindings/xml/pom.xml
index 4be35f1..df69873 100644
--- a/rt/bindings/xml/pom.xml
+++ b/rt/bindings/xml/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <dependencies>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/rt/databinding/aegis/pom.xml
----------------------------------------------------------------------
diff --git a/rt/databinding/aegis/pom.xml b/rt/databinding/aegis/pom.xml
index de05f07..12b1b06 100644
--- a/rt/databinding/aegis/pom.xml
+++ b/rt/databinding/aegis/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/rt/databinding/jaxb/pom.xml
----------------------------------------------------------------------
diff --git a/rt/databinding/jaxb/pom.xml b/rt/databinding/jaxb/pom.xml
index cc7f363..38161b3 100644
--- a/rt/databinding/jaxb/pom.xml
+++ b/rt/databinding/jaxb/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <properties>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/rt/databinding/jibx/pom.xml
----------------------------------------------------------------------
diff --git a/rt/databinding/jibx/pom.xml b/rt/databinding/jibx/pom.xml
index 91d6cdd..63eff95 100644
--- a/rt/databinding/jibx/pom.xml
+++ b/rt/databinding/jibx/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <dependencies>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/rt/databinding/sdo/pom.xml
----------------------------------------------------------------------
diff --git a/rt/databinding/sdo/pom.xml b/rt/databinding/sdo/pom.xml
index 8379b80..213d4de 100644
--- a/rt/databinding/sdo/pom.xml
+++ b/rt/databinding/sdo/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <properties>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/rt/databinding/xmlbeans/pom.xml
----------------------------------------------------------------------
diff --git a/rt/databinding/xmlbeans/pom.xml b/rt/databinding/xmlbeans/pom.xml
index 189b867..e44d97a 100644
--- a/rt/databinding/xmlbeans/pom.xml
+++ b/rt/databinding/xmlbeans/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <properties>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/rt/features/clustering/pom.xml
----------------------------------------------------------------------
diff --git a/rt/features/clustering/pom.xml b/rt/features/clustering/pom.xml
index 661c3be..74640fe 100644
--- a/rt/features/clustering/pom.xml
+++ b/rt/features/clustering/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <properties>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/rt/frontend/jaxrs/pom.xml
----------------------------------------------------------------------
diff --git a/rt/frontend/jaxrs/pom.xml b/rt/frontend/jaxrs/pom.xml
index 52f295a..c9218e1 100644
--- a/rt/frontend/jaxrs/pom.xml
+++ b/rt/frontend/jaxrs/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <properties>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/rt/frontend/jaxws/pom.xml
----------------------------------------------------------------------
diff --git a/rt/frontend/jaxws/pom.xml b/rt/frontend/jaxws/pom.xml
index 630f6a9..f2b27c1 100644
--- a/rt/frontend/jaxws/pom.xml
+++ b/rt/frontend/jaxws/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <properties>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/rt/frontend/js/pom.xml
----------------------------------------------------------------------
diff --git a/rt/frontend/js/pom.xml b/rt/frontend/js/pom.xml
index 747470c..ddbce4d 100644
--- a/rt/frontend/js/pom.xml
+++ b/rt/frontend/js/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <dependencies>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/rt/frontend/simple/pom.xml
----------------------------------------------------------------------
diff --git a/rt/frontend/simple/pom.xml b/rt/frontend/simple/pom.xml
index 69ed372..fe45fcd 100644
--- a/rt/frontend/simple/pom.xml
+++ b/rt/frontend/simple/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <properties>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/rt/javascript/javascript-rt/pom.xml
----------------------------------------------------------------------
diff --git a/rt/javascript/javascript-rt/pom.xml b/rt/javascript/javascript-rt/pom.xml
index 992cb91..1a22205 100644
--- a/rt/javascript/javascript-rt/pom.xml
+++ b/rt/javascript/javascript-rt/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-runtime-javascript</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
     </parent>
     <dependencies>
         <dependency>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/rt/javascript/javascript-tests/pom.xml
----------------------------------------------------------------------
diff --git a/rt/javascript/javascript-tests/pom.xml b/rt/javascript/javascript-tests/pom.xml
index 80dd340..07c6634 100644
--- a/rt/javascript/javascript-tests/pom.xml
+++ b/rt/javascript/javascript-tests/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-runtime-javascript</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
     </parent>
     <dependencies>
         <dependency>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/rt/javascript/pom.xml
----------------------------------------------------------------------
diff --git a/rt/javascript/pom.xml b/rt/javascript/pom.xml
index ce6716a..56cb4fe 100644
--- a/rt/javascript/pom.xml
+++ b/rt/javascript/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
     <modules>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/rt/management-web/pom.xml
----------------------------------------------------------------------
diff --git a/rt/management-web/pom.xml b/rt/management-web/pom.xml
index 11c36f0..1d5a269 100644
--- a/rt/management-web/pom.xml
+++ b/rt/management-web/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
     <properties>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/rt/management/pom.xml
----------------------------------------------------------------------
diff --git a/rt/management/pom.xml b/rt/management/pom.xml
index 58cfb4c..2aab643 100644
--- a/rt/management/pom.xml
+++ b/rt/management/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
     <dependencies>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/rt/pom.xml
----------------------------------------------------------------------
diff --git a/rt/pom.xml b/rt/pom.xml
index ff5d92f..760d658 100644
--- a/rt/pom.xml
+++ b/rt/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
     </parent>
     <modules>
         <module>wsdl</module>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/rt/rs/client/pom.xml
----------------------------------------------------------------------
diff --git a/rt/rs/client/pom.xml b/rt/rs/client/pom.xml
index 4471572..01cb946 100644
--- a/rt/rs/client/pom.xml
+++ b/rt/rs/client/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <properties>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/rt/rs/description/pom.xml
----------------------------------------------------------------------
diff --git a/rt/rs/description/pom.xml b/rt/rs/description/pom.xml
index cb09d84..920de0b 100644
--- a/rt/rs/description/pom.xml
+++ b/rt/rs/description/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <properties>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/rt/rs/extensions/json-basic/pom.xml
----------------------------------------------------------------------
diff --git a/rt/rs/extensions/json-basic/pom.xml b/rt/rs/extensions/json-basic/pom.xml
index 40ed12f..23c4210 100644
--- a/rt/rs/extensions/json-basic/pom.xml
+++ b/rt/rs/extensions/json-basic/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../../../../parent/pom.xml</relativePath>
     </parent>
     <dependencies>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/rt/rs/extensions/providers/pom.xml
----------------------------------------------------------------------
diff --git a/rt/rs/extensions/providers/pom.xml b/rt/rs/extensions/providers/pom.xml
index 350e92e..7d0318f 100644
--- a/rt/rs/extensions/providers/pom.xml
+++ b/rt/rs/extensions/providers/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../../../../parent/pom.xml</relativePath>
     </parent>
     <properties>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/rt/rs/extensions/search/pom.xml
----------------------------------------------------------------------
diff --git a/rt/rs/extensions/search/pom.xml b/rt/rs/extensions/search/pom.xml
index 95dd644..4f07577 100644
--- a/rt/rs/extensions/search/pom.xml
+++ b/rt/rs/extensions/search/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../../../../parent/pom.xml</relativePath>
     </parent>
     <properties>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/rt/rs/http-sci/pom.xml
----------------------------------------------------------------------
diff --git a/rt/rs/http-sci/pom.xml b/rt/rs/http-sci/pom.xml
index 0e15ef6..16840b5 100644
--- a/rt/rs/http-sci/pom.xml
+++ b/rt/rs/http-sci/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <properties>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/rt/rs/security/cors/pom.xml
----------------------------------------------------------------------
diff --git a/rt/rs/security/cors/pom.xml b/rt/rs/security/cors/pom.xml
index 8d94be2..05a06e7 100644
--- a/rt/rs/security/cors/pom.xml
+++ b/rt/rs/security/cors/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../../../../parent/pom.xml</relativePath>
     </parent>
     <dependencies>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/rt/rs/security/jose-parent/jose-jaxrs/pom.xml
----------------------------------------------------------------------
diff --git a/rt/rs/security/jose-parent/jose-jaxrs/pom.xml b/rt/rs/security/jose-parent/jose-jaxrs/pom.xml
index 3ea4f93..8b8f431 100644
--- a/rt/rs/security/jose-parent/jose-jaxrs/pom.xml
+++ b/rt/rs/security/jose-parent/jose-jaxrs/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../../../../../parent/pom.xml</relativePath>
     </parent>
     <dependencies>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/rt/rs/security/jose-parent/jose/pom.xml
----------------------------------------------------------------------
diff --git a/rt/rs/security/jose-parent/jose/pom.xml b/rt/rs/security/jose-parent/jose/pom.xml
index bd27b99..bb528b4 100644
--- a/rt/rs/security/jose-parent/jose/pom.xml
+++ b/rt/rs/security/jose-parent/jose/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../../../../../parent/pom.xml</relativePath>
     </parent>
     <dependencies>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/rt/rs/security/jose-parent/pom.xml
----------------------------------------------------------------------
diff --git a/rt/rs/security/jose-parent/pom.xml b/rt/rs/security/jose-parent/pom.xml
index 5c6d3e9..1828f7e 100644
--- a/rt/rs/security/jose-parent/pom.xml
+++ b/rt/rs/security/jose-parent/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../../../../parent/pom.xml</relativePath>
     </parent>
     <modules>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/rt/rs/security/oauth-parent/oauth/pom.xml
----------------------------------------------------------------------
diff --git a/rt/rs/security/oauth-parent/oauth/pom.xml b/rt/rs/security/oauth-parent/oauth/pom.xml
index a9b61ed..09765f4 100644
--- a/rt/rs/security/oauth-parent/oauth/pom.xml
+++ b/rt/rs/security/oauth-parent/oauth/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <artifactId>cxf-rt-rs-security-oauth-parent</artifactId>
         <groupId>org.apache.cxf</groupId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <properties>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/rt/rs/security/oauth-parent/oauth2-saml/pom.xml
----------------------------------------------------------------------
diff --git a/rt/rs/security/oauth-parent/oauth2-saml/pom.xml b/rt/rs/security/oauth-parent/oauth2-saml/pom.xml
index 66b0a7c..0b02c90 100644
--- a/rt/rs/security/oauth-parent/oauth2-saml/pom.xml
+++ b/rt/rs/security/oauth-parent/oauth2-saml/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <artifactId>cxf-rt-rs-security-oauth-parent</artifactId>
         <groupId>org.apache.cxf</groupId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <dependencies>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/rt/rs/security/oauth-parent/oauth2/pom.xml
----------------------------------------------------------------------
diff --git a/rt/rs/security/oauth-parent/oauth2/pom.xml b/rt/rs/security/oauth-parent/oauth2/pom.xml
index 8118949..7f09879 100644
--- a/rt/rs/security/oauth-parent/oauth2/pom.xml
+++ b/rt/rs/security/oauth-parent/oauth2/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <artifactId>cxf-rt-rs-security-oauth-parent</artifactId>
         <groupId>org.apache.cxf</groupId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <properties>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/rt/rs/security/oauth-parent/pom.xml
----------------------------------------------------------------------
diff --git a/rt/rs/security/oauth-parent/pom.xml b/rt/rs/security/oauth-parent/pom.xml
index 7da09ee..b7d151a 100644
--- a/rt/rs/security/oauth-parent/pom.xml
+++ b/rt/rs/security/oauth-parent/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../../../../parent/pom.xml</relativePath>
     </parent>
     <properties>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/rt/rs/security/sso/oidc/pom.xml
----------------------------------------------------------------------
diff --git a/rt/rs/security/sso/oidc/pom.xml b/rt/rs/security/sso/oidc/pom.xml
index f855025..e82d15d 100644
--- a/rt/rs/security/sso/oidc/pom.xml
+++ b/rt/rs/security/sso/oidc/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../../../../../parent/pom.xml</relativePath>
     </parent>
     <dependencies>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/rt/rs/security/sso/saml/pom.xml
----------------------------------------------------------------------
diff --git a/rt/rs/security/sso/saml/pom.xml b/rt/rs/security/sso/saml/pom.xml
index db41447..e5fd8ad 100644
--- a/rt/rs/security/sso/saml/pom.xml
+++ b/rt/rs/security/sso/saml/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../../../../../parent/pom.xml</relativePath>
     </parent>
     <properties>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/rt/rs/security/xml/pom.xml
----------------------------------------------------------------------
diff --git a/rt/rs/security/xml/pom.xml b/rt/rs/security/xml/pom.xml
index 6a51e14..0cf2ae9 100644
--- a/rt/rs/security/xml/pom.xml
+++ b/rt/rs/security/xml/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../../../../parent/pom.xml</relativePath>
     </parent>
     <dependencies>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/rt/security/pom.xml
----------------------------------------------------------------------
diff --git a/rt/security/pom.xml b/rt/security/pom.xml
index aebb0c3..631a927 100644
--- a/rt/security/pom.xml
+++ b/rt/security/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
     <properties>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/rt/transports/http-hc/pom.xml
----------------------------------------------------------------------
diff --git a/rt/transports/http-hc/pom.xml b/rt/transports/http-hc/pom.xml
index e53b363..1d421bf 100644
--- a/rt/transports/http-hc/pom.xml
+++ b/rt/transports/http-hc/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <properties>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/rt/transports/http-jetty/pom.xml
----------------------------------------------------------------------
diff --git a/rt/transports/http-jetty/pom.xml b/rt/transports/http-jetty/pom.xml
index 672b800..1244839 100644
--- a/rt/transports/http-jetty/pom.xml
+++ b/rt/transports/http-jetty/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <properties>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/rt/transports/http-netty/netty-client/pom.xml
----------------------------------------------------------------------
diff --git a/rt/transports/http-netty/netty-client/pom.xml b/rt/transports/http-netty/netty-client/pom.xml
index 77fd9a4..be6eb96 100644
--- a/rt/transports/http-netty/netty-client/pom.xml
+++ b/rt/transports/http-netty/netty-client/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../../../../parent/pom.xml</relativePath>
     </parent>
     <properties>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/rt/transports/http-netty/netty-server/pom.xml
----------------------------------------------------------------------
diff --git a/rt/transports/http-netty/netty-server/pom.xml b/rt/transports/http-netty/netty-server/pom.xml
index 469a608..3078abc 100644
--- a/rt/transports/http-netty/netty-server/pom.xml
+++ b/rt/transports/http-netty/netty-server/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../../../../parent/pom.xml</relativePath>
     </parent>
     <properties>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/rt/transports/http/pom.xml
----------------------------------------------------------------------
diff --git a/rt/transports/http/pom.xml b/rt/transports/http/pom.xml
index 3caf89e..4638e25 100644
--- a/rt/transports/http/pom.xml
+++ b/rt/transports/http/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <properties>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/rt/transports/jms/pom.xml
----------------------------------------------------------------------
diff --git a/rt/transports/jms/pom.xml b/rt/transports/jms/pom.xml
index 2258a52..eb43f1e 100644
--- a/rt/transports/jms/pom.xml
+++ b/rt/transports/jms/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <properties>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/rt/transports/local/pom.xml
----------------------------------------------------------------------
diff --git a/rt/transports/local/pom.xml b/rt/transports/local/pom.xml
index fab483b..098ed03 100644
--- a/rt/transports/local/pom.xml
+++ b/rt/transports/local/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <dependencies>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/rt/transports/udp/pom.xml
----------------------------------------------------------------------
diff --git a/rt/transports/udp/pom.xml b/rt/transports/udp/pom.xml
index f52cd39..ffd8884 100644
--- a/rt/transports/udp/pom.xml
+++ b/rt/transports/udp/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <dependencies>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/rt/transports/websocket/pom.xml
----------------------------------------------------------------------
diff --git a/rt/transports/websocket/pom.xml b/rt/transports/websocket/pom.xml
index 433b30d..456274a 100644
--- a/rt/transports/websocket/pom.xml
+++ b/rt/transports/websocket/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <properties>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/rt/ws/addr/pom.xml
----------------------------------------------------------------------
diff --git a/rt/ws/addr/pom.xml b/rt/ws/addr/pom.xml
index 7dda038..9e8f2ed 100644
--- a/rt/ws/addr/pom.xml
+++ b/rt/ws/addr/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <properties>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/rt/ws/eventing/pom.xml
----------------------------------------------------------------------
diff --git a/rt/ws/eventing/pom.xml b/rt/ws/eventing/pom.xml
index f94d9c4..a7248a2 100644
--- a/rt/ws/eventing/pom.xml
+++ b/rt/ws/eventing/pom.xml
@@ -9,7 +9,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <dependencies>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/rt/ws/mex/pom.xml
----------------------------------------------------------------------
diff --git a/rt/ws/mex/pom.xml b/rt/ws/mex/pom.xml
index 2c5c251..0b95c9c 100644
--- a/rt/ws/mex/pom.xml
+++ b/rt/ws/mex/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <dependencies>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/rt/ws/policy/pom.xml
----------------------------------------------------------------------
diff --git a/rt/ws/policy/pom.xml b/rt/ws/policy/pom.xml
index a947f5d..24a49a9 100644
--- a/rt/ws/policy/pom.xml
+++ b/rt/ws/policy/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <properties>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/rt/ws/rm/pom.xml
----------------------------------------------------------------------
diff --git a/rt/ws/rm/pom.xml b/rt/ws/rm/pom.xml
index 6d4f36c..c04bfd6 100644
--- a/rt/ws/rm/pom.xml
+++ b/rt/ws/rm/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <properties>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/rt/ws/security/pom.xml
----------------------------------------------------------------------
diff --git a/rt/ws/security/pom.xml b/rt/ws/security/pom.xml
index 85790ed..b4767ab 100644
--- a/rt/ws/security/pom.xml
+++ b/rt/ws/security/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <properties>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/rt/wsdl/pom.xml
----------------------------------------------------------------------
diff --git a/rt/wsdl/pom.xml b/rt/wsdl/pom.xml
index c35f0ad..f6b9bfe 100644
--- a/rt/wsdl/pom.xml
+++ b/rt/wsdl/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
     <dependencies>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/services/pom.xml
----------------------------------------------------------------------
diff --git a/services/pom.xml b/services/pom.xml
index cd8854b..d7db448 100644
--- a/services/pom.xml
+++ b/services/pom.xml
@@ -28,7 +28,7 @@
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf</artifactId>
         <relativePath>../pom.xml</relativePath>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
     </parent>
     <modules>
         <module>sts</module>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/services/sts/pom.xml
----------------------------------------------------------------------
diff --git a/services/sts/pom.xml b/services/sts/pom.xml
index 9e0cf5f..d22e38e 100644
--- a/services/sts/pom.xml
+++ b/services/sts/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf.services</groupId>
         <artifactId>cxf-services</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <modules>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/services/sts/sts-core/pom.xml
----------------------------------------------------------------------
diff --git a/services/sts/sts-core/pom.xml b/services/sts/sts-core/pom.xml
index e0fba2d..aba77b1 100644
--- a/services/sts/sts-core/pom.xml
+++ b/services/sts/sts-core/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <dependencies>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/services/sts/sts-war/pom.xml
----------------------------------------------------------------------
diff --git a/services/sts/sts-war/pom.xml b/services/sts/sts-war/pom.xml
index a61a871..7eb3442 100644
--- a/services/sts/sts-war/pom.xml
+++ b/services/sts/sts-war/pom.xml
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <dependencies>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/services/sts/systests/advanced/pom.xml
----------------------------------------------------------------------
diff --git a/services/sts/systests/advanced/pom.xml b/services/sts/systests/advanced/pom.xml
index 94cc171..dca6ddf 100644
--- a/services/sts/systests/advanced/pom.xml
+++ b/services/sts/systests/advanced/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../../../../parent/pom.xml</relativePath>
     </parent>
     <dependencies>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/services/sts/systests/basic/pom.xml
----------------------------------------------------------------------
diff --git a/services/sts/systests/basic/pom.xml b/services/sts/systests/basic/pom.xml
index fd19db2..c9aae44 100644
--- a/services/sts/systests/basic/pom.xml
+++ b/services/sts/systests/basic/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../../../../parent/pom.xml</relativePath>
     </parent>
     <dependencies>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/services/sts/systests/pom.xml
----------------------------------------------------------------------
diff --git a/services/sts/systests/pom.xml b/services/sts/systests/pom.xml
index d65352b..386dc18 100644
--- a/services/sts/systests/pom.xml
+++ b/services/sts/systests/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf.services.sts</groupId>
         <artifactId>cxf-services-sts</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
     </parent>
     <modules>
         <module>basic</module>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/services/sts/systests/sts-features/pom.xml
----------------------------------------------------------------------
diff --git a/services/sts/systests/sts-features/pom.xml b/services/sts/systests/sts-features/pom.xml
index 245a1ac..2e0a83c 100644
--- a/services/sts/systests/sts-features/pom.xml
+++ b/services/sts/systests/sts-features/pom.xml
@@ -28,7 +28,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../../../../parent/pom.xml</relativePath>
     </parent>
     <build>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/services/sts/systests/sts-itests/pom.xml
----------------------------------------------------------------------
diff --git a/services/sts/systests/sts-itests/pom.xml b/services/sts/systests/sts-itests/pom.xml
index 6945c1a..c1ea488 100644
--- a/services/sts/systests/sts-itests/pom.xml
+++ b/services/sts/systests/sts-itests/pom.xml
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../../../../parent/pom.xml</relativePath>
     </parent>
     <dependencies>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/services/sts/systests/sts-osgi/pom.xml
----------------------------------------------------------------------
diff --git a/services/sts/systests/sts-osgi/pom.xml b/services/sts/systests/sts-osgi/pom.xml
index 8fb451f..73342c0 100644
--- a/services/sts/systests/sts-osgi/pom.xml
+++ b/services/sts/systests/sts-osgi/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../../../../parent/pom.xml</relativePath>
     </parent>
     <dependencies>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/services/ws-discovery/pom.xml
----------------------------------------------------------------------
diff --git a/services/ws-discovery/pom.xml b/services/ws-discovery/pom.xml
index 23f0716..78f726d 100644
--- a/services/ws-discovery/pom.xml
+++ b/services/ws-discovery/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf.services</groupId>
         <artifactId>cxf-services</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <modules>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/services/ws-discovery/ws-discovery-api/pom.xml
----------------------------------------------------------------------
diff --git a/services/ws-discovery/ws-discovery-api/pom.xml b/services/ws-discovery/ws-discovery-api/pom.xml
index a30b045..40cbd6d 100644
--- a/services/ws-discovery/ws-discovery-api/pom.xml
+++ b/services/ws-discovery/ws-discovery-api/pom.xml
@@ -28,7 +28,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <properties>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/services/ws-discovery/ws-discovery-service/pom.xml
----------------------------------------------------------------------
diff --git a/services/ws-discovery/ws-discovery-service/pom.xml b/services/ws-discovery/ws-discovery-service/pom.xml
index 146dfda..a4e6151 100644
--- a/services/ws-discovery/ws-discovery-service/pom.xml
+++ b/services/ws-discovery/ws-discovery-service/pom.xml
@@ -28,7 +28,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <properties>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/services/wsn/pom.xml
----------------------------------------------------------------------
diff --git a/services/wsn/pom.xml b/services/wsn/pom.xml
index 5bee7bb..3474f47 100644
--- a/services/wsn/pom.xml
+++ b/services/wsn/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf.services</groupId>
         <artifactId>cxf-services</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <modules>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/services/wsn/wsn-api/pom.xml
----------------------------------------------------------------------
diff --git a/services/wsn/wsn-api/pom.xml b/services/wsn/wsn-api/pom.xml
index 8e7ba17..df1c3a4 100644
--- a/services/wsn/wsn-api/pom.xml
+++ b/services/wsn/wsn-api/pom.xml
@@ -28,7 +28,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <dependencies>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/services/wsn/wsn-core/pom.xml
----------------------------------------------------------------------
diff --git a/services/wsn/wsn-core/pom.xml b/services/wsn/wsn-core/pom.xml
index 076c913..538b7e4 100644
--- a/services/wsn/wsn-core/pom.xml
+++ b/services/wsn/wsn-core/pom.xml
@@ -28,7 +28,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <properties>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/services/wsn/wsn-osgi/pom.xml
----------------------------------------------------------------------
diff --git a/services/wsn/wsn-osgi/pom.xml b/services/wsn/wsn-osgi/pom.xml
index 63fdd9e..1672eb5 100644
--- a/services/wsn/wsn-osgi/pom.xml
+++ b/services/wsn/wsn-osgi/pom.xml
@@ -28,7 +28,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <dependencies>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/services/xkms/pom.xml
----------------------------------------------------------------------
diff --git a/services/xkms/pom.xml b/services/xkms/pom.xml
index dbb79b1..d044d13 100644
--- a/services/xkms/pom.xml
+++ b/services/xkms/pom.xml
@@ -28,7 +28,7 @@
     <parent>
         <groupId>org.apache.cxf.services</groupId>
         <artifactId>cxf-services</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <modules>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/services/xkms/xkms-client/pom.xml
----------------------------------------------------------------------
diff --git a/services/xkms/xkms-client/pom.xml b/services/xkms/xkms-client/pom.xml
index 58e4c4f..341d726 100644
--- a/services/xkms/xkms-client/pom.xml
+++ b/services/xkms/xkms-client/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <build>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/services/xkms/xkms-common/pom.xml
----------------------------------------------------------------------
diff --git a/services/xkms/xkms-common/pom.xml b/services/xkms/xkms-common/pom.xml
index 4dea9f8..d739b50 100644
--- a/services/xkms/xkms-common/pom.xml
+++ b/services/xkms/xkms-common/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <dependencies>


[3/6] cxf git commit: [maven-release-plugin] prepare release cxf-3.0.8

Posted by dk...@apache.org.
[maven-release-plugin] prepare release cxf-3.0.8


Project: http://git-wip-us.apache.org/repos/asf/cxf/repo
Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/1b8726dd
Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/1b8726dd
Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/1b8726dd

Branch: refs/heads/3.0.x-fixes
Commit: 1b8726dd97e6032e6cfd1dee87d1531f6c111442
Parents: 7700985
Author: Daniel Kulp <dk...@apache.org>
Authored: Tue Feb 2 15:36:11 2016 -0500
Committer: Daniel Kulp <dk...@apache.org>
Committed: Tue Feb 2 15:36:11 2016 -0500

----------------------------------------------------------------------
 core/pom.xml                                        |  2 +-
 distribution/javadoc/pom.xml                        |  2 +-
 distribution/manifest/pom.xml                       |  2 +-
 distribution/pom.xml                                |  2 +-
 distribution/src/main/release/samples/aegis/pom.xml | 10 +++++-----
 .../main/release/samples/aegis_standalone/pom.xml   |  4 ++--
 .../src/main/release/samples/callback/pom.xml       |  8 ++++----
 .../samples/configuration_interceptor/pom.xml       | 10 +++++-----
 .../src/main/release/samples/corba/bank/pom.xml     |  8 ++++----
 .../samples/corba/bank_ws_addressing/pom.xml        |  8 ++++----
 .../main/release/samples/corba/hello_world/pom.xml  |  8 ++++----
 .../release/samples/groovy_spring_support/pom.xml   |  8 ++++----
 .../main/release/samples/in_jvm_transport/pom.xml   | 10 +++++-----
 .../main/release/samples/java_first_jaxws/pom.xml   |  6 +++---
 .../samples/java_first_jaxws_factory_bean/pom.xml   |  8 ++++----
 .../src/main/release/samples/java_first_jms/pom.xml |  6 +++---
 .../main/release/samples/java_first_pojo/pom.xml    |  8 ++++----
 .../samples/java_first_spring_support/pom.xml       |  8 ++++----
 .../src/main/release/samples/jax_rs/basic/pom.xml   |  8 ++++----
 .../main/release/samples/jax_rs/basic_https/pom.xml |  2 +-
 .../samples/jax_rs/content_negotiation/pom.xml      | 10 +++++-----
 .../samples/jax_rs/description_swagger/pom.xml      | 10 +++++-----
 .../samples/jax_rs/description_swagger2/pom.xml     | 10 +++++-----
 .../jax_rs/description_swagger2_osgi/pom.xml        |  8 ++++----
 .../samples/jax_rs/description_swagger2_web/pom.xml |  8 ++++----
 .../release/samples/jax_rs/minimal_osgi/pom.xml     |  2 +-
 .../release/samples/jax_rs/spring_security/pom.xml  |  8 ++++----
 .../main/release/samples/jax_rs/websocket/pom.xml   | 10 +++++-----
 .../release/samples/jax_server_aegis_client/pom.xml | 10 +++++-----
 .../src/main/release/samples/jaxws_async/pom.xml    | 10 +++++-----
 .../release/samples/jaxws_dispatch_provider/pom.xml |  8 ++++----
 .../src/main/release/samples/jaxws_handlers/pom.xml |  8 ++++----
 .../src/main/release/samples/jms_pubsub/pom.xml     |  8 ++++----
 .../src/main/release/samples/jms_queue/pom.xml      |  6 +++---
 .../src/main/release/samples/jms_spec_demo/pom.xml  |  6 +++---
 .../main/release/samples/jms_spring_config/pom.xml  |  6 +++---
 .../samples/js_browser_client_java_first/pom.xml    | 10 +++++-----
 .../samples/js_browser_client_simple/pom.xml        | 10 +++++-----
 .../src/main/release/samples/js_client/pom.xml      | 10 +++++-----
 .../src/main/release/samples/js_provider/pom.xml    |  8 ++++----
 .../release/samples/logbrowser-blueprint/pom.xml    |  2 +-
 .../src/main/release/samples/logbrowser/pom.xml     |  2 +-
 distribution/src/main/release/samples/mtom/pom.xml  |  8 ++++----
 .../src/main/release/samples/oauth/client/pom.xml   |  2 +-
 .../src/main/release/samples/oauth/server/pom.xml   |  2 +-
 distribution/src/main/release/samples/pom.xml       |  2 +-
 .../main/release/samples/restful_dispatch/pom.xml   | 10 +++++-----
 .../release/samples/ruby_spring_support/pom.xml     |  8 ++++----
 .../src/main/release/samples/soap_header/pom.xml    |  8 ++++----
 distribution/src/main/release/samples/sts/pom.xml   |  2 +-
 .../src/main/release/samples/ws_addressing/pom.xml  |  8 ++++----
 .../src/main/release/samples/ws_discovery/pom.xml   | 10 +++++-----
 .../src/main/release/samples/ws_eventing/pom.xml    |  2 +-
 .../main/release/samples/ws_notification/pom.xml    | 14 +++++++-------
 .../src/main/release/samples/ws_policy/pom.xml      |  8 ++++----
 distribution/src/main/release/samples/ws_rm/pom.xml | 10 +++++-----
 .../release/samples/ws_security/sign_enc/pom.xml    | 16 ++++++++--------
 .../samples/ws_security/sign_enc_policy/pom.xml     |  2 +-
 .../src/main/release/samples/ws_security/ut/pom.xml | 10 +++++-----
 .../release/samples/ws_security/ut_policy/pom.xml   |  2 +-
 .../src/main/release/samples/wsdl_first/pom.xml     |  6 +++---
 .../samples/wsdl_first_dynamic_client/pom.xml       |  8 ++++----
 .../main/release/samples/wsdl_first_https/pom.xml   |  2 +-
 .../release/samples/wsdl_first_pure_xml/pom.xml     |  8 ++++----
 .../main/release/samples/wsdl_first_rpclit/pom.xml  |  8 ++++----
 .../main/release/samples/wsdl_first_soap12/pom.xml  |  8 ++++----
 .../release/samples/wsdl_first_xml_wrapped/pom.xml  |  8 ++++----
 .../release/samples/wsdl_first_xmlbeans/pom.xml     | 10 +++++-----
 integration/cdi/pom.xml                             |  2 +-
 integration/jca/pom.xml                             |  2 +-
 integration/pom.xml                                 |  2 +-
 maven-plugins/archetypes/cxf-jaxrs-service/pom.xml  |  2 +-
 .../archetypes/cxf-jaxws-javafirst/pom.xml          |  4 ++--
 maven-plugins/archetypes/pom.xml                    |  2 +-
 maven-plugins/codegen-plugin/pom.xml                |  2 +-
 maven-plugins/corba/pom.xml                         |  2 +-
 maven-plugins/java2wadl-plugin/pom.xml              |  4 ++--
 maven-plugins/java2ws-plugin/pom.xml                |  2 +-
 maven-plugins/pom.xml                               |  2 +-
 maven-plugins/wadl2java-plugin/pom.xml              |  2 +-
 maven-plugins/wsdl-validator-plugin/pom.xml         |  2 +-
 osgi/bundle/compatible/pom.xml                      |  2 +-
 osgi/bundle/pom.xml                                 |  2 +-
 osgi/itests-felix/pom.xml                           |  2 +-
 osgi/itests/pom.xml                                 |  2 +-
 osgi/karaf/commands/pom.xml                         |  2 +-
 osgi/karaf/features/pom.xml                         |  2 +-
 osgi/karaf/pom.xml                                  |  2 +-
 osgi/pom.xml                                        |  2 +-
 parent/pom.xml                                      |  2 +-
 pom.xml                                             |  4 ++--
 rt/bindings/coloc/pom.xml                           |  2 +-
 rt/bindings/corba/pom.xml                           |  2 +-
 rt/bindings/object/pom.xml                          |  2 +-
 rt/bindings/pom.xml                                 |  2 +-
 rt/bindings/soap/pom.xml                            |  2 +-
 rt/bindings/xml/pom.xml                             |  2 +-
 rt/databinding/aegis/pom.xml                        |  2 +-
 rt/databinding/jaxb/pom.xml                         |  2 +-
 rt/databinding/jibx/pom.xml                         |  2 +-
 rt/databinding/sdo/pom.xml                          |  2 +-
 rt/databinding/xmlbeans/pom.xml                     |  2 +-
 rt/features/clustering/pom.xml                      |  2 +-
 rt/frontend/jaxrs/pom.xml                           |  2 +-
 rt/frontend/jaxws/pom.xml                           |  2 +-
 rt/frontend/js/pom.xml                              |  2 +-
 rt/frontend/simple/pom.xml                          |  2 +-
 rt/javascript/javascript-rt/pom.xml                 |  2 +-
 rt/javascript/javascript-tests/pom.xml              |  2 +-
 rt/javascript/pom.xml                               |  2 +-
 rt/management-web/pom.xml                           |  2 +-
 rt/management/pom.xml                               |  2 +-
 rt/pom.xml                                          |  2 +-
 rt/rs/client/pom.xml                                |  2 +-
 rt/rs/description/pom.xml                           |  2 +-
 rt/rs/extensions/json-basic/pom.xml                 |  2 +-
 rt/rs/extensions/providers/pom.xml                  |  2 +-
 rt/rs/extensions/search/pom.xml                     |  2 +-
 rt/rs/http-sci/pom.xml                              |  2 +-
 rt/rs/security/cors/pom.xml                         |  2 +-
 rt/rs/security/jose-parent/jose-jaxrs/pom.xml       |  2 +-
 rt/rs/security/jose-parent/jose/pom.xml             |  2 +-
 rt/rs/security/jose-parent/pom.xml                  |  2 +-
 rt/rs/security/oauth-parent/oauth/pom.xml           |  2 +-
 rt/rs/security/oauth-parent/oauth2-saml/pom.xml     |  2 +-
 rt/rs/security/oauth-parent/oauth2/pom.xml          |  2 +-
 rt/rs/security/oauth-parent/pom.xml                 |  2 +-
 rt/rs/security/sso/oidc/pom.xml                     |  2 +-
 rt/rs/security/sso/saml/pom.xml                     |  2 +-
 rt/rs/security/xml/pom.xml                          |  2 +-
 rt/security/pom.xml                                 |  2 +-
 rt/transports/http-hc/pom.xml                       |  2 +-
 rt/transports/http-jetty/pom.xml                    |  2 +-
 rt/transports/http-netty/netty-client/pom.xml       |  2 +-
 rt/transports/http-netty/netty-server/pom.xml       |  2 +-
 rt/transports/http/pom.xml                          |  2 +-
 rt/transports/jms/pom.xml                           |  2 +-
 rt/transports/local/pom.xml                         |  2 +-
 rt/transports/udp/pom.xml                           |  2 +-
 rt/transports/websocket/pom.xml                     |  2 +-
 rt/ws/addr/pom.xml                                  |  2 +-
 rt/ws/eventing/pom.xml                              |  2 +-
 rt/ws/mex/pom.xml                                   |  2 +-
 rt/ws/policy/pom.xml                                |  2 +-
 rt/ws/rm/pom.xml                                    |  2 +-
 rt/ws/security/pom.xml                              |  2 +-
 rt/wsdl/pom.xml                                     |  2 +-
 services/pom.xml                                    |  2 +-
 services/sts/pom.xml                                |  2 +-
 services/sts/sts-core/pom.xml                       |  2 +-
 services/sts/sts-war/pom.xml                        |  2 +-
 services/sts/systests/advanced/pom.xml              |  2 +-
 services/sts/systests/basic/pom.xml                 |  2 +-
 services/sts/systests/pom.xml                       |  2 +-
 services/sts/systests/sts-features/pom.xml          |  2 +-
 services/sts/systests/sts-itests/pom.xml            |  2 +-
 services/sts/systests/sts-osgi/pom.xml              |  2 +-
 services/ws-discovery/pom.xml                       |  2 +-
 services/ws-discovery/ws-discovery-api/pom.xml      |  2 +-
 services/ws-discovery/ws-discovery-service/pom.xml  |  2 +-
 services/wsn/pom.xml                                |  2 +-
 services/wsn/wsn-api/pom.xml                        |  2 +-
 services/wsn/wsn-core/pom.xml                       |  2 +-
 services/wsn/wsn-osgi/pom.xml                       |  2 +-
 services/xkms/pom.xml                               |  2 +-
 services/xkms/xkms-client/pom.xml                   |  2 +-
 services/xkms/xkms-common/pom.xml                   |  2 +-
 services/xkms/xkms-features/pom.xml                 |  2 +-
 services/xkms/xkms-itests/pom.xml                   |  2 +-
 services/xkms/xkms-osgi/pom.xml                     |  2 +-
 services/xkms/xkms-service/pom.xml                  |  2 +-
 services/xkms/xkms-war/pom.xml                      |  2 +-
 services/xkms/xkms-x509-handlers/pom.xml            |  2 +-
 services/xkms/xkms-x509-repo-ldap/pom.xml           |  2 +-
 systests/cdi/pom.xml                                |  2 +-
 systests/container-integration/grizzly/pom.xml      |  2 +-
 systests/container-integration/pom.xml              |  2 +-
 systests/container-integration/webapp/pom.xml       |  2 +-
 systests/databinding/pom.xml                        |  2 +-
 systests/jaxrs/pom.xml                              |  2 +-
 systests/jaxws/pom.xml                              |  2 +-
 systests/jibx/databinding-jibx/pom.xml              |  2 +-
 systests/jibx/jaxrs-jibx/pom.xml                    |  2 +-
 systests/jibx/pom.xml                               |  2 +-
 systests/kerberos/pom.xml                           |  2 +-
 systests/pom.xml                                    |  2 +-
 systests/rs-http-sci/pom.xml                        |  2 +-
 systests/rs-security/pom.xml                        |  2 +-
 systests/transport-jms/pom.xml                      |  2 +-
 systests/transports-ssl3/pom.xml                    |  2 +-
 systests/transports/pom.xml                         |  2 +-
 systests/uncategorized/pom.xml                      |  2 +-
 systests/ws-rm/pom.xml                              |  2 +-
 systests/ws-security-examples/pom.xml               |  2 +-
 systests/ws-security/pom.xml                        |  2 +-
 systests/ws-specs/pom.xml                           |  2 +-
 systests/wsdl_maven/codegen/pom.xml                 |  2 +-
 systests/wsdl_maven/java2ws/pom.xml                 |  2 +-
 systests/wsdl_maven/pom.xml                         |  2 +-
 testutils/pom.xml                                   |  2 +-
 tools/common/pom.xml                                |  2 +-
 tools/corba/pom.xml                                 |  2 +-
 tools/javato/pom.xml                                |  2 +-
 tools/javato/ws/pom.xml                             |  2 +-
 tools/pom.xml                                       |  2 +-
 tools/validator/pom.xml                             |  2 +-
 tools/wadlto/jaxrs/pom.xml                          |  2 +-
 tools/wadlto/pom.xml                                |  2 +-
 tools/wsdlto/core/pom.xml                           |  2 +-
 tools/wsdlto/databinding/jaxb/pom.xml               |  2 +-
 tools/wsdlto/frontend/javascript/pom.xml            |  2 +-
 tools/wsdlto/frontend/jaxws/pom.xml                 |  2 +-
 tools/wsdlto/misc/pom.xml                           |  2 +-
 tools/wsdlto/pom.xml                                |  2 +-
 tools/wsdlto/test/pom.xml                           |  2 +-
 215 files changed, 390 insertions(+), 390 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/core/pom.xml
----------------------------------------------------------------------
diff --git a/core/pom.xml b/core/pom.xml
index c40da8e..0dfe719 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
     <properties>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/distribution/javadoc/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/javadoc/pom.xml b/distribution/javadoc/pom.xml
index a66b940..9f50a00 100644
--- a/distribution/javadoc/pom.xml
+++ b/distribution/javadoc/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../../parent</relativePath>
     </parent>
     <dependencies>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/distribution/manifest/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/manifest/pom.xml b/distribution/manifest/pom.xml
index d7458dd..af95f2b 100644
--- a/distribution/manifest/pom.xml
+++ b/distribution/manifest/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../../parent</relativePath>
     </parent>
     <properties>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/distribution/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/pom.xml b/distribution/pom.xml
index a4679b3..45c4a26 100644
--- a/distribution/pom.xml
+++ b/distribution/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../parent</relativePath>
     </parent>
     <properties>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/distribution/src/main/release/samples/aegis/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/src/main/release/samples/aegis/pom.xml b/distribution/src/main/release/samples/aegis/pom.xml
index e600263..13aa0ab 100644
--- a/distribution/src/main/release/samples/aegis/pom.xml
+++ b/distribution/src/main/release/samples/aegis/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
     </parent>
     <properties>
         <cxf.version>${project.version}</cxf.version>
@@ -99,24 +99,24 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>3.0.8-SNAPSHOT</version>
+            <version>3.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-databinding-aegis</artifactId>
-            <version>3.0.8-SNAPSHOT</version>
+            <version>3.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>3.0.8-SNAPSHOT</version>
+            <version>3.0.8</version>
         </dependency>
         <!-- The server example in here launches the embedded jetty. Not needed
              if you deploy a WAR. -->
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http-jetty</artifactId>
-            <version>3.0.8-SNAPSHOT</version>
+            <version>3.0.8</version>
         </dependency>
         <dependency>
             <groupId>junit</groupId>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/distribution/src/main/release/samples/aegis_standalone/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/src/main/release/samples/aegis_standalone/pom.xml b/distribution/src/main/release/samples/aegis_standalone/pom.xml
index 863377d..bae3691 100644
--- a/distribution/src/main/release/samples/aegis_standalone/pom.xml
+++ b/distribution/src/main/release/samples/aegis_standalone/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
     </parent>
     <properties>
         <cxf.version>${project.version}</cxf.version>
@@ -99,7 +99,7 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-databinding-aegis</artifactId>
-            <version>3.0.8-SNAPSHOT</version>
+            <version>3.0.8</version>
         </dependency>
         <dependency>
             <groupId>net.java.dev.stax-utils</groupId>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/distribution/src/main/release/samples/callback/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/src/main/release/samples/callback/pom.xml b/distribution/src/main/release/samples/callback/pom.xml
index 485e6d2..eb1c669 100644
--- a/distribution/src/main/release/samples/callback/pom.xml
+++ b/distribution/src/main/release/samples/callback/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
     </parent>
     <properties>
         <cxf.version>${project.version}</cxf.version>
@@ -125,17 +125,17 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>3.0.8-SNAPSHOT</version>
+            <version>3.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>3.0.8-SNAPSHOT</version>
+            <version>3.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http-jetty</artifactId>
-            <version>3.0.8-SNAPSHOT</version>
+            <version>3.0.8</version>
         </dependency>
     </dependencies>
 </project>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/distribution/src/main/release/samples/configuration_interceptor/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/src/main/release/samples/configuration_interceptor/pom.xml b/distribution/src/main/release/samples/configuration_interceptor/pom.xml
index 6fd0c66..9f75bd9 100644
--- a/distribution/src/main/release/samples/configuration_interceptor/pom.xml
+++ b/distribution/src/main/release/samples/configuration_interceptor/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
     </parent>
     <properties>
         <cxf.version>${project.version}</cxf.version>
@@ -128,22 +128,22 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>3.0.8-SNAPSHOT</version>
+            <version>3.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>3.0.8-SNAPSHOT</version>
+            <version>3.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http-jetty</artifactId>
-            <version>3.0.8-SNAPSHOT</version>
+            <version>3.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-management</artifactId>
-            <version>3.0.8-SNAPSHOT</version>
+            <version>3.0.8</version>
         </dependency>
     </dependencies>
 </project>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/distribution/src/main/release/samples/corba/bank/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/src/main/release/samples/corba/bank/pom.xml b/distribution/src/main/release/samples/corba/bank/pom.xml
index 5c145c3..a7472e4 100644
--- a/distribution/src/main/release/samples/corba/bank/pom.xml
+++ b/distribution/src/main/release/samples/corba/bank/pom.xml
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../..</relativePath>
     </parent>
     <properties>
@@ -129,17 +129,17 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>3.0.8-SNAPSHOT</version>
+            <version>3.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-bindings-corba</artifactId>
-            <version>3.0.8-SNAPSHOT</version>
+            <version>3.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-tools-common</artifactId>
-            <version>3.0.8-SNAPSHOT</version>
+            <version>3.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.springframework</groupId>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/distribution/src/main/release/samples/corba/bank_ws_addressing/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/src/main/release/samples/corba/bank_ws_addressing/pom.xml b/distribution/src/main/release/samples/corba/bank_ws_addressing/pom.xml
index 6e109b8..6f493ad 100644
--- a/distribution/src/main/release/samples/corba/bank_ws_addressing/pom.xml
+++ b/distribution/src/main/release/samples/corba/bank_ws_addressing/pom.xml
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../..</relativePath>
     </parent>
     <properties>
@@ -232,17 +232,17 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>3.0.8-SNAPSHOT</version>
+            <version>3.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-bindings-corba</artifactId>
-            <version>3.0.8-SNAPSHOT</version>
+            <version>3.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-tools-common</artifactId>
-            <version>3.0.8-SNAPSHOT</version>
+            <version>3.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.springframework</groupId>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/distribution/src/main/release/samples/corba/hello_world/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/src/main/release/samples/corba/hello_world/pom.xml b/distribution/src/main/release/samples/corba/hello_world/pom.xml
index 6c7f847..ef3ae9b 100644
--- a/distribution/src/main/release/samples/corba/hello_world/pom.xml
+++ b/distribution/src/main/release/samples/corba/hello_world/pom.xml
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../..</relativePath>
     </parent>
     <properties>
@@ -277,17 +277,17 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>3.0.8-SNAPSHOT</version>
+            <version>3.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-bindings-corba</artifactId>
-            <version>3.0.8-SNAPSHOT</version>
+            <version>3.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-tools-common</artifactId>
-            <version>3.0.8-SNAPSHOT</version>
+            <version>3.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.springframework</groupId>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/distribution/src/main/release/samples/groovy_spring_support/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/src/main/release/samples/groovy_spring_support/pom.xml b/distribution/src/main/release/samples/groovy_spring_support/pom.xml
index 21d054b..b0c8b9e 100644
--- a/distribution/src/main/release/samples/groovy_spring_support/pom.xml
+++ b/distribution/src/main/release/samples/groovy_spring_support/pom.xml
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
     </parent>
     <properties>
         <cxf.version>${project.version}</cxf.version>
@@ -108,18 +108,18 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>3.0.8-SNAPSHOT</version>
+            <version>3.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>3.0.8-SNAPSHOT</version>
+            <version>3.0.8</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>3.0.8-SNAPSHOT</version>
+            <version>3.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.codehaus.groovy</groupId>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/distribution/src/main/release/samples/in_jvm_transport/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/src/main/release/samples/in_jvm_transport/pom.xml b/distribution/src/main/release/samples/in_jvm_transport/pom.xml
index 27cfff7..47f67c8 100644
--- a/distribution/src/main/release/samples/in_jvm_transport/pom.xml
+++ b/distribution/src/main/release/samples/in_jvm_transport/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
     </parent>
     <properties>
         <cxf.version>${project.version}</cxf.version>
@@ -95,23 +95,23 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>3.0.8-SNAPSHOT</version>
+            <version>3.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>3.0.8-SNAPSHOT</version>
+            <version>3.0.8</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>3.0.8-SNAPSHOT</version>
+            <version>3.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-bindings-coloc</artifactId>
-            <version>3.0.8-SNAPSHOT</version>
+            <version>3.0.8</version>
         </dependency>
     </dependencies>
 </project>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/distribution/src/main/release/samples/java_first_jaxws/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/src/main/release/samples/java_first_jaxws/pom.xml b/distribution/src/main/release/samples/java_first_jaxws/pom.xml
index c16a77a..f6de82e 100644
--- a/distribution/src/main/release/samples/java_first_jaxws/pom.xml
+++ b/distribution/src/main/release/samples/java_first_jaxws/pom.xml
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
     </parent>
     <properties>
         <cxf.version>${project.version}</cxf.version>
@@ -120,12 +120,12 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>3.0.8-SNAPSHOT</version>
+            <version>3.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>3.0.8-SNAPSHOT</version>
+            <version>3.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.springframework</groupId>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/distribution/src/main/release/samples/java_first_jaxws_factory_bean/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/src/main/release/samples/java_first_jaxws_factory_bean/pom.xml b/distribution/src/main/release/samples/java_first_jaxws_factory_bean/pom.xml
index abca0ad..d8d4686 100644
--- a/distribution/src/main/release/samples/java_first_jaxws_factory_bean/pom.xml
+++ b/distribution/src/main/release/samples/java_first_jaxws_factory_bean/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
     </parent>
     <properties>
         <cxf.version>${project.version}</cxf.version>
@@ -93,18 +93,18 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>3.0.8-SNAPSHOT</version>
+            <version>3.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>3.0.8-SNAPSHOT</version>
+            <version>3.0.8</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>3.0.8-SNAPSHOT</version>
+            <version>3.0.8</version>
         </dependency>
     </dependencies>
 </project>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/distribution/src/main/release/samples/java_first_jms/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/src/main/release/samples/java_first_jms/pom.xml b/distribution/src/main/release/samples/java_first_jms/pom.xml
index bc12281..5523cdd 100644
--- a/distribution/src/main/release/samples/java_first_jms/pom.xml
+++ b/distribution/src/main/release/samples/java_first_jms/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
     </parent>
     <properties>
         <cxf.version>${project.version}</cxf.version>
@@ -112,12 +112,12 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>3.0.8-SNAPSHOT</version>
+            <version>3.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-jms</artifactId>
-            <version>3.0.8-SNAPSHOT</version>
+            <version>3.0.8</version>
         </dependency>
     </dependencies>
 </project>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/distribution/src/main/release/samples/java_first_pojo/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/src/main/release/samples/java_first_pojo/pom.xml b/distribution/src/main/release/samples/java_first_pojo/pom.xml
index 4561cd9..3481720 100644
--- a/distribution/src/main/release/samples/java_first_pojo/pom.xml
+++ b/distribution/src/main/release/samples/java_first_pojo/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
     </parent>
     <properties>
         <cxf.version>${project.version}</cxf.version>
@@ -93,18 +93,18 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>3.0.8-SNAPSHOT</version>
+            <version>3.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>3.0.8-SNAPSHOT</version>
+            <version>3.0.8</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>3.0.8-SNAPSHOT</version>
+            <version>3.0.8</version>
         </dependency>
     </dependencies>
 </project>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/distribution/src/main/release/samples/java_first_spring_support/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/src/main/release/samples/java_first_spring_support/pom.xml b/distribution/src/main/release/samples/java_first_spring_support/pom.xml
index 564df6c..5fe5c9a 100644
--- a/distribution/src/main/release/samples/java_first_spring_support/pom.xml
+++ b/distribution/src/main/release/samples/java_first_spring_support/pom.xml
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
     </parent>
     <properties>
         <cxf.version>${project.version}</cxf.version>
@@ -96,17 +96,17 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>3.0.8-SNAPSHOT</version>
+            <version>3.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>3.0.8-SNAPSHOT</version>
+            <version>3.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http-jetty</artifactId>
-            <version>3.0.8-SNAPSHOT</version>
+            <version>3.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.springframework</groupId>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/distribution/src/main/release/samples/jax_rs/basic/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/src/main/release/samples/jax_rs/basic/pom.xml b/distribution/src/main/release/samples/jax_rs/basic/pom.xml
index c4d0a6b..f37c3a2 100644
--- a/distribution/src/main/release/samples/jax_rs/basic/pom.xml
+++ b/distribution/src/main/release/samples/jax_rs/basic/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../..</relativePath>
     </parent>
     <properties>
@@ -95,18 +95,18 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>3.0.8-SNAPSHOT</version>
+            <version>3.0.8</version>
         </dependency>
         <!-- This dependency is needed if you're using the Jetty container -->
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http-jetty</artifactId>
-            <version>3.0.8-SNAPSHOT</version>
+            <version>3.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxrs</artifactId>
-            <version>3.0.8-SNAPSHOT</version>
+            <version>3.0.8</version>
         </dependency>
         <dependency>
             <groupId>commons-httpclient</groupId>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/distribution/src/main/release/samples/jax_rs/basic_https/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/src/main/release/samples/jax_rs/basic_https/pom.xml b/distribution/src/main/release/samples/jax_rs/basic_https/pom.xml
index 63fafa3..d7cd726 100644
--- a/distribution/src/main/release/samples/jax_rs/basic_https/pom.xml
+++ b/distribution/src/main/release/samples/jax_rs/basic_https/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../..</relativePath>
     </parent>
     <properties>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/distribution/src/main/release/samples/jax_rs/content_negotiation/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/src/main/release/samples/jax_rs/content_negotiation/pom.xml b/distribution/src/main/release/samples/jax_rs/content_negotiation/pom.xml
index 3870a49..a2cd8d6 100644
--- a/distribution/src/main/release/samples/jax_rs/content_negotiation/pom.xml
+++ b/distribution/src/main/release/samples/jax_rs/content_negotiation/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../..</relativePath>
     </parent>
     <properties>
@@ -95,23 +95,23 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>3.0.8-SNAPSHOT</version>
+            <version>3.0.8</version>
         </dependency>
         <!-- This dependency is needed if you're using the Jetty container -->
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http-jetty</artifactId>
-            <version>3.0.8-SNAPSHOT</version>
+            <version>3.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxrs</artifactId>
-            <version>3.0.8-SNAPSHOT</version>
+            <version>3.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-rs-extension-providers</artifactId>
-            <version>3.0.8-SNAPSHOT</version>
+            <version>3.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.codehaus.jettison</groupId>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/distribution/src/main/release/samples/jax_rs/description_swagger/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/src/main/release/samples/jax_rs/description_swagger/pom.xml b/distribution/src/main/release/samples/jax_rs/description_swagger/pom.xml
index 998ddac..8bdd210 100644
--- a/distribution/src/main/release/samples/jax_rs/description_swagger/pom.xml
+++ b/distribution/src/main/release/samples/jax_rs/description_swagger/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../..</relativePath>
     </parent>
 
@@ -129,23 +129,23 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>3.0.8-SNAPSHOT</version>
+            <version>3.0.8</version>
         </dependency>
         <!-- This dependency is needed if you're using the Jetty container -->
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http-jetty</artifactId>
-            <version>3.0.8-SNAPSHOT</version>
+            <version>3.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxrs</artifactId>
-            <version>3.0.8-SNAPSHOT</version>
+            <version>3.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-rs-service-description</artifactId>
-            <version>3.0.8-SNAPSHOT</version>
+            <version>3.0.8</version>
         </dependency>
         <dependency>
             <groupId>commons-lang</groupId>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/distribution/src/main/release/samples/jax_rs/description_swagger2/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/src/main/release/samples/jax_rs/description_swagger2/pom.xml b/distribution/src/main/release/samples/jax_rs/description_swagger2/pom.xml
index a86727e..b3df855 100644
--- a/distribution/src/main/release/samples/jax_rs/description_swagger2/pom.xml
+++ b/distribution/src/main/release/samples/jax_rs/description_swagger2/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../..</relativePath>
     </parent>
 
@@ -118,23 +118,23 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>3.0.8-SNAPSHOT</version>
+            <version>3.0.8</version>
         </dependency>
         <!-- This dependency is needed if you're using the Jetty container -->
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http-jetty</artifactId>
-            <version>3.0.8-SNAPSHOT</version>
+            <version>3.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxrs</artifactId>
-            <version>3.0.8-SNAPSHOT</version>
+            <version>3.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-rs-service-description</artifactId>
-            <version>3.0.8-SNAPSHOT</version>
+            <version>3.0.8</version>
         </dependency>
         <dependency>
             <groupId>commons-httpclient</groupId>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/distribution/src/main/release/samples/jax_rs/description_swagger2_osgi/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/src/main/release/samples/jax_rs/description_swagger2_osgi/pom.xml b/distribution/src/main/release/samples/jax_rs/description_swagger2_osgi/pom.xml
index f0dd6ff..a735fee 100644
--- a/distribution/src/main/release/samples/jax_rs/description_swagger2_osgi/pom.xml
+++ b/distribution/src/main/release/samples/jax_rs/description_swagger2_osgi/pom.xml
@@ -26,7 +26,7 @@ under the License.
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../..</relativePath>
     </parent>
 
@@ -87,17 +87,17 @@ under the License.
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>3.0.8-SNAPSHOT</version>
+            <version>3.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxrs</artifactId>
-            <version>3.0.8-SNAPSHOT</version>
+            <version>3.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-rs-service-description</artifactId>
-            <version>3.0.8-SNAPSHOT</version>
+            <version>3.0.8</version>
         </dependency>
         <dependency>
             <groupId>javax.ws.rs</groupId>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/distribution/src/main/release/samples/jax_rs/description_swagger2_web/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/src/main/release/samples/jax_rs/description_swagger2_web/pom.xml b/distribution/src/main/release/samples/jax_rs/description_swagger2_web/pom.xml
index 9e8fb73..606e4f0 100644
--- a/distribution/src/main/release/samples/jax_rs/description_swagger2_web/pom.xml
+++ b/distribution/src/main/release/samples/jax_rs/description_swagger2_web/pom.xml
@@ -26,7 +26,7 @@ under the License.
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../..</relativePath>
     </parent>
 
@@ -137,17 +137,17 @@ under the License.
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>3.0.8-SNAPSHOT</version>
+            <version>3.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxrs</artifactId>
-            <version>3.0.8-SNAPSHOT</version>
+            <version>3.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-rs-service-description</artifactId>
-            <version>3.0.8-SNAPSHOT</version>
+            <version>3.0.8</version>
         </dependency>
         <dependency>
             <groupId>javax.ws.rs</groupId>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/distribution/src/main/release/samples/jax_rs/minimal_osgi/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/src/main/release/samples/jax_rs/minimal_osgi/pom.xml b/distribution/src/main/release/samples/jax_rs/minimal_osgi/pom.xml
index 810e7b1..3596a7f 100644
--- a/distribution/src/main/release/samples/jax_rs/minimal_osgi/pom.xml
+++ b/distribution/src/main/release/samples/jax_rs/minimal_osgi/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../..</relativePath>
     </parent>
     <properties>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/distribution/src/main/release/samples/jax_rs/spring_security/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/src/main/release/samples/jax_rs/spring_security/pom.xml b/distribution/src/main/release/samples/jax_rs/spring_security/pom.xml
index 92905ad..f3ce96b 100644
--- a/distribution/src/main/release/samples/jax_rs/spring_security/pom.xml
+++ b/distribution/src/main/release/samples/jax_rs/spring_security/pom.xml
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../..</relativePath>
     </parent>
     <properties>
@@ -88,18 +88,18 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>3.0.8-SNAPSHOT</version>
+            <version>3.0.8</version>
         </dependency>
         <!-- This dependency is needed if you're using the Jetty container -->
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http-jetty</artifactId>
-            <version>3.0.8-SNAPSHOT</version>
+            <version>3.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxrs</artifactId>
-            <version>3.0.8-SNAPSHOT</version>
+            <version>3.0.8</version>
         </dependency>
         <dependency>
             <groupId>commons-httpclient</groupId>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/distribution/src/main/release/samples/jax_rs/websocket/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/src/main/release/samples/jax_rs/websocket/pom.xml b/distribution/src/main/release/samples/jax_rs/websocket/pom.xml
index f662b3e..91b1271 100644
--- a/distribution/src/main/release/samples/jax_rs/websocket/pom.xml
+++ b/distribution/src/main/release/samples/jax_rs/websocket/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../..</relativePath>
     </parent>
     <properties>
@@ -97,23 +97,23 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>3.0.8-SNAPSHOT</version>
+            <version>3.0.8</version>
         </dependency>
         <!-- This dependency is needed if you're using the Jetty container -->
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-websocket</artifactId>
-            <version>3.0.8-SNAPSHOT</version>
+            <version>3.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http-jetty</artifactId>
-            <version>3.0.8-SNAPSHOT</version>
+            <version>3.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxrs</artifactId>
-            <version>3.0.8-SNAPSHOT</version>
+            <version>3.0.8</version>
         </dependency>
         <dependency>
             <groupId>javax.ws.rs</groupId>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/distribution/src/main/release/samples/jax_server_aegis_client/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/src/main/release/samples/jax_server_aegis_client/pom.xml b/distribution/src/main/release/samples/jax_server_aegis_client/pom.xml
index 2048dc0..460cb9f 100644
--- a/distribution/src/main/release/samples/jax_server_aegis_client/pom.xml
+++ b/distribution/src/main/release/samples/jax_server_aegis_client/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
     </parent>
     <properties>
         <cxf.version>${project.version}</cxf.version>
@@ -93,23 +93,23 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>3.0.8-SNAPSHOT</version>
+            <version>3.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-databinding-aegis</artifactId>
-            <version>3.0.8-SNAPSHOT</version>
+            <version>3.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>3.0.8-SNAPSHOT</version>
+            <version>3.0.8</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>3.0.8-SNAPSHOT</version>
+            <version>3.0.8</version>
         </dependency>
     </dependencies>
 </project>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/distribution/src/main/release/samples/jaxws_async/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/src/main/release/samples/jaxws_async/pom.xml b/distribution/src/main/release/samples/jaxws_async/pom.xml
index ec401a6..3c48d80 100644
--- a/distribution/src/main/release/samples/jaxws_async/pom.xml
+++ b/distribution/src/main/release/samples/jaxws_async/pom.xml
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
     </parent>
     <properties>
         <cxf.version>${project.version}</cxf.version>
@@ -135,17 +135,17 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>3.0.8-SNAPSHOT</version>
+            <version>3.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>3.0.8-SNAPSHOT</version>
+            <version>3.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http-hc</artifactId>
-            <version>3.0.8-SNAPSHOT</version>
+            <version>3.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.springframework</groupId>
@@ -157,7 +157,7 @@
             <!-- Not needed if deploying to a Servlet 3 based container or non-jetty container -->
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http-jetty</artifactId>
-            <version>3.0.8-SNAPSHOT</version>
+            <version>3.0.8</version>
             <exclusions>
                 <exclusion>
                     <groupId>org.eclipse.jetty</groupId>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/distribution/src/main/release/samples/jaxws_dispatch_provider/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/src/main/release/samples/jaxws_dispatch_provider/pom.xml b/distribution/src/main/release/samples/jaxws_dispatch_provider/pom.xml
index 268b1df..6f7ed51 100644
--- a/distribution/src/main/release/samples/jaxws_dispatch_provider/pom.xml
+++ b/distribution/src/main/release/samples/jaxws_dispatch_provider/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</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>3.0.8-SNAPSHOT</version>
+            <version>3.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>3.0.8-SNAPSHOT</version>
+            <version>3.0.8</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>3.0.8-SNAPSHOT</version>
+            <version>3.0.8</version>
         </dependency>
     </dependencies>
 </project>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/distribution/src/main/release/samples/jaxws_handlers/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/src/main/release/samples/jaxws_handlers/pom.xml b/distribution/src/main/release/samples/jaxws_handlers/pom.xml
index 6fad690..e037635 100644
--- a/distribution/src/main/release/samples/jaxws_handlers/pom.xml
+++ b/distribution/src/main/release/samples/jaxws_handlers/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</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>3.0.8-SNAPSHOT</version>
+            <version>3.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>3.0.8-SNAPSHOT</version>
+            <version>3.0.8</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>3.0.8-SNAPSHOT</version>
+            <version>3.0.8</version>
         </dependency>
     </dependencies>
 </project>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/distribution/src/main/release/samples/jms_pubsub/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/src/main/release/samples/jms_pubsub/pom.xml b/distribution/src/main/release/samples/jms_pubsub/pom.xml
index 72e3d4c..d41cf15 100644
--- a/distribution/src/main/release/samples/jms_pubsub/pom.xml
+++ b/distribution/src/main/release/samples/jms_pubsub/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
     </parent>
     <properties>
         <cxf.version>${project.version}</cxf.version>
@@ -43,7 +43,7 @@
             <plugin>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-codegen-plugin</artifactId>
-                <version>3.0.8-SNAPSHOT</version>
+                <version>3.0.8</version>
                 <executions>
                     <execution>
                         <id>generate-sources</id>
@@ -145,12 +145,12 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>3.0.8-SNAPSHOT</version>
+            <version>3.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-jms</artifactId>
-            <version>3.0.8-SNAPSHOT</version>
+            <version>3.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.activemq</groupId>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/distribution/src/main/release/samples/jms_queue/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/src/main/release/samples/jms_queue/pom.xml b/distribution/src/main/release/samples/jms_queue/pom.xml
index 75f50be..c17f80e 100644
--- a/distribution/src/main/release/samples/jms_queue/pom.xml
+++ b/distribution/src/main/release/samples/jms_queue/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
     </parent>
     <properties>
         <cxf.version>${project.version}</cxf.version>
@@ -145,12 +145,12 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>3.0.8-SNAPSHOT</version>
+            <version>3.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-jms</artifactId>
-            <version>3.0.8-SNAPSHOT</version>
+            <version>3.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.activemq</groupId>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/distribution/src/main/release/samples/jms_spec_demo/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/src/main/release/samples/jms_spec_demo/pom.xml b/distribution/src/main/release/samples/jms_spec_demo/pom.xml
index 2c8762a..bcbfb33 100644
--- a/distribution/src/main/release/samples/jms_spec_demo/pom.xml
+++ b/distribution/src/main/release/samples/jms_spec_demo/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
     </parent>
     <properties>
         <cxf.version>${project.version}</cxf.version>
@@ -145,12 +145,12 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>3.0.8-SNAPSHOT</version>
+            <version>3.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-jms</artifactId>
-            <version>3.0.8-SNAPSHOT</version>
+            <version>3.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.activemq</groupId>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/distribution/src/main/release/samples/jms_spring_config/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/src/main/release/samples/jms_spring_config/pom.xml b/distribution/src/main/release/samples/jms_spring_config/pom.xml
index f83fee5..90230c6 100644
--- a/distribution/src/main/release/samples/jms_spring_config/pom.xml
+++ b/distribution/src/main/release/samples/jms_spring_config/pom.xml
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
     </parent>
     <properties>
         <cxf.version>${project.version}</cxf.version>
@@ -159,12 +159,12 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>3.0.8-SNAPSHOT</version>
+            <version>3.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-jms</artifactId>
-            <version>3.0.8-SNAPSHOT</version>
+            <version>3.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf.xjc-utils</groupId>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/distribution/src/main/release/samples/js_browser_client_java_first/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/src/main/release/samples/js_browser_client_java_first/pom.xml b/distribution/src/main/release/samples/js_browser_client_java_first/pom.xml
index 7b6d4a6..cf18dfd 100644
--- a/distribution/src/main/release/samples/js_browser_client_java_first/pom.xml
+++ b/distribution/src/main/release/samples/js_browser_client_java_first/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
     </parent>
     <properties>
         <cxf.version>${project.version}</cxf.version>
@@ -70,22 +70,22 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-javascript</artifactId>
-            <version>3.0.8-SNAPSHOT</version>
+            <version>3.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>3.0.8-SNAPSHOT</version>
+            <version>3.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>3.0.8-SNAPSHOT</version>
+            <version>3.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http-jetty</artifactId>
-            <version>3.0.8-SNAPSHOT</version>
+            <version>3.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.springframework</groupId>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/distribution/src/main/release/samples/js_browser_client_simple/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/src/main/release/samples/js_browser_client_simple/pom.xml b/distribution/src/main/release/samples/js_browser_client_simple/pom.xml
index bd45986..c34f9e5 100644
--- a/distribution/src/main/release/samples/js_browser_client_simple/pom.xml
+++ b/distribution/src/main/release/samples/js_browser_client_simple/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
     </parent>
     <properties>
         <cxf.version>${project.version}</cxf.version>
@@ -119,22 +119,22 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-javascript</artifactId>
-            <version>3.0.8-SNAPSHOT</version>
+            <version>3.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>3.0.8-SNAPSHOT</version>
+            <version>3.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>3.0.8-SNAPSHOT</version>
+            <version>3.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http-jetty</artifactId>
-            <version>3.0.8-SNAPSHOT</version>
+            <version>3.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.springframework</groupId>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/distribution/src/main/release/samples/js_client/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/src/main/release/samples/js_client/pom.xml b/distribution/src/main/release/samples/js_client/pom.xml
index 7ec9ffb..a47feed 100644
--- a/distribution/src/main/release/samples/js_client/pom.xml
+++ b/distribution/src/main/release/samples/js_client/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
     </parent>
     <properties>
         <cxf.version>${project.version}</cxf.version>
@@ -121,22 +121,22 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-javascript</artifactId>
-            <version>3.0.8-SNAPSHOT</version>
+            <version>3.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>3.0.8-SNAPSHOT</version>
+            <version>3.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>3.0.8-SNAPSHOT</version>
+            <version>3.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http-jetty</artifactId>
-            <version>3.0.8-SNAPSHOT</version>
+            <version>3.0.8</version>
         </dependency>
         <dependency>
             <groupId>rhino</groupId>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/distribution/src/main/release/samples/js_provider/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/src/main/release/samples/js_provider/pom.xml b/distribution/src/main/release/samples/js_provider/pom.xml
index 40017bd..6e3bc36 100644
--- a/distribution/src/main/release/samples/js_provider/pom.xml
+++ b/distribution/src/main/release/samples/js_provider/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
     </parent>
     <properties>
         <cxf.version>${project.version}</cxf.version>
@@ -140,18 +140,18 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-js</artifactId>
-            <version>3.0.8-SNAPSHOT</version>
+            <version>3.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>3.0.8-SNAPSHOT</version>
+            <version>3.0.8</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>3.0.8-SNAPSHOT</version>
+            <version>3.0.8</version>
         </dependency>
     </dependencies>
 </project>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/distribution/src/main/release/samples/logbrowser-blueprint/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/src/main/release/samples/logbrowser-blueprint/pom.xml b/distribution/src/main/release/samples/logbrowser-blueprint/pom.xml
index 3f9693a..0e1e246 100644
--- a/distribution/src/main/release/samples/logbrowser-blueprint/pom.xml
+++ b/distribution/src/main/release/samples/logbrowser-blueprint/pom.xml
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>..</relativePath>
     </parent>
     <build>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/distribution/src/main/release/samples/logbrowser/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/src/main/release/samples/logbrowser/pom.xml b/distribution/src/main/release/samples/logbrowser/pom.xml
index 9dff5b0..5ee9ab9 100644
--- a/distribution/src/main/release/samples/logbrowser/pom.xml
+++ b/distribution/src/main/release/samples/logbrowser/pom.xml
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>..</relativePath>
     </parent>
     <build>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/distribution/src/main/release/samples/mtom/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/src/main/release/samples/mtom/pom.xml b/distribution/src/main/release/samples/mtom/pom.xml
index 11ff072..838488b 100644
--- a/distribution/src/main/release/samples/mtom/pom.xml
+++ b/distribution/src/main/release/samples/mtom/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
     </parent>
     <properties>
         <cxf.version>${project.version}</cxf.version>
@@ -123,18 +123,18 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>3.0.8-SNAPSHOT</version>
+            <version>3.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>3.0.8-SNAPSHOT</version>
+            <version>3.0.8</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>3.0.8-SNAPSHOT</version>
+            <version>3.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.geronimo.specs</groupId>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/distribution/src/main/release/samples/oauth/client/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/src/main/release/samples/oauth/client/pom.xml b/distribution/src/main/release/samples/oauth/client/pom.xml
index 89016fc..a921b93 100644
--- a/distribution/src/main/release/samples/oauth/client/pom.xml
+++ b/distribution/src/main/release/samples/oauth/client/pom.xml
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <build>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/distribution/src/main/release/samples/oauth/server/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/src/main/release/samples/oauth/server/pom.xml b/distribution/src/main/release/samples/oauth/server/pom.xml
index 76b4845..50b5523 100644
--- a/distribution/src/main/release/samples/oauth/server/pom.xml
+++ b/distribution/src/main/release/samples/oauth/server/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <build>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/distribution/src/main/release/samples/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/src/main/release/samples/pom.xml b/distribution/src/main/release/samples/pom.xml
index 2afd9f5..9bea238 100644
--- a/distribution/src/main/release/samples/pom.xml
+++ b/distribution/src/main/release/samples/pom.xml
@@ -22,7 +22,7 @@
     <groupId>org.apache.cxf.samples</groupId>
     <artifactId>cxf-samples</artifactId>
     <packaging>pom</packaging>
-    <version>3.0.8-SNAPSHOT</version>
+    <version>3.0.8</version>
     <name>Apache CXF Samples</name>
     <description>Apache CXF Samples</description>
     <url>http://cxf.apache.org</url>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/distribution/src/main/release/samples/restful_dispatch/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/src/main/release/samples/restful_dispatch/pom.xml b/distribution/src/main/release/samples/restful_dispatch/pom.xml
index 6d24fdc..4eff3ebc 100644
--- a/distribution/src/main/release/samples/restful_dispatch/pom.xml
+++ b/distribution/src/main/release/samples/restful_dispatch/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
     </parent>
     <properties>
         <cxf.version>${project.version}</cxf.version>
@@ -94,23 +94,23 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>3.0.8-SNAPSHOT</version>
+            <version>3.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>3.0.8-SNAPSHOT</version>
+            <version>3.0.8</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>3.0.8-SNAPSHOT</version>
+            <version>3.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxrs</artifactId>
-            <version>3.0.8-SNAPSHOT</version>
+            <version>3.0.8</version>
         </dependency>
         <dependency>
             <groupId>commons-httpclient</groupId>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/distribution/src/main/release/samples/ruby_spring_support/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/src/main/release/samples/ruby_spring_support/pom.xml b/distribution/src/main/release/samples/ruby_spring_support/pom.xml
index e91930e..fba6662 100644
--- a/distribution/src/main/release/samples/ruby_spring_support/pom.xml
+++ b/distribution/src/main/release/samples/ruby_spring_support/pom.xml
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
     </parent>
     <properties>
         <cxf.version>${project.version}</cxf.version>
@@ -108,18 +108,18 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>3.0.8-SNAPSHOT</version>
+            <version>3.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>3.0.8-SNAPSHOT</version>
+            <version>3.0.8</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>3.0.8-SNAPSHOT</version>
+            <version>3.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.jruby</groupId>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/distribution/src/main/release/samples/soap_header/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/src/main/release/samples/soap_header/pom.xml b/distribution/src/main/release/samples/soap_header/pom.xml
index 5128141..90ff9b8 100644
--- a/distribution/src/main/release/samples/soap_header/pom.xml
+++ b/distribution/src/main/release/samples/soap_header/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</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>3.0.8-SNAPSHOT</version>
+            <version>3.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>3.0.8-SNAPSHOT</version>
+            <version>3.0.8</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>3.0.8-SNAPSHOT</version>
+            <version>3.0.8</version>
         </dependency>
     </dependencies>
 </project>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/distribution/src/main/release/samples/sts/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/src/main/release/samples/sts/pom.xml b/distribution/src/main/release/samples/sts/pom.xml
index 27b993f..70ce17c 100644
--- a/distribution/src/main/release/samples/sts/pom.xml
+++ b/distribution/src/main/release/samples/sts/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
         <relativePath>..</relativePath>
     </parent>
     <properties>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/distribution/src/main/release/samples/ws_addressing/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/src/main/release/samples/ws_addressing/pom.xml b/distribution/src/main/release/samples/ws_addressing/pom.xml
index e6dbae2..3a54181 100644
--- a/distribution/src/main/release/samples/ws_addressing/pom.xml
+++ b/distribution/src/main/release/samples/ws_addressing/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.0.8-SNAPSHOT</version>
+        <version>3.0.8</version>
     </parent>
     <properties>
         <cxf.version>${project.version}</cxf.version>
@@ -126,17 +126,17 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>3.0.8-SNAPSHOT</version>
+            <version>3.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>3.0.8-SNAPSHOT</version>
+            <version>3.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http-jetty</artifactId>
-            <version>3.0.8-SNAPSHOT</version>
+            <version>3.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.springframework</groupId>


[5/6] cxf git commit: [maven-release-plugin] prepare for next development iteration

Posted by dk...@apache.org.
http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/distribution/src/main/release/samples/ws_discovery/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/src/main/release/samples/ws_discovery/pom.xml b/distribution/src/main/release/samples/ws_discovery/pom.xml
index e415427..7a788b3 100644
--- a/distribution/src/main/release/samples/ws_discovery/pom.xml
+++ b/distribution/src/main/release/samples/ws_discovery/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
     </parent>
     <properties>
         <cxf.version>${project.version}</cxf.version>
@@ -38,22 +38,22 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>3.0.8</version>
+            <version>3.0.9-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>3.0.8</version>
+            <version>3.0.9-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf.services.ws-discovery</groupId>
             <artifactId>cxf-services-ws-discovery-api</artifactId>
-            <version>3.0.8</version>
+            <version>3.0.9-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf.services.ws-discovery</groupId>
             <artifactId>cxf-services-ws-discovery-service</artifactId>
-            <version>3.0.8</version>
+            <version>3.0.9-SNAPSHOT</version>
         </dependency>
     </dependencies>
     <build>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/distribution/src/main/release/samples/ws_eventing/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/src/main/release/samples/ws_eventing/pom.xml b/distribution/src/main/release/samples/ws_eventing/pom.xml
index 8127877..b6fd6d0 100644
--- a/distribution/src/main/release/samples/ws_eventing/pom.xml
+++ b/distribution/src/main/release/samples/ws_eventing/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
     </parent>
     <dependencies>
         <dependency>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/distribution/src/main/release/samples/ws_notification/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/src/main/release/samples/ws_notification/pom.xml b/distribution/src/main/release/samples/ws_notification/pom.xml
index 7ca74bf..b34e748 100644
--- a/distribution/src/main/release/samples/ws_notification/pom.xml
+++ b/distribution/src/main/release/samples/ws_notification/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
     </parent>
     <properties>
         <cxf.version>${project.version}</cxf.version>
@@ -93,32 +93,32 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>3.0.8</version>
+            <version>3.0.9-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>3.0.8</version>
+            <version>3.0.9-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http-jetty</artifactId>
-            <version>3.0.8</version>
+            <version>3.0.9-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-ws-addr</artifactId>
-            <version>3.0.8</version>
+            <version>3.0.9-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-ws-policy</artifactId>
-            <version>3.0.8</version>
+            <version>3.0.9-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf.services.wsn</groupId>
             <artifactId>cxf-services-wsn-core</artifactId>
-            <version>3.0.8</version>
+            <version>3.0.9-SNAPSHOT</version>
         </dependency>
     </dependencies>
 </project>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/distribution/src/main/release/samples/ws_policy/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/src/main/release/samples/ws_policy/pom.xml b/distribution/src/main/release/samples/ws_policy/pom.xml
index c648bb0..504c0a8 100644
--- a/distribution/src/main/release/samples/ws_policy/pom.xml
+++ b/distribution/src/main/release/samples/ws_policy/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
     </parent>
     <properties>
         <cxf.version>${project.version}</cxf.version>
@@ -121,17 +121,17 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>3.0.8</version>
+            <version>3.0.9-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>3.0.8</version>
+            <version>3.0.9-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http-jetty</artifactId>
-            <version>3.0.8</version>
+            <version>3.0.9-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.springframework</groupId>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/distribution/src/main/release/samples/ws_rm/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/src/main/release/samples/ws_rm/pom.xml b/distribution/src/main/release/samples/ws_rm/pom.xml
index 955624e..50cc3eb 100644
--- a/distribution/src/main/release/samples/ws_rm/pom.xml
+++ b/distribution/src/main/release/samples/ws_rm/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
     </parent>
     <properties>
         <cxf.version>${project.version}</cxf.version>
@@ -116,23 +116,23 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>3.0.8</version>
+            <version>3.0.9-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>3.0.8</version>
+            <version>3.0.9-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>3.0.8</version>
+            <version>3.0.9-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-ws-rm</artifactId>
-            <version>3.0.8</version>
+            <version>3.0.9-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.springframework</groupId>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/distribution/src/main/release/samples/ws_security/sign_enc/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/src/main/release/samples/ws_security/sign_enc/pom.xml b/distribution/src/main/release/samples/ws_security/sign_enc/pom.xml
index 4613f86..f170611 100644
--- a/distribution/src/main/release/samples/ws_security/sign_enc/pom.xml
+++ b/distribution/src/main/release/samples/ws_security/sign_enc/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
         <relativePath>../..</relativePath>
     </parent>
     <properties>
@@ -173,38 +173,38 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>3.0.8</version>
+            <version>3.0.9-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>3.0.8</version>
+            <version>3.0.9-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>3.0.8</version>
+            <version>3.0.9-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-ws-rm</artifactId>
-            <version>3.0.8</version>
+            <version>3.0.9-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-ws-security</artifactId>
-            <version>3.0.8</version>
+            <version>3.0.9-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-ws-addr</artifactId>
-            <version>3.0.8</version>
+            <version>3.0.9-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-ws-policy</artifactId>
-            <version>3.0.8</version>
+            <version>3.0.9-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.springframework</groupId>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/distribution/src/main/release/samples/ws_security/sign_enc_policy/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/src/main/release/samples/ws_security/sign_enc_policy/pom.xml b/distribution/src/main/release/samples/ws_security/sign_enc_policy/pom.xml
index 68d9768..60fbef4 100644
--- a/distribution/src/main/release/samples/ws_security/sign_enc_policy/pom.xml
+++ b/distribution/src/main/release/samples/ws_security/sign_enc_policy/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
         <relativePath>../..</relativePath>
     </parent>
     <build>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/distribution/src/main/release/samples/ws_security/ut/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/src/main/release/samples/ws_security/ut/pom.xml b/distribution/src/main/release/samples/ws_security/ut/pom.xml
index 45eb38f..57f191c 100644
--- a/distribution/src/main/release/samples/ws_security/ut/pom.xml
+++ b/distribution/src/main/release/samples/ws_security/ut/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
         <relativePath>../..</relativePath>
     </parent>
     <properties>
@@ -162,23 +162,23 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>3.0.8</version>
+            <version>3.0.9-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>3.0.8</version>
+            <version>3.0.9-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>3.0.8</version>
+            <version>3.0.9-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-ws-security</artifactId>
-            <version>3.0.8</version>
+            <version>3.0.9-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.springframework</groupId>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/distribution/src/main/release/samples/ws_security/ut_policy/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/src/main/release/samples/ws_security/ut_policy/pom.xml b/distribution/src/main/release/samples/ws_security/ut_policy/pom.xml
index 01aef3b..8963f67 100644
--- a/distribution/src/main/release/samples/ws_security/ut_policy/pom.xml
+++ b/distribution/src/main/release/samples/ws_security/ut_policy/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
         <relativePath>../..</relativePath>
     </parent>
     <build>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/distribution/src/main/release/samples/wsdl_first/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/src/main/release/samples/wsdl_first/pom.xml b/distribution/src/main/release/samples/wsdl_first/pom.xml
index e2e6498..af36a30 100644
--- a/distribution/src/main/release/samples/wsdl_first/pom.xml
+++ b/distribution/src/main/release/samples/wsdl_first/pom.xml
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
     </parent>
     <properties>
         <cxf.version>${project.version}</cxf.version>
@@ -227,12 +227,12 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>3.0.8</version>
+            <version>3.0.9-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>3.0.8</version>
+            <version>3.0.9-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf.xjc-utils</groupId>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/distribution/src/main/release/samples/wsdl_first_dynamic_client/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/src/main/release/samples/wsdl_first_dynamic_client/pom.xml b/distribution/src/main/release/samples/wsdl_first_dynamic_client/pom.xml
index 413ee5d..e3d1e32 100644
--- a/distribution/src/main/release/samples/wsdl_first_dynamic_client/pom.xml
+++ b/distribution/src/main/release/samples/wsdl_first_dynamic_client/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
     </parent>
     <properties>
         <cxf.version>${project.version}</cxf.version>
@@ -120,18 +120,18 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>3.0.8</version>
+            <version>3.0.9-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>3.0.8</version>
+            <version>3.0.9-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>3.0.8</version>
+            <version>3.0.9-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>com.sun.xml.bind</groupId>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/distribution/src/main/release/samples/wsdl_first_https/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/src/main/release/samples/wsdl_first_https/pom.xml b/distribution/src/main/release/samples/wsdl_first_https/pom.xml
index 536f930..8b9565b 100644
--- a/distribution/src/main/release/samples/wsdl_first_https/pom.xml
+++ b/distribution/src/main/release/samples/wsdl_first_https/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
     </parent>
     <properties>
         <wsdl.location>${basedir}/src/main/config/hello_world.wsdl</wsdl.location>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/distribution/src/main/release/samples/wsdl_first_pure_xml/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/src/main/release/samples/wsdl_first_pure_xml/pom.xml b/distribution/src/main/release/samples/wsdl_first_pure_xml/pom.xml
index 62db545..e322ede 100644
--- a/distribution/src/main/release/samples/wsdl_first_pure_xml/pom.xml
+++ b/distribution/src/main/release/samples/wsdl_first_pure_xml/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.0.8</version>
+        <version>3.0.9-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>3.0.8</version>
+            <version>3.0.9-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>3.0.8</version>
+            <version>3.0.9-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>3.0.8</version>
+            <version>3.0.9-SNAPSHOT</version>
         </dependency>
     </dependencies>
 </project>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/distribution/src/main/release/samples/wsdl_first_rpclit/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/src/main/release/samples/wsdl_first_rpclit/pom.xml b/distribution/src/main/release/samples/wsdl_first_rpclit/pom.xml
index 39e5dca..50ff402 100644
--- a/distribution/src/main/release/samples/wsdl_first_rpclit/pom.xml
+++ b/distribution/src/main/release/samples/wsdl_first_rpclit/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.0.8</version>
+        <version>3.0.9-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>3.0.8</version>
+            <version>3.0.9-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>3.0.8</version>
+            <version>3.0.9-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>3.0.8</version>
+            <version>3.0.9-SNAPSHOT</version>
         </dependency>
     </dependencies>
 </project>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/distribution/src/main/release/samples/wsdl_first_soap12/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/src/main/release/samples/wsdl_first_soap12/pom.xml b/distribution/src/main/release/samples/wsdl_first_soap12/pom.xml
index a5f135c..427902e 100644
--- a/distribution/src/main/release/samples/wsdl_first_soap12/pom.xml
+++ b/distribution/src/main/release/samples/wsdl_first_soap12/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.0.8</version>
+        <version>3.0.9-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>3.0.8</version>
+            <version>3.0.9-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>3.0.8</version>
+            <version>3.0.9-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>3.0.8</version>
+            <version>3.0.9-SNAPSHOT</version>
         </dependency>
     </dependencies>
 </project>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/distribution/src/main/release/samples/wsdl_first_xml_wrapped/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/src/main/release/samples/wsdl_first_xml_wrapped/pom.xml b/distribution/src/main/release/samples/wsdl_first_xml_wrapped/pom.xml
index 5ab35fa..8e36782 100644
--- a/distribution/src/main/release/samples/wsdl_first_xml_wrapped/pom.xml
+++ b/distribution/src/main/release/samples/wsdl_first_xml_wrapped/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.0.8</version>
+        <version>3.0.9-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>3.0.8</version>
+            <version>3.0.9-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>3.0.8</version>
+            <version>3.0.9-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>3.0.8</version>
+            <version>3.0.9-SNAPSHOT</version>
         </dependency>
     </dependencies>
 </project>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/distribution/src/main/release/samples/wsdl_first_xmlbeans/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/src/main/release/samples/wsdl_first_xmlbeans/pom.xml b/distribution/src/main/release/samples/wsdl_first_xmlbeans/pom.xml
index 4ec12c6..bd0210e 100644
--- a/distribution/src/main/release/samples/wsdl_first_xmlbeans/pom.xml
+++ b/distribution/src/main/release/samples/wsdl_first_xmlbeans/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
     </parent>
     <properties>
         <cxf.version>${project.version}</cxf.version>
@@ -137,23 +137,23 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>3.0.8</version>
+            <version>3.0.9-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-databinding-xmlbeans</artifactId>
-            <version>3.0.8</version>
+            <version>3.0.9-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>3.0.8</version>
+            <version>3.0.9-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>3.0.8</version>
+            <version>3.0.9-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.springframework</groupId>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/integration/cdi/pom.xml
----------------------------------------------------------------------
diff --git a/integration/cdi/pom.xml b/integration/cdi/pom.xml
index ab86588..46b004b 100644
--- a/integration/cdi/pom.xml
+++ b/integration/cdi/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
     <properties>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/integration/jca/pom.xml
----------------------------------------------------------------------
diff --git a/integration/jca/pom.xml b/integration/jca/pom.xml
index 005a3f9..c465e6c 100644
--- a/integration/jca/pom.xml
+++ b/integration/jca/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
     <dependencies>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/integration/pom.xml
----------------------------------------------------------------------
diff --git a/integration/pom.xml b/integration/pom.xml
index 6b6c215..c4c789e 100644
--- a/integration/pom.xml
+++ b/integration/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf</artifactId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
     </parent>
     <modules>
         <module>jca</module>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/maven-plugins/archetypes/cxf-jaxrs-service/pom.xml
----------------------------------------------------------------------
diff --git a/maven-plugins/archetypes/cxf-jaxrs-service/pom.xml b/maven-plugins/archetypes/cxf-jaxrs-service/pom.xml
index b3266a3..075dc40 100644
--- a/maven-plugins/archetypes/cxf-jaxrs-service/pom.xml
+++ b/maven-plugins/archetypes/cxf-jaxrs-service/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <groupId>org.apache.cxf.archetype</groupId>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/maven-plugins/archetypes/cxf-jaxws-javafirst/pom.xml
----------------------------------------------------------------------
diff --git a/maven-plugins/archetypes/cxf-jaxws-javafirst/pom.xml b/maven-plugins/archetypes/cxf-jaxws-javafirst/pom.xml
index 3540eff..bdf7bd9 100644
--- a/maven-plugins/archetypes/cxf-jaxws-javafirst/pom.xml
+++ b/maven-plugins/archetypes/cxf-jaxws-javafirst/pom.xml
@@ -22,12 +22,12 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <groupId>org.apache.cxf.archetype</groupId>
     <artifactId>cxf-jaxws-javafirst</artifactId>
-    <version>3.0.8</version>
+    <version>3.0.9-SNAPSHOT</version>
     <packaging>maven-archetype</packaging>
     <name>Apache CXF Archetype - Simple JAX-WS Java First</name>
     <description>Creates a project for developing a Web service starting from Java code</description>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/maven-plugins/archetypes/pom.xml
----------------------------------------------------------------------
diff --git a/maven-plugins/archetypes/pom.xml b/maven-plugins/archetypes/pom.xml
index ce23970..38251e5 100644
--- a/maven-plugins/archetypes/pom.xml
+++ b/maven-plugins/archetypes/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-maven-plugins</artifactId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
     </parent>
     <modules>
         <module>cxf-jaxws-javafirst</module>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/maven-plugins/codegen-plugin/pom.xml
----------------------------------------------------------------------
diff --git a/maven-plugins/codegen-plugin/pom.xml b/maven-plugins/codegen-plugin/pom.xml
index 4f9ea16..370e22c 100644
--- a/maven-plugins/codegen-plugin/pom.xml
+++ b/maven-plugins/codegen-plugin/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-maven-plugins</artifactId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
     </parent>
     <dependencies>
         <dependency>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/maven-plugins/corba/pom.xml
----------------------------------------------------------------------
diff --git a/maven-plugins/corba/pom.xml b/maven-plugins/corba/pom.xml
index ba53432..e7684a4 100644
--- a/maven-plugins/corba/pom.xml
+++ b/maven-plugins/corba/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-maven-plugins</artifactId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
     </parent>
     <dependencies>
         <dependency>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/maven-plugins/java2wadl-plugin/pom.xml
----------------------------------------------------------------------
diff --git a/maven-plugins/java2wadl-plugin/pom.xml b/maven-plugins/java2wadl-plugin/pom.xml
index f04e06f..d2eff84 100644
--- a/maven-plugins/java2wadl-plugin/pom.xml
+++ b/maven-plugins/java2wadl-plugin/pom.xml
@@ -22,7 +22,7 @@
     <groupId>org.apache.cxf</groupId>
     <artifactId>cxf-java2wadl-plugin</artifactId>
     <packaging>maven-plugin</packaging>
-    <version>3.0.8</version>
+    <version>3.0.9-SNAPSHOT</version>
     <name>Apache CXF Java2WADL Maven2 Plugin</name>
     <description>Apache CXF Java2WADL 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>3.0.8</version>
+      <version>3.0.9-SNAPSHOT</version>
     </parent>
     <properties>
         <cxf.manifest.location />

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/maven-plugins/java2ws-plugin/pom.xml
----------------------------------------------------------------------
diff --git a/maven-plugins/java2ws-plugin/pom.xml b/maven-plugins/java2ws-plugin/pom.xml
index 3f7d361..b49a367 100644
--- a/maven-plugins/java2ws-plugin/pom.xml
+++ b/maven-plugins/java2ws-plugin/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-maven-plugins</artifactId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
     </parent>
     <dependencies>
         <dependency>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/maven-plugins/pom.xml
----------------------------------------------------------------------
diff --git a/maven-plugins/pom.xml b/maven-plugins/pom.xml
index ff04e88..d409e8f 100644
--- a/maven-plugins/pom.xml
+++ b/maven-plugins/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
     <modules>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/maven-plugins/wadl2java-plugin/pom.xml
----------------------------------------------------------------------
diff --git a/maven-plugins/wadl2java-plugin/pom.xml b/maven-plugins/wadl2java-plugin/pom.xml
index 9e05868..512ca82 100644
--- a/maven-plugins/wadl2java-plugin/pom.xml
+++ b/maven-plugins/wadl2java-plugin/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-maven-plugins</artifactId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
     </parent>
     <dependencies>
         <dependency>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/maven-plugins/wsdl-validator-plugin/pom.xml
----------------------------------------------------------------------
diff --git a/maven-plugins/wsdl-validator-plugin/pom.xml b/maven-plugins/wsdl-validator-plugin/pom.xml
index 4264139..18e76dd 100644
--- a/maven-plugins/wsdl-validator-plugin/pom.xml
+++ b/maven-plugins/wsdl-validator-plugin/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-maven-plugins</artifactId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
     </parent>
     <dependencies>
         <dependency>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/osgi/bundle/compatible/pom.xml
----------------------------------------------------------------------
diff --git a/osgi/bundle/compatible/pom.xml b/osgi/bundle/compatible/pom.xml
index 9940920..4872f9b 100644
--- a/osgi/bundle/compatible/pom.xml
+++ b/osgi/bundle/compatible/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-bundle-parent</artifactId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
     </parent>
     <properties>
         <cxf.osgi.symbolic.name>${project.groupId}.bundle</cxf.osgi.symbolic.name>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/osgi/bundle/pom.xml
----------------------------------------------------------------------
diff --git a/osgi/bundle/pom.xml b/osgi/bundle/pom.xml
index 812271a..b6e1b22 100644
--- a/osgi/bundle/pom.xml
+++ b/osgi/bundle/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
     <properties>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/osgi/itests-felix/pom.xml
----------------------------------------------------------------------
diff --git a/osgi/itests-felix/pom.xml b/osgi/itests-felix/pom.xml
index 15aaa46..bf802bc 100644
--- a/osgi/itests-felix/pom.xml
+++ b/osgi/itests-felix/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
     <groupId>org.apache.cxf.osgi.itests</groupId>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/osgi/itests/pom.xml
----------------------------------------------------------------------
diff --git a/osgi/itests/pom.xml b/osgi/itests/pom.xml
index 6d337f4..7f5f6cb 100644
--- a/osgi/itests/pom.xml
+++ b/osgi/itests/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
     <groupId>org.apache.cxf.osgi.itests</groupId>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/osgi/karaf/commands/pom.xml
----------------------------------------------------------------------
diff --git a/osgi/karaf/commands/pom.xml b/osgi/karaf/commands/pom.xml
index 53204c6..91dd6d6 100644
--- a/osgi/karaf/commands/pom.xml
+++ b/osgi/karaf/commands/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.cxf.karaf</groupId>
         <artifactId>karaf-parent</artifactId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
     </parent>
     <artifactId>cxf-karaf-commands</artifactId>
     <packaging>bundle</packaging>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/osgi/karaf/features/pom.xml
----------------------------------------------------------------------
diff --git a/osgi/karaf/features/pom.xml b/osgi/karaf/features/pom.xml
index 9a17b43..6b92322 100644
--- a/osgi/karaf/features/pom.xml
+++ b/osgi/karaf/features/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.cxf.karaf</groupId>
         <artifactId>karaf-parent</artifactId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
     </parent>
     <artifactId>apache-cxf</artifactId>
     <packaging>pom</packaging>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/osgi/karaf/pom.xml
----------------------------------------------------------------------
diff --git a/osgi/karaf/pom.xml b/osgi/karaf/pom.xml
index aff9923..9272d30 100644
--- a/osgi/karaf/pom.xml
+++ b/osgi/karaf/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
     <groupId>org.apache.cxf.karaf</groupId>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/osgi/pom.xml
----------------------------------------------------------------------
diff --git a/osgi/pom.xml b/osgi/pom.xml
index 571b089..3bc13ee 100644
--- a/osgi/pom.xml
+++ b/osgi/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf</artifactId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
     </parent>
     <modules>
         <module>bundle</module>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index d2722c8..376e58d 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf</artifactId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>cxf-parent</artifactId>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index c70da68..756cf9a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,7 +21,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.cxf</groupId>
     <artifactId>cxf</artifactId>
-    <version>3.0.8</version>
+    <version>3.0.9-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 
@@ -32,7 +32,7 @@
         <connection>scm:git:http://git-wip-us.apache.org/repos/asf/cxf.git</connection>
         <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/cxf.git</developerConnection>
         <url>https://git-wip-us.apache.org/repos/asf?p=cxf.git;a=summary</url>
-        <tag>cxf-3.0.8</tag>
+        <tag>HEAD</tag>
     </scm>
     <issueManagement>
         <system>jira</system>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/rt/bindings/coloc/pom.xml
----------------------------------------------------------------------
diff --git a/rt/bindings/coloc/pom.xml b/rt/bindings/coloc/pom.xml
index 2fa6e67..3dc1565 100644
--- a/rt/bindings/coloc/pom.xml
+++ b/rt/bindings/coloc/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <properties>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/rt/bindings/corba/pom.xml
----------------------------------------------------------------------
diff --git a/rt/bindings/corba/pom.xml b/rt/bindings/corba/pom.xml
index b29859e..760546b 100644
--- a/rt/bindings/corba/pom.xml
+++ b/rt/bindings/corba/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <properties>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/rt/bindings/object/pom.xml
----------------------------------------------------------------------
diff --git a/rt/bindings/object/pom.xml b/rt/bindings/object/pom.xml
index 17466ae..e02b03e 100644
--- a/rt/bindings/object/pom.xml
+++ b/rt/bindings/object/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <properties>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/rt/bindings/pom.xml
----------------------------------------------------------------------
diff --git a/rt/bindings/pom.xml b/rt/bindings/pom.xml
index bf3cae2..e40a448 100644
--- a/rt/bindings/pom.xml
+++ b/rt/bindings/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-rt</artifactId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
     </parent>
     <modules>
         <module>soap</module>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/rt/bindings/soap/pom.xml
----------------------------------------------------------------------
diff --git a/rt/bindings/soap/pom.xml b/rt/bindings/soap/pom.xml
index 86e7e31..e669267 100644
--- a/rt/bindings/soap/pom.xml
+++ b/rt/bindings/soap/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <properties>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/rt/bindings/xml/pom.xml
----------------------------------------------------------------------
diff --git a/rt/bindings/xml/pom.xml b/rt/bindings/xml/pom.xml
index df69873..82d5694 100644
--- a/rt/bindings/xml/pom.xml
+++ b/rt/bindings/xml/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <dependencies>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/rt/databinding/aegis/pom.xml
----------------------------------------------------------------------
diff --git a/rt/databinding/aegis/pom.xml b/rt/databinding/aegis/pom.xml
index 12b1b06..2e504e9 100644
--- a/rt/databinding/aegis/pom.xml
+++ b/rt/databinding/aegis/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/rt/databinding/jaxb/pom.xml
----------------------------------------------------------------------
diff --git a/rt/databinding/jaxb/pom.xml b/rt/databinding/jaxb/pom.xml
index 38161b3..f6849cd 100644
--- a/rt/databinding/jaxb/pom.xml
+++ b/rt/databinding/jaxb/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <properties>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/rt/databinding/jibx/pom.xml
----------------------------------------------------------------------
diff --git a/rt/databinding/jibx/pom.xml b/rt/databinding/jibx/pom.xml
index 63eff95..2464cd9 100644
--- a/rt/databinding/jibx/pom.xml
+++ b/rt/databinding/jibx/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <dependencies>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/rt/databinding/sdo/pom.xml
----------------------------------------------------------------------
diff --git a/rt/databinding/sdo/pom.xml b/rt/databinding/sdo/pom.xml
index 213d4de..db8c05c 100644
--- a/rt/databinding/sdo/pom.xml
+++ b/rt/databinding/sdo/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <properties>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/rt/databinding/xmlbeans/pom.xml
----------------------------------------------------------------------
diff --git a/rt/databinding/xmlbeans/pom.xml b/rt/databinding/xmlbeans/pom.xml
index e44d97a..cdd38a5 100644
--- a/rt/databinding/xmlbeans/pom.xml
+++ b/rt/databinding/xmlbeans/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <properties>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/rt/features/clustering/pom.xml
----------------------------------------------------------------------
diff --git a/rt/features/clustering/pom.xml b/rt/features/clustering/pom.xml
index 74640fe..577b36a 100644
--- a/rt/features/clustering/pom.xml
+++ b/rt/features/clustering/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <properties>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/rt/frontend/jaxrs/pom.xml
----------------------------------------------------------------------
diff --git a/rt/frontend/jaxrs/pom.xml b/rt/frontend/jaxrs/pom.xml
index c9218e1..282bc9f 100644
--- a/rt/frontend/jaxrs/pom.xml
+++ b/rt/frontend/jaxrs/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <properties>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/rt/frontend/jaxws/pom.xml
----------------------------------------------------------------------
diff --git a/rt/frontend/jaxws/pom.xml b/rt/frontend/jaxws/pom.xml
index f2b27c1..3a0cf64 100644
--- a/rt/frontend/jaxws/pom.xml
+++ b/rt/frontend/jaxws/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <properties>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/rt/frontend/js/pom.xml
----------------------------------------------------------------------
diff --git a/rt/frontend/js/pom.xml b/rt/frontend/js/pom.xml
index ddbce4d..8ce1231 100644
--- a/rt/frontend/js/pom.xml
+++ b/rt/frontend/js/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <dependencies>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/rt/frontend/simple/pom.xml
----------------------------------------------------------------------
diff --git a/rt/frontend/simple/pom.xml b/rt/frontend/simple/pom.xml
index fe45fcd..b5f39fc 100644
--- a/rt/frontend/simple/pom.xml
+++ b/rt/frontend/simple/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <properties>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/rt/javascript/javascript-rt/pom.xml
----------------------------------------------------------------------
diff --git a/rt/javascript/javascript-rt/pom.xml b/rt/javascript/javascript-rt/pom.xml
index 1a22205..b587229 100644
--- a/rt/javascript/javascript-rt/pom.xml
+++ b/rt/javascript/javascript-rt/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-runtime-javascript</artifactId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
     </parent>
     <dependencies>
         <dependency>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/rt/javascript/javascript-tests/pom.xml
----------------------------------------------------------------------
diff --git a/rt/javascript/javascript-tests/pom.xml b/rt/javascript/javascript-tests/pom.xml
index 07c6634..90c8c50 100644
--- a/rt/javascript/javascript-tests/pom.xml
+++ b/rt/javascript/javascript-tests/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-runtime-javascript</artifactId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
     </parent>
     <dependencies>
         <dependency>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/rt/javascript/pom.xml
----------------------------------------------------------------------
diff --git a/rt/javascript/pom.xml b/rt/javascript/pom.xml
index 56cb4fe..595102c 100644
--- a/rt/javascript/pom.xml
+++ b/rt/javascript/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
     <modules>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/rt/management-web/pom.xml
----------------------------------------------------------------------
diff --git a/rt/management-web/pom.xml b/rt/management-web/pom.xml
index 1d5a269..4c57396 100644
--- a/rt/management-web/pom.xml
+++ b/rt/management-web/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
     <properties>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/rt/management/pom.xml
----------------------------------------------------------------------
diff --git a/rt/management/pom.xml b/rt/management/pom.xml
index 2aab643..6aa3982 100644
--- a/rt/management/pom.xml
+++ b/rt/management/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
     <dependencies>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/rt/pom.xml
----------------------------------------------------------------------
diff --git a/rt/pom.xml b/rt/pom.xml
index 760d658..5ae8d5d 100644
--- a/rt/pom.xml
+++ b/rt/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf</artifactId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
     </parent>
     <modules>
         <module>wsdl</module>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/rt/rs/client/pom.xml
----------------------------------------------------------------------
diff --git a/rt/rs/client/pom.xml b/rt/rs/client/pom.xml
index 01cb946..4c29c7f 100644
--- a/rt/rs/client/pom.xml
+++ b/rt/rs/client/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <properties>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/rt/rs/description/pom.xml
----------------------------------------------------------------------
diff --git a/rt/rs/description/pom.xml b/rt/rs/description/pom.xml
index 920de0b..c1eb3f3 100644
--- a/rt/rs/description/pom.xml
+++ b/rt/rs/description/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <properties>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/rt/rs/extensions/json-basic/pom.xml
----------------------------------------------------------------------
diff --git a/rt/rs/extensions/json-basic/pom.xml b/rt/rs/extensions/json-basic/pom.xml
index 23c4210..b14a718 100644
--- a/rt/rs/extensions/json-basic/pom.xml
+++ b/rt/rs/extensions/json-basic/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
         <relativePath>../../../../parent/pom.xml</relativePath>
     </parent>
     <dependencies>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/rt/rs/extensions/providers/pom.xml
----------------------------------------------------------------------
diff --git a/rt/rs/extensions/providers/pom.xml b/rt/rs/extensions/providers/pom.xml
index 7d0318f..b5be1f6 100644
--- a/rt/rs/extensions/providers/pom.xml
+++ b/rt/rs/extensions/providers/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
         <relativePath>../../../../parent/pom.xml</relativePath>
     </parent>
     <properties>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/rt/rs/extensions/search/pom.xml
----------------------------------------------------------------------
diff --git a/rt/rs/extensions/search/pom.xml b/rt/rs/extensions/search/pom.xml
index 4f07577..7dc15f4 100644
--- a/rt/rs/extensions/search/pom.xml
+++ b/rt/rs/extensions/search/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
         <relativePath>../../../../parent/pom.xml</relativePath>
     </parent>
     <properties>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/rt/rs/http-sci/pom.xml
----------------------------------------------------------------------
diff --git a/rt/rs/http-sci/pom.xml b/rt/rs/http-sci/pom.xml
index 16840b5..6c1e7df 100644
--- a/rt/rs/http-sci/pom.xml
+++ b/rt/rs/http-sci/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <properties>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/rt/rs/security/cors/pom.xml
----------------------------------------------------------------------
diff --git a/rt/rs/security/cors/pom.xml b/rt/rs/security/cors/pom.xml
index 05a06e7..146e291 100644
--- a/rt/rs/security/cors/pom.xml
+++ b/rt/rs/security/cors/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
         <relativePath>../../../../parent/pom.xml</relativePath>
     </parent>
     <dependencies>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/rt/rs/security/jose-parent/jose-jaxrs/pom.xml
----------------------------------------------------------------------
diff --git a/rt/rs/security/jose-parent/jose-jaxrs/pom.xml b/rt/rs/security/jose-parent/jose-jaxrs/pom.xml
index 8b8f431..3a50711 100644
--- a/rt/rs/security/jose-parent/jose-jaxrs/pom.xml
+++ b/rt/rs/security/jose-parent/jose-jaxrs/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
         <relativePath>../../../../../parent/pom.xml</relativePath>
     </parent>
     <dependencies>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/rt/rs/security/jose-parent/jose/pom.xml
----------------------------------------------------------------------
diff --git a/rt/rs/security/jose-parent/jose/pom.xml b/rt/rs/security/jose-parent/jose/pom.xml
index bb528b4..bcd4d5e 100644
--- a/rt/rs/security/jose-parent/jose/pom.xml
+++ b/rt/rs/security/jose-parent/jose/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
         <relativePath>../../../../../parent/pom.xml</relativePath>
     </parent>
     <dependencies>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/rt/rs/security/jose-parent/pom.xml
----------------------------------------------------------------------
diff --git a/rt/rs/security/jose-parent/pom.xml b/rt/rs/security/jose-parent/pom.xml
index 1828f7e..8fb2bda 100644
--- a/rt/rs/security/jose-parent/pom.xml
+++ b/rt/rs/security/jose-parent/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
         <relativePath>../../../../parent/pom.xml</relativePath>
     </parent>
     <modules>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/rt/rs/security/oauth-parent/oauth/pom.xml
----------------------------------------------------------------------
diff --git a/rt/rs/security/oauth-parent/oauth/pom.xml b/rt/rs/security/oauth-parent/oauth/pom.xml
index 09765f4..173b2d5 100644
--- a/rt/rs/security/oauth-parent/oauth/pom.xml
+++ b/rt/rs/security/oauth-parent/oauth/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <artifactId>cxf-rt-rs-security-oauth-parent</artifactId>
         <groupId>org.apache.cxf</groupId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <properties>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/rt/rs/security/oauth-parent/oauth2-saml/pom.xml
----------------------------------------------------------------------
diff --git a/rt/rs/security/oauth-parent/oauth2-saml/pom.xml b/rt/rs/security/oauth-parent/oauth2-saml/pom.xml
index 0b02c90..2c48361 100644
--- a/rt/rs/security/oauth-parent/oauth2-saml/pom.xml
+++ b/rt/rs/security/oauth-parent/oauth2-saml/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <artifactId>cxf-rt-rs-security-oauth-parent</artifactId>
         <groupId>org.apache.cxf</groupId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <dependencies>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/rt/rs/security/oauth-parent/oauth2/pom.xml
----------------------------------------------------------------------
diff --git a/rt/rs/security/oauth-parent/oauth2/pom.xml b/rt/rs/security/oauth-parent/oauth2/pom.xml
index 7f09879..7c9f327 100644
--- a/rt/rs/security/oauth-parent/oauth2/pom.xml
+++ b/rt/rs/security/oauth-parent/oauth2/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <artifactId>cxf-rt-rs-security-oauth-parent</artifactId>
         <groupId>org.apache.cxf</groupId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <properties>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/rt/rs/security/oauth-parent/pom.xml
----------------------------------------------------------------------
diff --git a/rt/rs/security/oauth-parent/pom.xml b/rt/rs/security/oauth-parent/pom.xml
index b7d151a..3580fed 100644
--- a/rt/rs/security/oauth-parent/pom.xml
+++ b/rt/rs/security/oauth-parent/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
         <relativePath>../../../../parent/pom.xml</relativePath>
     </parent>
     <properties>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/rt/rs/security/sso/oidc/pom.xml
----------------------------------------------------------------------
diff --git a/rt/rs/security/sso/oidc/pom.xml b/rt/rs/security/sso/oidc/pom.xml
index e82d15d..1f7997b 100644
--- a/rt/rs/security/sso/oidc/pom.xml
+++ b/rt/rs/security/sso/oidc/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
         <relativePath>../../../../../parent/pom.xml</relativePath>
     </parent>
     <dependencies>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/rt/rs/security/sso/saml/pom.xml
----------------------------------------------------------------------
diff --git a/rt/rs/security/sso/saml/pom.xml b/rt/rs/security/sso/saml/pom.xml
index e5fd8ad..d9189a2 100644
--- a/rt/rs/security/sso/saml/pom.xml
+++ b/rt/rs/security/sso/saml/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
         <relativePath>../../../../../parent/pom.xml</relativePath>
     </parent>
     <properties>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/rt/rs/security/xml/pom.xml
----------------------------------------------------------------------
diff --git a/rt/rs/security/xml/pom.xml b/rt/rs/security/xml/pom.xml
index 0cf2ae9..3f6107f 100644
--- a/rt/rs/security/xml/pom.xml
+++ b/rt/rs/security/xml/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
         <relativePath>../../../../parent/pom.xml</relativePath>
     </parent>
     <dependencies>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/rt/security/pom.xml
----------------------------------------------------------------------
diff --git a/rt/security/pom.xml b/rt/security/pom.xml
index 631a927..ab9c9b3 100644
--- a/rt/security/pom.xml
+++ b/rt/security/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
     <properties>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/rt/transports/http-hc/pom.xml
----------------------------------------------------------------------
diff --git a/rt/transports/http-hc/pom.xml b/rt/transports/http-hc/pom.xml
index 1d421bf..674bc79 100644
--- a/rt/transports/http-hc/pom.xml
+++ b/rt/transports/http-hc/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <properties>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/rt/transports/http-jetty/pom.xml
----------------------------------------------------------------------
diff --git a/rt/transports/http-jetty/pom.xml b/rt/transports/http-jetty/pom.xml
index 1244839..1d631cf 100644
--- a/rt/transports/http-jetty/pom.xml
+++ b/rt/transports/http-jetty/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <properties>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/rt/transports/http-netty/netty-client/pom.xml
----------------------------------------------------------------------
diff --git a/rt/transports/http-netty/netty-client/pom.xml b/rt/transports/http-netty/netty-client/pom.xml
index be6eb96..d9162d4 100644
--- a/rt/transports/http-netty/netty-client/pom.xml
+++ b/rt/transports/http-netty/netty-client/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
         <relativePath>../../../../parent/pom.xml</relativePath>
     </parent>
     <properties>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/rt/transports/http-netty/netty-server/pom.xml
----------------------------------------------------------------------
diff --git a/rt/transports/http-netty/netty-server/pom.xml b/rt/transports/http-netty/netty-server/pom.xml
index 3078abc..004acdb 100644
--- a/rt/transports/http-netty/netty-server/pom.xml
+++ b/rt/transports/http-netty/netty-server/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
         <relativePath>../../../../parent/pom.xml</relativePath>
     </parent>
     <properties>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/rt/transports/http/pom.xml
----------------------------------------------------------------------
diff --git a/rt/transports/http/pom.xml b/rt/transports/http/pom.xml
index 4638e25..52b4878 100644
--- a/rt/transports/http/pom.xml
+++ b/rt/transports/http/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <properties>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/rt/transports/jms/pom.xml
----------------------------------------------------------------------
diff --git a/rt/transports/jms/pom.xml b/rt/transports/jms/pom.xml
index eb43f1e..53e98a9 100644
--- a/rt/transports/jms/pom.xml
+++ b/rt/transports/jms/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <properties>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/rt/transports/local/pom.xml
----------------------------------------------------------------------
diff --git a/rt/transports/local/pom.xml b/rt/transports/local/pom.xml
index 098ed03..5667714 100644
--- a/rt/transports/local/pom.xml
+++ b/rt/transports/local/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <dependencies>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/rt/transports/udp/pom.xml
----------------------------------------------------------------------
diff --git a/rt/transports/udp/pom.xml b/rt/transports/udp/pom.xml
index ffd8884..366ede0 100644
--- a/rt/transports/udp/pom.xml
+++ b/rt/transports/udp/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <dependencies>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/rt/transports/websocket/pom.xml
----------------------------------------------------------------------
diff --git a/rt/transports/websocket/pom.xml b/rt/transports/websocket/pom.xml
index 456274a..d184d9a 100644
--- a/rt/transports/websocket/pom.xml
+++ b/rt/transports/websocket/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <properties>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/rt/ws/addr/pom.xml
----------------------------------------------------------------------
diff --git a/rt/ws/addr/pom.xml b/rt/ws/addr/pom.xml
index 9e8f2ed..74959af 100644
--- a/rt/ws/addr/pom.xml
+++ b/rt/ws/addr/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <properties>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/rt/ws/eventing/pom.xml
----------------------------------------------------------------------
diff --git a/rt/ws/eventing/pom.xml b/rt/ws/eventing/pom.xml
index a7248a2..523add9 100644
--- a/rt/ws/eventing/pom.xml
+++ b/rt/ws/eventing/pom.xml
@@ -9,7 +9,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <dependencies>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/rt/ws/mex/pom.xml
----------------------------------------------------------------------
diff --git a/rt/ws/mex/pom.xml b/rt/ws/mex/pom.xml
index 0b95c9c..2c691c7 100644
--- a/rt/ws/mex/pom.xml
+++ b/rt/ws/mex/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <dependencies>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/rt/ws/policy/pom.xml
----------------------------------------------------------------------
diff --git a/rt/ws/policy/pom.xml b/rt/ws/policy/pom.xml
index 24a49a9..0bcf77c 100644
--- a/rt/ws/policy/pom.xml
+++ b/rt/ws/policy/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <properties>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/rt/ws/rm/pom.xml
----------------------------------------------------------------------
diff --git a/rt/ws/rm/pom.xml b/rt/ws/rm/pom.xml
index c04bfd6..82a7146 100644
--- a/rt/ws/rm/pom.xml
+++ b/rt/ws/rm/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <properties>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/rt/ws/security/pom.xml
----------------------------------------------------------------------
diff --git a/rt/ws/security/pom.xml b/rt/ws/security/pom.xml
index b4767ab..fad4306 100644
--- a/rt/ws/security/pom.xml
+++ b/rt/ws/security/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <properties>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/rt/wsdl/pom.xml
----------------------------------------------------------------------
diff --git a/rt/wsdl/pom.xml b/rt/wsdl/pom.xml
index f6b9bfe..501d86f 100644
--- a/rt/wsdl/pom.xml
+++ b/rt/wsdl/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
     <dependencies>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/services/pom.xml
----------------------------------------------------------------------
diff --git a/services/pom.xml b/services/pom.xml
index d7db448..f4ce9d8 100644
--- a/services/pom.xml
+++ b/services/pom.xml
@@ -28,7 +28,7 @@
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf</artifactId>
         <relativePath>../pom.xml</relativePath>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
     </parent>
     <modules>
         <module>sts</module>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/services/sts/pom.xml
----------------------------------------------------------------------
diff --git a/services/sts/pom.xml b/services/sts/pom.xml
index d22e38e..9d1b519 100644
--- a/services/sts/pom.xml
+++ b/services/sts/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf.services</groupId>
         <artifactId>cxf-services</artifactId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <modules>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/services/sts/sts-core/pom.xml
----------------------------------------------------------------------
diff --git a/services/sts/sts-core/pom.xml b/services/sts/sts-core/pom.xml
index aba77b1..72d1ac6 100644
--- a/services/sts/sts-core/pom.xml
+++ b/services/sts/sts-core/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <dependencies>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/services/sts/sts-war/pom.xml
----------------------------------------------------------------------
diff --git a/services/sts/sts-war/pom.xml b/services/sts/sts-war/pom.xml
index 7eb3442..894e8f4 100644
--- a/services/sts/sts-war/pom.xml
+++ b/services/sts/sts-war/pom.xml
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <dependencies>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/services/sts/systests/advanced/pom.xml
----------------------------------------------------------------------
diff --git a/services/sts/systests/advanced/pom.xml b/services/sts/systests/advanced/pom.xml
index dca6ddf..3a2f84b 100644
--- a/services/sts/systests/advanced/pom.xml
+++ b/services/sts/systests/advanced/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
         <relativePath>../../../../parent/pom.xml</relativePath>
     </parent>
     <dependencies>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/services/sts/systests/basic/pom.xml
----------------------------------------------------------------------
diff --git a/services/sts/systests/basic/pom.xml b/services/sts/systests/basic/pom.xml
index c9aae44..d3cfd47 100644
--- a/services/sts/systests/basic/pom.xml
+++ b/services/sts/systests/basic/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
         <relativePath>../../../../parent/pom.xml</relativePath>
     </parent>
     <dependencies>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/services/sts/systests/pom.xml
----------------------------------------------------------------------
diff --git a/services/sts/systests/pom.xml b/services/sts/systests/pom.xml
index 386dc18..64ef474 100644
--- a/services/sts/systests/pom.xml
+++ b/services/sts/systests/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf.services.sts</groupId>
         <artifactId>cxf-services-sts</artifactId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
     </parent>
     <modules>
         <module>basic</module>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/services/sts/systests/sts-features/pom.xml
----------------------------------------------------------------------
diff --git a/services/sts/systests/sts-features/pom.xml b/services/sts/systests/sts-features/pom.xml
index 2e0a83c..7411fa6 100644
--- a/services/sts/systests/sts-features/pom.xml
+++ b/services/sts/systests/sts-features/pom.xml
@@ -28,7 +28,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
         <relativePath>../../../../parent/pom.xml</relativePath>
     </parent>
     <build>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/services/sts/systests/sts-itests/pom.xml
----------------------------------------------------------------------
diff --git a/services/sts/systests/sts-itests/pom.xml b/services/sts/systests/sts-itests/pom.xml
index c1ea488..9128d69 100644
--- a/services/sts/systests/sts-itests/pom.xml
+++ b/services/sts/systests/sts-itests/pom.xml
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
         <relativePath>../../../../parent/pom.xml</relativePath>
     </parent>
     <dependencies>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/services/sts/systests/sts-osgi/pom.xml
----------------------------------------------------------------------
diff --git a/services/sts/systests/sts-osgi/pom.xml b/services/sts/systests/sts-osgi/pom.xml
index 73342c0..35447ed 100644
--- a/services/sts/systests/sts-osgi/pom.xml
+++ b/services/sts/systests/sts-osgi/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
         <relativePath>../../../../parent/pom.xml</relativePath>
     </parent>
     <dependencies>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/services/ws-discovery/pom.xml
----------------------------------------------------------------------
diff --git a/services/ws-discovery/pom.xml b/services/ws-discovery/pom.xml
index 78f726d..5ff70d1 100644
--- a/services/ws-discovery/pom.xml
+++ b/services/ws-discovery/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf.services</groupId>
         <artifactId>cxf-services</artifactId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <modules>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/services/ws-discovery/ws-discovery-api/pom.xml
----------------------------------------------------------------------
diff --git a/services/ws-discovery/ws-discovery-api/pom.xml b/services/ws-discovery/ws-discovery-api/pom.xml
index 40cbd6d..200ee1a 100644
--- a/services/ws-discovery/ws-discovery-api/pom.xml
+++ b/services/ws-discovery/ws-discovery-api/pom.xml
@@ -28,7 +28,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <properties>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/services/ws-discovery/ws-discovery-service/pom.xml
----------------------------------------------------------------------
diff --git a/services/ws-discovery/ws-discovery-service/pom.xml b/services/ws-discovery/ws-discovery-service/pom.xml
index a4e6151..8beda6a 100644
--- a/services/ws-discovery/ws-discovery-service/pom.xml
+++ b/services/ws-discovery/ws-discovery-service/pom.xml
@@ -28,7 +28,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <properties>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/services/wsn/pom.xml
----------------------------------------------------------------------
diff --git a/services/wsn/pom.xml b/services/wsn/pom.xml
index 3474f47..0044076 100644
--- a/services/wsn/pom.xml
+++ b/services/wsn/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf.services</groupId>
         <artifactId>cxf-services</artifactId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <modules>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/services/wsn/wsn-api/pom.xml
----------------------------------------------------------------------
diff --git a/services/wsn/wsn-api/pom.xml b/services/wsn/wsn-api/pom.xml
index df1c3a4..7daeefe 100644
--- a/services/wsn/wsn-api/pom.xml
+++ b/services/wsn/wsn-api/pom.xml
@@ -28,7 +28,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <dependencies>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/services/wsn/wsn-core/pom.xml
----------------------------------------------------------------------
diff --git a/services/wsn/wsn-core/pom.xml b/services/wsn/wsn-core/pom.xml
index 538b7e4..d7ca93a 100644
--- a/services/wsn/wsn-core/pom.xml
+++ b/services/wsn/wsn-core/pom.xml
@@ -28,7 +28,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <properties>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/services/wsn/wsn-osgi/pom.xml
----------------------------------------------------------------------
diff --git a/services/wsn/wsn-osgi/pom.xml b/services/wsn/wsn-osgi/pom.xml
index 1672eb5..4b2d036 100644
--- a/services/wsn/wsn-osgi/pom.xml
+++ b/services/wsn/wsn-osgi/pom.xml
@@ -28,7 +28,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <dependencies>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/services/xkms/pom.xml
----------------------------------------------------------------------
diff --git a/services/xkms/pom.xml b/services/xkms/pom.xml
index d044d13..ca41075 100644
--- a/services/xkms/pom.xml
+++ b/services/xkms/pom.xml
@@ -28,7 +28,7 @@
     <parent>
         <groupId>org.apache.cxf.services</groupId>
         <artifactId>cxf-services</artifactId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <modules>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/services/xkms/xkms-client/pom.xml
----------------------------------------------------------------------
diff --git a/services/xkms/xkms-client/pom.xml b/services/xkms/xkms-client/pom.xml
index 341d726..d840edb 100644
--- a/services/xkms/xkms-client/pom.xml
+++ b/services/xkms/xkms-client/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <build>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/services/xkms/xkms-common/pom.xml
----------------------------------------------------------------------
diff --git a/services/xkms/xkms-common/pom.xml b/services/xkms/xkms-common/pom.xml
index d739b50..fc4220c 100644
--- a/services/xkms/xkms-common/pom.xml
+++ b/services/xkms/xkms-common/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <dependencies>


[6/6] cxf git commit: [maven-release-plugin] prepare for next development iteration

Posted by dk...@apache.org.
[maven-release-plugin] prepare for next development iteration


Project: http://git-wip-us.apache.org/repos/asf/cxf/repo
Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/6649ac50
Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/6649ac50
Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/6649ac50

Branch: refs/heads/3.0.x-fixes
Commit: 6649ac50a72562f95155b6eb2974a4e4f82f10e1
Parents: 1b8726d
Author: Daniel Kulp <dk...@apache.org>
Authored: Tue Feb 2 15:36:14 2016 -0500
Committer: Daniel Kulp <dk...@apache.org>
Committed: Tue Feb 2 15:36:14 2016 -0500

----------------------------------------------------------------------
 core/pom.xml                                        |  2 +-
 distribution/javadoc/pom.xml                        |  2 +-
 distribution/manifest/pom.xml                       |  2 +-
 distribution/pom.xml                                |  2 +-
 distribution/src/main/release/samples/aegis/pom.xml | 10 +++++-----
 .../main/release/samples/aegis_standalone/pom.xml   |  4 ++--
 .../src/main/release/samples/callback/pom.xml       |  8 ++++----
 .../samples/configuration_interceptor/pom.xml       | 10 +++++-----
 .../src/main/release/samples/corba/bank/pom.xml     |  8 ++++----
 .../samples/corba/bank_ws_addressing/pom.xml        |  8 ++++----
 .../main/release/samples/corba/hello_world/pom.xml  |  8 ++++----
 .../release/samples/groovy_spring_support/pom.xml   |  8 ++++----
 .../main/release/samples/in_jvm_transport/pom.xml   | 10 +++++-----
 .../main/release/samples/java_first_jaxws/pom.xml   |  6 +++---
 .../samples/java_first_jaxws_factory_bean/pom.xml   |  8 ++++----
 .../src/main/release/samples/java_first_jms/pom.xml |  6 +++---
 .../main/release/samples/java_first_pojo/pom.xml    |  8 ++++----
 .../samples/java_first_spring_support/pom.xml       |  8 ++++----
 .../src/main/release/samples/jax_rs/basic/pom.xml   |  8 ++++----
 .../main/release/samples/jax_rs/basic_https/pom.xml |  2 +-
 .../samples/jax_rs/content_negotiation/pom.xml      | 10 +++++-----
 .../samples/jax_rs/description_swagger/pom.xml      | 10 +++++-----
 .../samples/jax_rs/description_swagger2/pom.xml     | 10 +++++-----
 .../jax_rs/description_swagger2_osgi/pom.xml        |  8 ++++----
 .../samples/jax_rs/description_swagger2_web/pom.xml |  8 ++++----
 .../release/samples/jax_rs/minimal_osgi/pom.xml     |  2 +-
 .../release/samples/jax_rs/spring_security/pom.xml  |  8 ++++----
 .../main/release/samples/jax_rs/websocket/pom.xml   | 10 +++++-----
 .../release/samples/jax_server_aegis_client/pom.xml | 10 +++++-----
 .../src/main/release/samples/jaxws_async/pom.xml    | 10 +++++-----
 .../release/samples/jaxws_dispatch_provider/pom.xml |  8 ++++----
 .../src/main/release/samples/jaxws_handlers/pom.xml |  8 ++++----
 .../src/main/release/samples/jms_pubsub/pom.xml     |  8 ++++----
 .../src/main/release/samples/jms_queue/pom.xml      |  6 +++---
 .../src/main/release/samples/jms_spec_demo/pom.xml  |  6 +++---
 .../main/release/samples/jms_spring_config/pom.xml  |  6 +++---
 .../samples/js_browser_client_java_first/pom.xml    | 10 +++++-----
 .../samples/js_browser_client_simple/pom.xml        | 10 +++++-----
 .../src/main/release/samples/js_client/pom.xml      | 10 +++++-----
 .../src/main/release/samples/js_provider/pom.xml    |  8 ++++----
 .../release/samples/logbrowser-blueprint/pom.xml    |  2 +-
 .../src/main/release/samples/logbrowser/pom.xml     |  2 +-
 distribution/src/main/release/samples/mtom/pom.xml  |  8 ++++----
 .../src/main/release/samples/oauth/client/pom.xml   |  2 +-
 .../src/main/release/samples/oauth/server/pom.xml   |  2 +-
 distribution/src/main/release/samples/pom.xml       |  2 +-
 .../main/release/samples/restful_dispatch/pom.xml   | 10 +++++-----
 .../release/samples/ruby_spring_support/pom.xml     |  8 ++++----
 .../src/main/release/samples/soap_header/pom.xml    |  8 ++++----
 distribution/src/main/release/samples/sts/pom.xml   |  2 +-
 .../src/main/release/samples/ws_addressing/pom.xml  |  8 ++++----
 .../src/main/release/samples/ws_discovery/pom.xml   | 10 +++++-----
 .../src/main/release/samples/ws_eventing/pom.xml    |  2 +-
 .../main/release/samples/ws_notification/pom.xml    | 14 +++++++-------
 .../src/main/release/samples/ws_policy/pom.xml      |  8 ++++----
 distribution/src/main/release/samples/ws_rm/pom.xml | 10 +++++-----
 .../release/samples/ws_security/sign_enc/pom.xml    | 16 ++++++++--------
 .../samples/ws_security/sign_enc_policy/pom.xml     |  2 +-
 .../src/main/release/samples/ws_security/ut/pom.xml | 10 +++++-----
 .../release/samples/ws_security/ut_policy/pom.xml   |  2 +-
 .../src/main/release/samples/wsdl_first/pom.xml     |  6 +++---
 .../samples/wsdl_first_dynamic_client/pom.xml       |  8 ++++----
 .../main/release/samples/wsdl_first_https/pom.xml   |  2 +-
 .../release/samples/wsdl_first_pure_xml/pom.xml     |  8 ++++----
 .../main/release/samples/wsdl_first_rpclit/pom.xml  |  8 ++++----
 .../main/release/samples/wsdl_first_soap12/pom.xml  |  8 ++++----
 .../release/samples/wsdl_first_xml_wrapped/pom.xml  |  8 ++++----
 .../release/samples/wsdl_first_xmlbeans/pom.xml     | 10 +++++-----
 integration/cdi/pom.xml                             |  2 +-
 integration/jca/pom.xml                             |  2 +-
 integration/pom.xml                                 |  2 +-
 maven-plugins/archetypes/cxf-jaxrs-service/pom.xml  |  2 +-
 .../archetypes/cxf-jaxws-javafirst/pom.xml          |  4 ++--
 maven-plugins/archetypes/pom.xml                    |  2 +-
 maven-plugins/codegen-plugin/pom.xml                |  2 +-
 maven-plugins/corba/pom.xml                         |  2 +-
 maven-plugins/java2wadl-plugin/pom.xml              |  4 ++--
 maven-plugins/java2ws-plugin/pom.xml                |  2 +-
 maven-plugins/pom.xml                               |  2 +-
 maven-plugins/wadl2java-plugin/pom.xml              |  2 +-
 maven-plugins/wsdl-validator-plugin/pom.xml         |  2 +-
 osgi/bundle/compatible/pom.xml                      |  2 +-
 osgi/bundle/pom.xml                                 |  2 +-
 osgi/itests-felix/pom.xml                           |  2 +-
 osgi/itests/pom.xml                                 |  2 +-
 osgi/karaf/commands/pom.xml                         |  2 +-
 osgi/karaf/features/pom.xml                         |  2 +-
 osgi/karaf/pom.xml                                  |  2 +-
 osgi/pom.xml                                        |  2 +-
 parent/pom.xml                                      |  2 +-
 pom.xml                                             |  4 ++--
 rt/bindings/coloc/pom.xml                           |  2 +-
 rt/bindings/corba/pom.xml                           |  2 +-
 rt/bindings/object/pom.xml                          |  2 +-
 rt/bindings/pom.xml                                 |  2 +-
 rt/bindings/soap/pom.xml                            |  2 +-
 rt/bindings/xml/pom.xml                             |  2 +-
 rt/databinding/aegis/pom.xml                        |  2 +-
 rt/databinding/jaxb/pom.xml                         |  2 +-
 rt/databinding/jibx/pom.xml                         |  2 +-
 rt/databinding/sdo/pom.xml                          |  2 +-
 rt/databinding/xmlbeans/pom.xml                     |  2 +-
 rt/features/clustering/pom.xml                      |  2 +-
 rt/frontend/jaxrs/pom.xml                           |  2 +-
 rt/frontend/jaxws/pom.xml                           |  2 +-
 rt/frontend/js/pom.xml                              |  2 +-
 rt/frontend/simple/pom.xml                          |  2 +-
 rt/javascript/javascript-rt/pom.xml                 |  2 +-
 rt/javascript/javascript-tests/pom.xml              |  2 +-
 rt/javascript/pom.xml                               |  2 +-
 rt/management-web/pom.xml                           |  2 +-
 rt/management/pom.xml                               |  2 +-
 rt/pom.xml                                          |  2 +-
 rt/rs/client/pom.xml                                |  2 +-
 rt/rs/description/pom.xml                           |  2 +-
 rt/rs/extensions/json-basic/pom.xml                 |  2 +-
 rt/rs/extensions/providers/pom.xml                  |  2 +-
 rt/rs/extensions/search/pom.xml                     |  2 +-
 rt/rs/http-sci/pom.xml                              |  2 +-
 rt/rs/security/cors/pom.xml                         |  2 +-
 rt/rs/security/jose-parent/jose-jaxrs/pom.xml       |  2 +-
 rt/rs/security/jose-parent/jose/pom.xml             |  2 +-
 rt/rs/security/jose-parent/pom.xml                  |  2 +-
 rt/rs/security/oauth-parent/oauth/pom.xml           |  2 +-
 rt/rs/security/oauth-parent/oauth2-saml/pom.xml     |  2 +-
 rt/rs/security/oauth-parent/oauth2/pom.xml          |  2 +-
 rt/rs/security/oauth-parent/pom.xml                 |  2 +-
 rt/rs/security/sso/oidc/pom.xml                     |  2 +-
 rt/rs/security/sso/saml/pom.xml                     |  2 +-
 rt/rs/security/xml/pom.xml                          |  2 +-
 rt/security/pom.xml                                 |  2 +-
 rt/transports/http-hc/pom.xml                       |  2 +-
 rt/transports/http-jetty/pom.xml                    |  2 +-
 rt/transports/http-netty/netty-client/pom.xml       |  2 +-
 rt/transports/http-netty/netty-server/pom.xml       |  2 +-
 rt/transports/http/pom.xml                          |  2 +-
 rt/transports/jms/pom.xml                           |  2 +-
 rt/transports/local/pom.xml                         |  2 +-
 rt/transports/udp/pom.xml                           |  2 +-
 rt/transports/websocket/pom.xml                     |  2 +-
 rt/ws/addr/pom.xml                                  |  2 +-
 rt/ws/eventing/pom.xml                              |  2 +-
 rt/ws/mex/pom.xml                                   |  2 +-
 rt/ws/policy/pom.xml                                |  2 +-
 rt/ws/rm/pom.xml                                    |  2 +-
 rt/ws/security/pom.xml                              |  2 +-
 rt/wsdl/pom.xml                                     |  2 +-
 services/pom.xml                                    |  2 +-
 services/sts/pom.xml                                |  2 +-
 services/sts/sts-core/pom.xml                       |  2 +-
 services/sts/sts-war/pom.xml                        |  2 +-
 services/sts/systests/advanced/pom.xml              |  2 +-
 services/sts/systests/basic/pom.xml                 |  2 +-
 services/sts/systests/pom.xml                       |  2 +-
 services/sts/systests/sts-features/pom.xml          |  2 +-
 services/sts/systests/sts-itests/pom.xml            |  2 +-
 services/sts/systests/sts-osgi/pom.xml              |  2 +-
 services/ws-discovery/pom.xml                       |  2 +-
 services/ws-discovery/ws-discovery-api/pom.xml      |  2 +-
 services/ws-discovery/ws-discovery-service/pom.xml  |  2 +-
 services/wsn/pom.xml                                |  2 +-
 services/wsn/wsn-api/pom.xml                        |  2 +-
 services/wsn/wsn-core/pom.xml                       |  2 +-
 services/wsn/wsn-osgi/pom.xml                       |  2 +-
 services/xkms/pom.xml                               |  2 +-
 services/xkms/xkms-client/pom.xml                   |  2 +-
 services/xkms/xkms-common/pom.xml                   |  2 +-
 services/xkms/xkms-features/pom.xml                 |  2 +-
 services/xkms/xkms-itests/pom.xml                   |  2 +-
 services/xkms/xkms-osgi/pom.xml                     |  2 +-
 services/xkms/xkms-service/pom.xml                  |  2 +-
 services/xkms/xkms-war/pom.xml                      |  2 +-
 services/xkms/xkms-x509-handlers/pom.xml            |  2 +-
 services/xkms/xkms-x509-repo-ldap/pom.xml           |  2 +-
 systests/cdi/pom.xml                                |  2 +-
 systests/container-integration/grizzly/pom.xml      |  2 +-
 systests/container-integration/pom.xml              |  2 +-
 systests/container-integration/webapp/pom.xml       |  2 +-
 systests/databinding/pom.xml                        |  2 +-
 systests/jaxrs/pom.xml                              |  2 +-
 systests/jaxws/pom.xml                              |  2 +-
 systests/jibx/databinding-jibx/pom.xml              |  2 +-
 systests/jibx/jaxrs-jibx/pom.xml                    |  2 +-
 systests/jibx/pom.xml                               |  2 +-
 systests/kerberos/pom.xml                           |  2 +-
 systests/pom.xml                                    |  2 +-
 systests/rs-http-sci/pom.xml                        |  2 +-
 systests/rs-security/pom.xml                        |  2 +-
 systests/transport-jms/pom.xml                      |  2 +-
 systests/transports-ssl3/pom.xml                    |  2 +-
 systests/transports/pom.xml                         |  2 +-
 systests/uncategorized/pom.xml                      |  2 +-
 systests/ws-rm/pom.xml                              |  2 +-
 systests/ws-security-examples/pom.xml               |  2 +-
 systests/ws-security/pom.xml                        |  2 +-
 systests/ws-specs/pom.xml                           |  2 +-
 systests/wsdl_maven/codegen/pom.xml                 |  2 +-
 systests/wsdl_maven/java2ws/pom.xml                 |  2 +-
 systests/wsdl_maven/pom.xml                         |  2 +-
 testutils/pom.xml                                   |  2 +-
 tools/common/pom.xml                                |  2 +-
 tools/corba/pom.xml                                 |  2 +-
 tools/javato/pom.xml                                |  2 +-
 tools/javato/ws/pom.xml                             |  2 +-
 tools/pom.xml                                       |  2 +-
 tools/validator/pom.xml                             |  2 +-
 tools/wadlto/jaxrs/pom.xml                          |  2 +-
 tools/wadlto/pom.xml                                |  2 +-
 tools/wsdlto/core/pom.xml                           |  2 +-
 tools/wsdlto/databinding/jaxb/pom.xml               |  2 +-
 tools/wsdlto/frontend/javascript/pom.xml            |  2 +-
 tools/wsdlto/frontend/jaxws/pom.xml                 |  2 +-
 tools/wsdlto/misc/pom.xml                           |  2 +-
 tools/wsdlto/pom.xml                                |  2 +-
 tools/wsdlto/test/pom.xml                           |  2 +-
 215 files changed, 390 insertions(+), 390 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/core/pom.xml
----------------------------------------------------------------------
diff --git a/core/pom.xml b/core/pom.xml
index 0dfe719..e5d3b05 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
     <properties>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/distribution/javadoc/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/javadoc/pom.xml b/distribution/javadoc/pom.xml
index 9f50a00..7aaede8 100644
--- a/distribution/javadoc/pom.xml
+++ b/distribution/javadoc/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
     <dependencies>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/distribution/manifest/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/manifest/pom.xml b/distribution/manifest/pom.xml
index af95f2b..b9faec1 100644
--- a/distribution/manifest/pom.xml
+++ b/distribution/manifest/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
     <properties>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/distribution/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/pom.xml b/distribution/pom.xml
index 45c4a26..695ea99 100644
--- a/distribution/pom.xml
+++ b/distribution/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
     <properties>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/distribution/src/main/release/samples/aegis/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/src/main/release/samples/aegis/pom.xml b/distribution/src/main/release/samples/aegis/pom.xml
index 13aa0ab..4e0ca86 100644
--- a/distribution/src/main/release/samples/aegis/pom.xml
+++ b/distribution/src/main/release/samples/aegis/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
     </parent>
     <properties>
         <cxf.version>${project.version}</cxf.version>
@@ -99,24 +99,24 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>3.0.8</version>
+            <version>3.0.9-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-databinding-aegis</artifactId>
-            <version>3.0.8</version>
+            <version>3.0.9-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>3.0.8</version>
+            <version>3.0.9-SNAPSHOT</version>
         </dependency>
         <!-- The server example in here launches the embedded jetty. Not needed
              if you deploy a WAR. -->
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http-jetty</artifactId>
-            <version>3.0.8</version>
+            <version>3.0.9-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>junit</groupId>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/distribution/src/main/release/samples/aegis_standalone/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/src/main/release/samples/aegis_standalone/pom.xml b/distribution/src/main/release/samples/aegis_standalone/pom.xml
index bae3691..63d52f7 100644
--- a/distribution/src/main/release/samples/aegis_standalone/pom.xml
+++ b/distribution/src/main/release/samples/aegis_standalone/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
     </parent>
     <properties>
         <cxf.version>${project.version}</cxf.version>
@@ -99,7 +99,7 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-databinding-aegis</artifactId>
-            <version>3.0.8</version>
+            <version>3.0.9-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>net.java.dev.stax-utils</groupId>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/distribution/src/main/release/samples/callback/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/src/main/release/samples/callback/pom.xml b/distribution/src/main/release/samples/callback/pom.xml
index eb1c669..c88d03d 100644
--- a/distribution/src/main/release/samples/callback/pom.xml
+++ b/distribution/src/main/release/samples/callback/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
     </parent>
     <properties>
         <cxf.version>${project.version}</cxf.version>
@@ -125,17 +125,17 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>3.0.8</version>
+            <version>3.0.9-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>3.0.8</version>
+            <version>3.0.9-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http-jetty</artifactId>
-            <version>3.0.8</version>
+            <version>3.0.9-SNAPSHOT</version>
         </dependency>
     </dependencies>
 </project>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/distribution/src/main/release/samples/configuration_interceptor/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/src/main/release/samples/configuration_interceptor/pom.xml b/distribution/src/main/release/samples/configuration_interceptor/pom.xml
index 9f75bd9..da3328c 100644
--- a/distribution/src/main/release/samples/configuration_interceptor/pom.xml
+++ b/distribution/src/main/release/samples/configuration_interceptor/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
     </parent>
     <properties>
         <cxf.version>${project.version}</cxf.version>
@@ -128,22 +128,22 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>3.0.8</version>
+            <version>3.0.9-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>3.0.8</version>
+            <version>3.0.9-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http-jetty</artifactId>
-            <version>3.0.8</version>
+            <version>3.0.9-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-management</artifactId>
-            <version>3.0.8</version>
+            <version>3.0.9-SNAPSHOT</version>
         </dependency>
     </dependencies>
 </project>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/distribution/src/main/release/samples/corba/bank/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/src/main/release/samples/corba/bank/pom.xml b/distribution/src/main/release/samples/corba/bank/pom.xml
index a7472e4..6f42f56 100644
--- a/distribution/src/main/release/samples/corba/bank/pom.xml
+++ b/distribution/src/main/release/samples/corba/bank/pom.xml
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
         <relativePath>../..</relativePath>
     </parent>
     <properties>
@@ -129,17 +129,17 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>3.0.8</version>
+            <version>3.0.9-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-bindings-corba</artifactId>
-            <version>3.0.8</version>
+            <version>3.0.9-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-tools-common</artifactId>
-            <version>3.0.8</version>
+            <version>3.0.9-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.springframework</groupId>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/distribution/src/main/release/samples/corba/bank_ws_addressing/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/src/main/release/samples/corba/bank_ws_addressing/pom.xml b/distribution/src/main/release/samples/corba/bank_ws_addressing/pom.xml
index 6f493ad..23e75e4 100644
--- a/distribution/src/main/release/samples/corba/bank_ws_addressing/pom.xml
+++ b/distribution/src/main/release/samples/corba/bank_ws_addressing/pom.xml
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
         <relativePath>../..</relativePath>
     </parent>
     <properties>
@@ -232,17 +232,17 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>3.0.8</version>
+            <version>3.0.9-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-bindings-corba</artifactId>
-            <version>3.0.8</version>
+            <version>3.0.9-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-tools-common</artifactId>
-            <version>3.0.8</version>
+            <version>3.0.9-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.springframework</groupId>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/distribution/src/main/release/samples/corba/hello_world/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/src/main/release/samples/corba/hello_world/pom.xml b/distribution/src/main/release/samples/corba/hello_world/pom.xml
index ef3ae9b..1d8d88d 100644
--- a/distribution/src/main/release/samples/corba/hello_world/pom.xml
+++ b/distribution/src/main/release/samples/corba/hello_world/pom.xml
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
         <relativePath>../..</relativePath>
     </parent>
     <properties>
@@ -277,17 +277,17 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>3.0.8</version>
+            <version>3.0.9-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-bindings-corba</artifactId>
-            <version>3.0.8</version>
+            <version>3.0.9-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-tools-common</artifactId>
-            <version>3.0.8</version>
+            <version>3.0.9-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.springframework</groupId>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/distribution/src/main/release/samples/groovy_spring_support/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/src/main/release/samples/groovy_spring_support/pom.xml b/distribution/src/main/release/samples/groovy_spring_support/pom.xml
index b0c8b9e..8863014 100644
--- a/distribution/src/main/release/samples/groovy_spring_support/pom.xml
+++ b/distribution/src/main/release/samples/groovy_spring_support/pom.xml
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
     </parent>
     <properties>
         <cxf.version>${project.version}</cxf.version>
@@ -108,18 +108,18 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>3.0.8</version>
+            <version>3.0.9-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>3.0.8</version>
+            <version>3.0.9-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>3.0.8</version>
+            <version>3.0.9-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.codehaus.groovy</groupId>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/distribution/src/main/release/samples/in_jvm_transport/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/src/main/release/samples/in_jvm_transport/pom.xml b/distribution/src/main/release/samples/in_jvm_transport/pom.xml
index 47f67c8..9c8f9cb 100644
--- a/distribution/src/main/release/samples/in_jvm_transport/pom.xml
+++ b/distribution/src/main/release/samples/in_jvm_transport/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
     </parent>
     <properties>
         <cxf.version>${project.version}</cxf.version>
@@ -95,23 +95,23 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>3.0.8</version>
+            <version>3.0.9-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>3.0.8</version>
+            <version>3.0.9-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>3.0.8</version>
+            <version>3.0.9-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-bindings-coloc</artifactId>
-            <version>3.0.8</version>
+            <version>3.0.9-SNAPSHOT</version>
         </dependency>
     </dependencies>
 </project>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/distribution/src/main/release/samples/java_first_jaxws/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/src/main/release/samples/java_first_jaxws/pom.xml b/distribution/src/main/release/samples/java_first_jaxws/pom.xml
index f6de82e..07827e2 100644
--- a/distribution/src/main/release/samples/java_first_jaxws/pom.xml
+++ b/distribution/src/main/release/samples/java_first_jaxws/pom.xml
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
     </parent>
     <properties>
         <cxf.version>${project.version}</cxf.version>
@@ -120,12 +120,12 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>3.0.8</version>
+            <version>3.0.9-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>3.0.8</version>
+            <version>3.0.9-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.springframework</groupId>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/distribution/src/main/release/samples/java_first_jaxws_factory_bean/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/src/main/release/samples/java_first_jaxws_factory_bean/pom.xml b/distribution/src/main/release/samples/java_first_jaxws_factory_bean/pom.xml
index d8d4686..c47242f 100644
--- a/distribution/src/main/release/samples/java_first_jaxws_factory_bean/pom.xml
+++ b/distribution/src/main/release/samples/java_first_jaxws_factory_bean/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
     </parent>
     <properties>
         <cxf.version>${project.version}</cxf.version>
@@ -93,18 +93,18 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>3.0.8</version>
+            <version>3.0.9-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>3.0.8</version>
+            <version>3.0.9-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>3.0.8</version>
+            <version>3.0.9-SNAPSHOT</version>
         </dependency>
     </dependencies>
 </project>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/distribution/src/main/release/samples/java_first_jms/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/src/main/release/samples/java_first_jms/pom.xml b/distribution/src/main/release/samples/java_first_jms/pom.xml
index 5523cdd..2602e7f 100644
--- a/distribution/src/main/release/samples/java_first_jms/pom.xml
+++ b/distribution/src/main/release/samples/java_first_jms/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
     </parent>
     <properties>
         <cxf.version>${project.version}</cxf.version>
@@ -112,12 +112,12 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>3.0.8</version>
+            <version>3.0.9-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-jms</artifactId>
-            <version>3.0.8</version>
+            <version>3.0.9-SNAPSHOT</version>
         </dependency>
     </dependencies>
 </project>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/distribution/src/main/release/samples/java_first_pojo/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/src/main/release/samples/java_first_pojo/pom.xml b/distribution/src/main/release/samples/java_first_pojo/pom.xml
index 3481720..927db51 100644
--- a/distribution/src/main/release/samples/java_first_pojo/pom.xml
+++ b/distribution/src/main/release/samples/java_first_pojo/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
     </parent>
     <properties>
         <cxf.version>${project.version}</cxf.version>
@@ -93,18 +93,18 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>3.0.8</version>
+            <version>3.0.9-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>3.0.8</version>
+            <version>3.0.9-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>3.0.8</version>
+            <version>3.0.9-SNAPSHOT</version>
         </dependency>
     </dependencies>
 </project>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/distribution/src/main/release/samples/java_first_spring_support/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/src/main/release/samples/java_first_spring_support/pom.xml b/distribution/src/main/release/samples/java_first_spring_support/pom.xml
index 5fe5c9a..e717a5e 100644
--- a/distribution/src/main/release/samples/java_first_spring_support/pom.xml
+++ b/distribution/src/main/release/samples/java_first_spring_support/pom.xml
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
     </parent>
     <properties>
         <cxf.version>${project.version}</cxf.version>
@@ -96,17 +96,17 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>3.0.8</version>
+            <version>3.0.9-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>3.0.8</version>
+            <version>3.0.9-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http-jetty</artifactId>
-            <version>3.0.8</version>
+            <version>3.0.9-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.springframework</groupId>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/distribution/src/main/release/samples/jax_rs/basic/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/src/main/release/samples/jax_rs/basic/pom.xml b/distribution/src/main/release/samples/jax_rs/basic/pom.xml
index f37c3a2..b15b3a5 100644
--- a/distribution/src/main/release/samples/jax_rs/basic/pom.xml
+++ b/distribution/src/main/release/samples/jax_rs/basic/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
         <relativePath>../..</relativePath>
     </parent>
     <properties>
@@ -95,18 +95,18 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>3.0.8</version>
+            <version>3.0.9-SNAPSHOT</version>
         </dependency>
         <!-- This dependency is needed if you're using the Jetty container -->
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http-jetty</artifactId>
-            <version>3.0.8</version>
+            <version>3.0.9-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxrs</artifactId>
-            <version>3.0.8</version>
+            <version>3.0.9-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>commons-httpclient</groupId>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/distribution/src/main/release/samples/jax_rs/basic_https/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/src/main/release/samples/jax_rs/basic_https/pom.xml b/distribution/src/main/release/samples/jax_rs/basic_https/pom.xml
index d7cd726..5a8ad53 100644
--- a/distribution/src/main/release/samples/jax_rs/basic_https/pom.xml
+++ b/distribution/src/main/release/samples/jax_rs/basic_https/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
         <relativePath>../..</relativePath>
     </parent>
     <properties>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/distribution/src/main/release/samples/jax_rs/content_negotiation/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/src/main/release/samples/jax_rs/content_negotiation/pom.xml b/distribution/src/main/release/samples/jax_rs/content_negotiation/pom.xml
index a2cd8d6..c79299e 100644
--- a/distribution/src/main/release/samples/jax_rs/content_negotiation/pom.xml
+++ b/distribution/src/main/release/samples/jax_rs/content_negotiation/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
         <relativePath>../..</relativePath>
     </parent>
     <properties>
@@ -95,23 +95,23 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>3.0.8</version>
+            <version>3.0.9-SNAPSHOT</version>
         </dependency>
         <!-- This dependency is needed if you're using the Jetty container -->
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http-jetty</artifactId>
-            <version>3.0.8</version>
+            <version>3.0.9-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxrs</artifactId>
-            <version>3.0.8</version>
+            <version>3.0.9-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-rs-extension-providers</artifactId>
-            <version>3.0.8</version>
+            <version>3.0.9-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.codehaus.jettison</groupId>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/distribution/src/main/release/samples/jax_rs/description_swagger/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/src/main/release/samples/jax_rs/description_swagger/pom.xml b/distribution/src/main/release/samples/jax_rs/description_swagger/pom.xml
index 8bdd210..e4cd367 100644
--- a/distribution/src/main/release/samples/jax_rs/description_swagger/pom.xml
+++ b/distribution/src/main/release/samples/jax_rs/description_swagger/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
         <relativePath>../..</relativePath>
     </parent>
 
@@ -129,23 +129,23 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>3.0.8</version>
+            <version>3.0.9-SNAPSHOT</version>
         </dependency>
         <!-- This dependency is needed if you're using the Jetty container -->
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http-jetty</artifactId>
-            <version>3.0.8</version>
+            <version>3.0.9-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxrs</artifactId>
-            <version>3.0.8</version>
+            <version>3.0.9-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-rs-service-description</artifactId>
-            <version>3.0.8</version>
+            <version>3.0.9-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>commons-lang</groupId>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/distribution/src/main/release/samples/jax_rs/description_swagger2/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/src/main/release/samples/jax_rs/description_swagger2/pom.xml b/distribution/src/main/release/samples/jax_rs/description_swagger2/pom.xml
index b3df855..af72c79 100644
--- a/distribution/src/main/release/samples/jax_rs/description_swagger2/pom.xml
+++ b/distribution/src/main/release/samples/jax_rs/description_swagger2/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
         <relativePath>../..</relativePath>
     </parent>
 
@@ -118,23 +118,23 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>3.0.8</version>
+            <version>3.0.9-SNAPSHOT</version>
         </dependency>
         <!-- This dependency is needed if you're using the Jetty container -->
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http-jetty</artifactId>
-            <version>3.0.8</version>
+            <version>3.0.9-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxrs</artifactId>
-            <version>3.0.8</version>
+            <version>3.0.9-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-rs-service-description</artifactId>
-            <version>3.0.8</version>
+            <version>3.0.9-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>commons-httpclient</groupId>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/distribution/src/main/release/samples/jax_rs/description_swagger2_osgi/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/src/main/release/samples/jax_rs/description_swagger2_osgi/pom.xml b/distribution/src/main/release/samples/jax_rs/description_swagger2_osgi/pom.xml
index a735fee..3ad355e 100644
--- a/distribution/src/main/release/samples/jax_rs/description_swagger2_osgi/pom.xml
+++ b/distribution/src/main/release/samples/jax_rs/description_swagger2_osgi/pom.xml
@@ -26,7 +26,7 @@ under the License.
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
         <relativePath>../..</relativePath>
     </parent>
 
@@ -87,17 +87,17 @@ under the License.
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>3.0.8</version>
+            <version>3.0.9-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxrs</artifactId>
-            <version>3.0.8</version>
+            <version>3.0.9-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-rs-service-description</artifactId>
-            <version>3.0.8</version>
+            <version>3.0.9-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>javax.ws.rs</groupId>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/distribution/src/main/release/samples/jax_rs/description_swagger2_web/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/src/main/release/samples/jax_rs/description_swagger2_web/pom.xml b/distribution/src/main/release/samples/jax_rs/description_swagger2_web/pom.xml
index 606e4f0..d5ceb45 100644
--- a/distribution/src/main/release/samples/jax_rs/description_swagger2_web/pom.xml
+++ b/distribution/src/main/release/samples/jax_rs/description_swagger2_web/pom.xml
@@ -26,7 +26,7 @@ under the License.
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
         <relativePath>../..</relativePath>
     </parent>
 
@@ -137,17 +137,17 @@ under the License.
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>3.0.8</version>
+            <version>3.0.9-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxrs</artifactId>
-            <version>3.0.8</version>
+            <version>3.0.9-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-rs-service-description</artifactId>
-            <version>3.0.8</version>
+            <version>3.0.9-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>javax.ws.rs</groupId>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/distribution/src/main/release/samples/jax_rs/minimal_osgi/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/src/main/release/samples/jax_rs/minimal_osgi/pom.xml b/distribution/src/main/release/samples/jax_rs/minimal_osgi/pom.xml
index 3596a7f..da5bd50 100644
--- a/distribution/src/main/release/samples/jax_rs/minimal_osgi/pom.xml
+++ b/distribution/src/main/release/samples/jax_rs/minimal_osgi/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
         <relativePath>../..</relativePath>
     </parent>
     <properties>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/distribution/src/main/release/samples/jax_rs/spring_security/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/src/main/release/samples/jax_rs/spring_security/pom.xml b/distribution/src/main/release/samples/jax_rs/spring_security/pom.xml
index f3ce96b..7dc15dd 100644
--- a/distribution/src/main/release/samples/jax_rs/spring_security/pom.xml
+++ b/distribution/src/main/release/samples/jax_rs/spring_security/pom.xml
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
         <relativePath>../..</relativePath>
     </parent>
     <properties>
@@ -88,18 +88,18 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>3.0.8</version>
+            <version>3.0.9-SNAPSHOT</version>
         </dependency>
         <!-- This dependency is needed if you're using the Jetty container -->
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http-jetty</artifactId>
-            <version>3.0.8</version>
+            <version>3.0.9-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxrs</artifactId>
-            <version>3.0.8</version>
+            <version>3.0.9-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>commons-httpclient</groupId>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/distribution/src/main/release/samples/jax_rs/websocket/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/src/main/release/samples/jax_rs/websocket/pom.xml b/distribution/src/main/release/samples/jax_rs/websocket/pom.xml
index 91b1271..8721f81 100644
--- a/distribution/src/main/release/samples/jax_rs/websocket/pom.xml
+++ b/distribution/src/main/release/samples/jax_rs/websocket/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
         <relativePath>../..</relativePath>
     </parent>
     <properties>
@@ -97,23 +97,23 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>3.0.8</version>
+            <version>3.0.9-SNAPSHOT</version>
         </dependency>
         <!-- This dependency is needed if you're using the Jetty container -->
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-websocket</artifactId>
-            <version>3.0.8</version>
+            <version>3.0.9-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http-jetty</artifactId>
-            <version>3.0.8</version>
+            <version>3.0.9-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxrs</artifactId>
-            <version>3.0.8</version>
+            <version>3.0.9-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>javax.ws.rs</groupId>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/distribution/src/main/release/samples/jax_server_aegis_client/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/src/main/release/samples/jax_server_aegis_client/pom.xml b/distribution/src/main/release/samples/jax_server_aegis_client/pom.xml
index 460cb9f..cf3d8be 100644
--- a/distribution/src/main/release/samples/jax_server_aegis_client/pom.xml
+++ b/distribution/src/main/release/samples/jax_server_aegis_client/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
     </parent>
     <properties>
         <cxf.version>${project.version}</cxf.version>
@@ -93,23 +93,23 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>3.0.8</version>
+            <version>3.0.9-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-databinding-aegis</artifactId>
-            <version>3.0.8</version>
+            <version>3.0.9-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>3.0.8</version>
+            <version>3.0.9-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>3.0.8</version>
+            <version>3.0.9-SNAPSHOT</version>
         </dependency>
     </dependencies>
 </project>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/distribution/src/main/release/samples/jaxws_async/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/src/main/release/samples/jaxws_async/pom.xml b/distribution/src/main/release/samples/jaxws_async/pom.xml
index 3c48d80..edd2086 100644
--- a/distribution/src/main/release/samples/jaxws_async/pom.xml
+++ b/distribution/src/main/release/samples/jaxws_async/pom.xml
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
     </parent>
     <properties>
         <cxf.version>${project.version}</cxf.version>
@@ -135,17 +135,17 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>3.0.8</version>
+            <version>3.0.9-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>3.0.8</version>
+            <version>3.0.9-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http-hc</artifactId>
-            <version>3.0.8</version>
+            <version>3.0.9-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.springframework</groupId>
@@ -157,7 +157,7 @@
             <!-- Not needed if deploying to a Servlet 3 based container or non-jetty container -->
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http-jetty</artifactId>
-            <version>3.0.8</version>
+            <version>3.0.9-SNAPSHOT</version>
             <exclusions>
                 <exclusion>
                     <groupId>org.eclipse.jetty</groupId>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/distribution/src/main/release/samples/jaxws_dispatch_provider/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/src/main/release/samples/jaxws_dispatch_provider/pom.xml b/distribution/src/main/release/samples/jaxws_dispatch_provider/pom.xml
index 6f7ed51..e449d8f 100644
--- a/distribution/src/main/release/samples/jaxws_dispatch_provider/pom.xml
+++ b/distribution/src/main/release/samples/jaxws_dispatch_provider/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.0.8</version>
+        <version>3.0.9-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>3.0.8</version>
+            <version>3.0.9-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>3.0.8</version>
+            <version>3.0.9-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>3.0.8</version>
+            <version>3.0.9-SNAPSHOT</version>
         </dependency>
     </dependencies>
 </project>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/distribution/src/main/release/samples/jaxws_handlers/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/src/main/release/samples/jaxws_handlers/pom.xml b/distribution/src/main/release/samples/jaxws_handlers/pom.xml
index e037635..3c6eaa4 100644
--- a/distribution/src/main/release/samples/jaxws_handlers/pom.xml
+++ b/distribution/src/main/release/samples/jaxws_handlers/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.0.8</version>
+        <version>3.0.9-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>3.0.8</version>
+            <version>3.0.9-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>3.0.8</version>
+            <version>3.0.9-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>3.0.8</version>
+            <version>3.0.9-SNAPSHOT</version>
         </dependency>
     </dependencies>
 </project>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/distribution/src/main/release/samples/jms_pubsub/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/src/main/release/samples/jms_pubsub/pom.xml b/distribution/src/main/release/samples/jms_pubsub/pom.xml
index d41cf15..e12e8dc 100644
--- a/distribution/src/main/release/samples/jms_pubsub/pom.xml
+++ b/distribution/src/main/release/samples/jms_pubsub/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
     </parent>
     <properties>
         <cxf.version>${project.version}</cxf.version>
@@ -43,7 +43,7 @@
             <plugin>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-codegen-plugin</artifactId>
-                <version>3.0.8</version>
+                <version>3.0.9-SNAPSHOT</version>
                 <executions>
                     <execution>
                         <id>generate-sources</id>
@@ -145,12 +145,12 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>3.0.8</version>
+            <version>3.0.9-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-jms</artifactId>
-            <version>3.0.8</version>
+            <version>3.0.9-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.activemq</groupId>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/distribution/src/main/release/samples/jms_queue/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/src/main/release/samples/jms_queue/pom.xml b/distribution/src/main/release/samples/jms_queue/pom.xml
index c17f80e..cfaf598 100644
--- a/distribution/src/main/release/samples/jms_queue/pom.xml
+++ b/distribution/src/main/release/samples/jms_queue/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
     </parent>
     <properties>
         <cxf.version>${project.version}</cxf.version>
@@ -145,12 +145,12 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>3.0.8</version>
+            <version>3.0.9-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-jms</artifactId>
-            <version>3.0.8</version>
+            <version>3.0.9-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.activemq</groupId>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/distribution/src/main/release/samples/jms_spec_demo/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/src/main/release/samples/jms_spec_demo/pom.xml b/distribution/src/main/release/samples/jms_spec_demo/pom.xml
index bcbfb33..43b6160 100644
--- a/distribution/src/main/release/samples/jms_spec_demo/pom.xml
+++ b/distribution/src/main/release/samples/jms_spec_demo/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
     </parent>
     <properties>
         <cxf.version>${project.version}</cxf.version>
@@ -145,12 +145,12 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>3.0.8</version>
+            <version>3.0.9-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-jms</artifactId>
-            <version>3.0.8</version>
+            <version>3.0.9-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.activemq</groupId>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/distribution/src/main/release/samples/jms_spring_config/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/src/main/release/samples/jms_spring_config/pom.xml b/distribution/src/main/release/samples/jms_spring_config/pom.xml
index 90230c6..34a73cb 100644
--- a/distribution/src/main/release/samples/jms_spring_config/pom.xml
+++ b/distribution/src/main/release/samples/jms_spring_config/pom.xml
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
     </parent>
     <properties>
         <cxf.version>${project.version}</cxf.version>
@@ -159,12 +159,12 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>3.0.8</version>
+            <version>3.0.9-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-jms</artifactId>
-            <version>3.0.8</version>
+            <version>3.0.9-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf.xjc-utils</groupId>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/distribution/src/main/release/samples/js_browser_client_java_first/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/src/main/release/samples/js_browser_client_java_first/pom.xml b/distribution/src/main/release/samples/js_browser_client_java_first/pom.xml
index cf18dfd..b3eb832 100644
--- a/distribution/src/main/release/samples/js_browser_client_java_first/pom.xml
+++ b/distribution/src/main/release/samples/js_browser_client_java_first/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
     </parent>
     <properties>
         <cxf.version>${project.version}</cxf.version>
@@ -70,22 +70,22 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-javascript</artifactId>
-            <version>3.0.8</version>
+            <version>3.0.9-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>3.0.8</version>
+            <version>3.0.9-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>3.0.8</version>
+            <version>3.0.9-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http-jetty</artifactId>
-            <version>3.0.8</version>
+            <version>3.0.9-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.springframework</groupId>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/distribution/src/main/release/samples/js_browser_client_simple/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/src/main/release/samples/js_browser_client_simple/pom.xml b/distribution/src/main/release/samples/js_browser_client_simple/pom.xml
index c34f9e5..8373974 100644
--- a/distribution/src/main/release/samples/js_browser_client_simple/pom.xml
+++ b/distribution/src/main/release/samples/js_browser_client_simple/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
     </parent>
     <properties>
         <cxf.version>${project.version}</cxf.version>
@@ -119,22 +119,22 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-javascript</artifactId>
-            <version>3.0.8</version>
+            <version>3.0.9-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>3.0.8</version>
+            <version>3.0.9-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>3.0.8</version>
+            <version>3.0.9-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http-jetty</artifactId>
-            <version>3.0.8</version>
+            <version>3.0.9-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.springframework</groupId>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/distribution/src/main/release/samples/js_client/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/src/main/release/samples/js_client/pom.xml b/distribution/src/main/release/samples/js_client/pom.xml
index a47feed..b5efe13 100644
--- a/distribution/src/main/release/samples/js_client/pom.xml
+++ b/distribution/src/main/release/samples/js_client/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
     </parent>
     <properties>
         <cxf.version>${project.version}</cxf.version>
@@ -121,22 +121,22 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-javascript</artifactId>
-            <version>3.0.8</version>
+            <version>3.0.9-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>3.0.8</version>
+            <version>3.0.9-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>3.0.8</version>
+            <version>3.0.9-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http-jetty</artifactId>
-            <version>3.0.8</version>
+            <version>3.0.9-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>rhino</groupId>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/distribution/src/main/release/samples/js_provider/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/src/main/release/samples/js_provider/pom.xml b/distribution/src/main/release/samples/js_provider/pom.xml
index 6e3bc36..ff592ce 100644
--- a/distribution/src/main/release/samples/js_provider/pom.xml
+++ b/distribution/src/main/release/samples/js_provider/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
     </parent>
     <properties>
         <cxf.version>${project.version}</cxf.version>
@@ -140,18 +140,18 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-js</artifactId>
-            <version>3.0.8</version>
+            <version>3.0.9-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>3.0.8</version>
+            <version>3.0.9-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>3.0.8</version>
+            <version>3.0.9-SNAPSHOT</version>
         </dependency>
     </dependencies>
 </project>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/distribution/src/main/release/samples/logbrowser-blueprint/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/src/main/release/samples/logbrowser-blueprint/pom.xml b/distribution/src/main/release/samples/logbrowser-blueprint/pom.xml
index 0e1e246..cb753bb 100644
--- a/distribution/src/main/release/samples/logbrowser-blueprint/pom.xml
+++ b/distribution/src/main/release/samples/logbrowser-blueprint/pom.xml
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
     <build>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/distribution/src/main/release/samples/logbrowser/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/src/main/release/samples/logbrowser/pom.xml b/distribution/src/main/release/samples/logbrowser/pom.xml
index 5ee9ab9..9f10ba2 100644
--- a/distribution/src/main/release/samples/logbrowser/pom.xml
+++ b/distribution/src/main/release/samples/logbrowser/pom.xml
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
     <build>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/distribution/src/main/release/samples/mtom/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/src/main/release/samples/mtom/pom.xml b/distribution/src/main/release/samples/mtom/pom.xml
index 838488b..703691d 100644
--- a/distribution/src/main/release/samples/mtom/pom.xml
+++ b/distribution/src/main/release/samples/mtom/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
     </parent>
     <properties>
         <cxf.version>${project.version}</cxf.version>
@@ -123,18 +123,18 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>3.0.8</version>
+            <version>3.0.9-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>3.0.8</version>
+            <version>3.0.9-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>3.0.8</version>
+            <version>3.0.9-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.geronimo.specs</groupId>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/distribution/src/main/release/samples/oauth/client/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/src/main/release/samples/oauth/client/pom.xml b/distribution/src/main/release/samples/oauth/client/pom.xml
index a921b93..3a0e970 100644
--- a/distribution/src/main/release/samples/oauth/client/pom.xml
+++ b/distribution/src/main/release/samples/oauth/client/pom.xml
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <build>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/distribution/src/main/release/samples/oauth/server/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/src/main/release/samples/oauth/server/pom.xml b/distribution/src/main/release/samples/oauth/server/pom.xml
index 50b5523..9ca92e3 100644
--- a/distribution/src/main/release/samples/oauth/server/pom.xml
+++ b/distribution/src/main/release/samples/oauth/server/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <build>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/distribution/src/main/release/samples/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/src/main/release/samples/pom.xml b/distribution/src/main/release/samples/pom.xml
index 9bea238..67f50aa 100644
--- a/distribution/src/main/release/samples/pom.xml
+++ b/distribution/src/main/release/samples/pom.xml
@@ -22,7 +22,7 @@
     <groupId>org.apache.cxf.samples</groupId>
     <artifactId>cxf-samples</artifactId>
     <packaging>pom</packaging>
-    <version>3.0.8</version>
+    <version>3.0.9-SNAPSHOT</version>
     <name>Apache CXF Samples</name>
     <description>Apache CXF Samples</description>
     <url>http://cxf.apache.org</url>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/distribution/src/main/release/samples/restful_dispatch/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/src/main/release/samples/restful_dispatch/pom.xml b/distribution/src/main/release/samples/restful_dispatch/pom.xml
index 4eff3ebc..35a57d7 100644
--- a/distribution/src/main/release/samples/restful_dispatch/pom.xml
+++ b/distribution/src/main/release/samples/restful_dispatch/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
     </parent>
     <properties>
         <cxf.version>${project.version}</cxf.version>
@@ -94,23 +94,23 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>3.0.8</version>
+            <version>3.0.9-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>3.0.8</version>
+            <version>3.0.9-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>3.0.8</version>
+            <version>3.0.9-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxrs</artifactId>
-            <version>3.0.8</version>
+            <version>3.0.9-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>commons-httpclient</groupId>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/distribution/src/main/release/samples/ruby_spring_support/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/src/main/release/samples/ruby_spring_support/pom.xml b/distribution/src/main/release/samples/ruby_spring_support/pom.xml
index fba6662..ed238dd 100644
--- a/distribution/src/main/release/samples/ruby_spring_support/pom.xml
+++ b/distribution/src/main/release/samples/ruby_spring_support/pom.xml
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
     </parent>
     <properties>
         <cxf.version>${project.version}</cxf.version>
@@ -108,18 +108,18 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>3.0.8</version>
+            <version>3.0.9-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>3.0.8</version>
+            <version>3.0.9-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>3.0.8</version>
+            <version>3.0.9-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.jruby</groupId>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/distribution/src/main/release/samples/soap_header/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/src/main/release/samples/soap_header/pom.xml b/distribution/src/main/release/samples/soap_header/pom.xml
index 90ff9b8..eee537b 100644
--- a/distribution/src/main/release/samples/soap_header/pom.xml
+++ b/distribution/src/main/release/samples/soap_header/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.0.8</version>
+        <version>3.0.9-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>3.0.8</version>
+            <version>3.0.9-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>3.0.8</version>
+            <version>3.0.9-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>3.0.8</version>
+            <version>3.0.9-SNAPSHOT</version>
         </dependency>
     </dependencies>
 </project>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/distribution/src/main/release/samples/sts/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/src/main/release/samples/sts/pom.xml b/distribution/src/main/release/samples/sts/pom.xml
index 70ce17c..ca94634 100644
--- a/distribution/src/main/release/samples/sts/pom.xml
+++ b/distribution/src/main/release/samples/sts/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
     <properties>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/distribution/src/main/release/samples/ws_addressing/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/src/main/release/samples/ws_addressing/pom.xml b/distribution/src/main/release/samples/ws_addressing/pom.xml
index 3a54181..6b90bd4 100644
--- a/distribution/src/main/release/samples/ws_addressing/pom.xml
+++ b/distribution/src/main/release/samples/ws_addressing/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
     </parent>
     <properties>
         <cxf.version>${project.version}</cxf.version>
@@ -126,17 +126,17 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>3.0.8</version>
+            <version>3.0.9-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>3.0.8</version>
+            <version>3.0.9-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http-jetty</artifactId>
-            <version>3.0.8</version>
+            <version>3.0.9-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.springframework</groupId>


[4/6] cxf git commit: [maven-release-plugin] prepare for next development iteration

Posted by dk...@apache.org.
http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/services/xkms/xkms-features/pom.xml
----------------------------------------------------------------------
diff --git a/services/xkms/xkms-features/pom.xml b/services/xkms/xkms-features/pom.xml
index 5ad33ee..fd76c2c 100644
--- a/services/xkms/xkms-features/pom.xml
+++ b/services/xkms/xkms-features/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <build>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/services/xkms/xkms-itests/pom.xml
----------------------------------------------------------------------
diff --git a/services/xkms/xkms-itests/pom.xml b/services/xkms/xkms-itests/pom.xml
index 92f77f9..9031c2f 100644
--- a/services/xkms/xkms-itests/pom.xml
+++ b/services/xkms/xkms-itests/pom.xml
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <dependencies>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/services/xkms/xkms-osgi/pom.xml
----------------------------------------------------------------------
diff --git a/services/xkms/xkms-osgi/pom.xml b/services/xkms/xkms-osgi/pom.xml
index 5c77e9e..d46db0a 100644
--- a/services/xkms/xkms-osgi/pom.xml
+++ b/services/xkms/xkms-osgi/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <dependencies>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/services/xkms/xkms-service/pom.xml
----------------------------------------------------------------------
diff --git a/services/xkms/xkms-service/pom.xml b/services/xkms/xkms-service/pom.xml
index 05c7dcc..dd5bbdd 100644
--- a/services/xkms/xkms-service/pom.xml
+++ b/services/xkms/xkms-service/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <dependencies>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/services/xkms/xkms-war/pom.xml
----------------------------------------------------------------------
diff --git a/services/xkms/xkms-war/pom.xml b/services/xkms/xkms-war/pom.xml
index 28b99c0..a7ba7d9 100644
--- a/services/xkms/xkms-war/pom.xml
+++ b/services/xkms/xkms-war/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <dependencies>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/services/xkms/xkms-x509-handlers/pom.xml
----------------------------------------------------------------------
diff --git a/services/xkms/xkms-x509-handlers/pom.xml b/services/xkms/xkms-x509-handlers/pom.xml
index 14cf902..6d2263d 100644
--- a/services/xkms/xkms-x509-handlers/pom.xml
+++ b/services/xkms/xkms-x509-handlers/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <dependencies>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/services/xkms/xkms-x509-repo-ldap/pom.xml
----------------------------------------------------------------------
diff --git a/services/xkms/xkms-x509-repo-ldap/pom.xml b/services/xkms/xkms-x509-repo-ldap/pom.xml
index c830e2d..c2cb9b3 100644
--- a/services/xkms/xkms-x509-repo-ldap/pom.xml
+++ b/services/xkms/xkms-x509-repo-ldap/pom.xml
@@ -3,7 +3,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <groupId>org.apache.cxf.services.xkms</groupId>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/systests/cdi/pom.xml
----------------------------------------------------------------------
diff --git a/systests/cdi/pom.xml b/systests/cdi/pom.xml
index 5d92fbb..5639967 100644
--- a/systests/cdi/pom.xml
+++ b/systests/cdi/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>cxf-parent</artifactId>
         <groupId>org.apache.cxf</groupId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/systests/container-integration/grizzly/pom.xml
----------------------------------------------------------------------
diff --git a/systests/container-integration/grizzly/pom.xml b/systests/container-integration/grizzly/pom.xml
index dcfb814..3483eec 100644
--- a/systests/container-integration/grizzly/pom.xml
+++ b/systests/container-integration/grizzly/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.cxf.systests</groupId>
         <artifactId>cxf-systests-container-integration</artifactId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>cxf-systests-ci-grizzly</artifactId>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/systests/container-integration/pom.xml
----------------------------------------------------------------------
diff --git a/systests/container-integration/pom.xml b/systests/container-integration/pom.xml
index b234859..1d3e855 100644
--- a/systests/container-integration/pom.xml
+++ b/systests/container-integration/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>cxf-parent</artifactId>
         <groupId>org.apache.cxf</groupId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/systests/container-integration/webapp/pom.xml
----------------------------------------------------------------------
diff --git a/systests/container-integration/webapp/pom.xml b/systests/container-integration/webapp/pom.xml
index 1678f44..dced6c7 100644
--- a/systests/container-integration/webapp/pom.xml
+++ b/systests/container-integration/webapp/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.cxf.systests</groupId>
         <artifactId>cxf-systests-container-integration</artifactId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>cxf-systests-ci-webapp</artifactId>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/systests/databinding/pom.xml
----------------------------------------------------------------------
diff --git a/systests/databinding/pom.xml b/systests/databinding/pom.xml
index fc9783c..20e05da 100644
--- a/systests/databinding/pom.xml
+++ b/systests/databinding/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>cxf-parent</artifactId>
         <groupId>org.apache.cxf</groupId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/systests/jaxrs/pom.xml
----------------------------------------------------------------------
diff --git a/systests/jaxrs/pom.xml b/systests/jaxrs/pom.xml
index fef34cc..da1f42f 100644
--- a/systests/jaxrs/pom.xml
+++ b/systests/jaxrs/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>cxf-parent</artifactId>
         <groupId>org.apache.cxf</groupId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/systests/jaxws/pom.xml
----------------------------------------------------------------------
diff --git a/systests/jaxws/pom.xml b/systests/jaxws/pom.xml
index fbfa4ee..a24ed63 100644
--- a/systests/jaxws/pom.xml
+++ b/systests/jaxws/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>cxf-parent</artifactId>
         <groupId>org.apache.cxf</groupId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/systests/jibx/databinding-jibx/pom.xml
----------------------------------------------------------------------
diff --git a/systests/jibx/databinding-jibx/pom.xml b/systests/jibx/databinding-jibx/pom.xml
index c83cb44..5066d8f 100644
--- a/systests/jibx/databinding-jibx/pom.xml
+++ b/systests/jibx/databinding-jibx/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>cxf-systests-jibx</artifactId>
         <groupId>org.apache.cxf.systests</groupId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/systests/jibx/jaxrs-jibx/pom.xml
----------------------------------------------------------------------
diff --git a/systests/jibx/jaxrs-jibx/pom.xml b/systests/jibx/jaxrs-jibx/pom.xml
index b2b592c..e5e25ac 100644
--- a/systests/jibx/jaxrs-jibx/pom.xml
+++ b/systests/jibx/jaxrs-jibx/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>cxf-systests-jibx</artifactId>
         <groupId>org.apache.cxf.systests</groupId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/systests/jibx/pom.xml
----------------------------------------------------------------------
diff --git a/systests/jibx/pom.xml b/systests/jibx/pom.xml
index 74aac7b..9cdc3b4 100644
--- a/systests/jibx/pom.xml
+++ b/systests/jibx/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>cxf-parent</artifactId>
         <groupId>org.apache.cxf</groupId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/systests/kerberos/pom.xml
----------------------------------------------------------------------
diff --git a/systests/kerberos/pom.xml b/systests/kerberos/pom.xml
index 787c71c..fe361a5 100644
--- a/systests/kerberos/pom.xml
+++ b/systests/kerberos/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>cxf-parent</artifactId>
         <groupId>org.apache.cxf</groupId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/systests/pom.xml
----------------------------------------------------------------------
diff --git a/systests/pom.xml b/systests/pom.xml
index 2f91691..d836674 100644
--- a/systests/pom.xml
+++ b/systests/pom.xml
@@ -28,7 +28,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf</artifactId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
     </parent>
     <modules>
         <module>container-integration</module>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/systests/rs-http-sci/pom.xml
----------------------------------------------------------------------
diff --git a/systests/rs-http-sci/pom.xml b/systests/rs-http-sci/pom.xml
index dbf34f8..88cc9eb 100644
--- a/systests/rs-http-sci/pom.xml
+++ b/systests/rs-http-sci/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>cxf-parent</artifactId>
         <groupId>org.apache.cxf</groupId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/systests/rs-security/pom.xml
----------------------------------------------------------------------
diff --git a/systests/rs-security/pom.xml b/systests/rs-security/pom.xml
index 3cbcafb..5d599eb 100644
--- a/systests/rs-security/pom.xml
+++ b/systests/rs-security/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>cxf-parent</artifactId>
         <groupId>org.apache.cxf</groupId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/systests/transport-jms/pom.xml
----------------------------------------------------------------------
diff --git a/systests/transport-jms/pom.xml b/systests/transport-jms/pom.xml
index 6cd52df..077701a 100644
--- a/systests/transport-jms/pom.xml
+++ b/systests/transport-jms/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>cxf-parent</artifactId>
         <groupId>org.apache.cxf</groupId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/systests/transports-ssl3/pom.xml
----------------------------------------------------------------------
diff --git a/systests/transports-ssl3/pom.xml b/systests/transports-ssl3/pom.xml
index a7fa545..efbe2b9 100644
--- a/systests/transports-ssl3/pom.xml
+++ b/systests/transports-ssl3/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>cxf-parent</artifactId>
         <groupId>org.apache.cxf</groupId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/systests/transports/pom.xml
----------------------------------------------------------------------
diff --git a/systests/transports/pom.xml b/systests/transports/pom.xml
index 70b0642..0538be4 100644
--- a/systests/transports/pom.xml
+++ b/systests/transports/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>cxf-parent</artifactId>
         <groupId>org.apache.cxf</groupId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/systests/uncategorized/pom.xml
----------------------------------------------------------------------
diff --git a/systests/uncategorized/pom.xml b/systests/uncategorized/pom.xml
index fd5ee7a..5db8f0b 100644
--- a/systests/uncategorized/pom.xml
+++ b/systests/uncategorized/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>cxf-parent</artifactId>
         <groupId>org.apache.cxf</groupId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/systests/ws-rm/pom.xml
----------------------------------------------------------------------
diff --git a/systests/ws-rm/pom.xml b/systests/ws-rm/pom.xml
index aa95738..61a07ca 100644
--- a/systests/ws-rm/pom.xml
+++ b/systests/ws-rm/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>cxf-parent</artifactId>
         <groupId>org.apache.cxf</groupId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/systests/ws-security-examples/pom.xml
----------------------------------------------------------------------
diff --git a/systests/ws-security-examples/pom.xml b/systests/ws-security-examples/pom.xml
index 3277070..8904385 100644
--- a/systests/ws-security-examples/pom.xml
+++ b/systests/ws-security-examples/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>cxf-parent</artifactId>
         <groupId>org.apache.cxf</groupId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/systests/ws-security/pom.xml
----------------------------------------------------------------------
diff --git a/systests/ws-security/pom.xml b/systests/ws-security/pom.xml
index 83faf91..60d820e 100644
--- a/systests/ws-security/pom.xml
+++ b/systests/ws-security/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>cxf-parent</artifactId>
         <groupId>org.apache.cxf</groupId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/systests/ws-specs/pom.xml
----------------------------------------------------------------------
diff --git a/systests/ws-specs/pom.xml b/systests/ws-specs/pom.xml
index 9d8e002..cd95e82 100644
--- a/systests/ws-specs/pom.xml
+++ b/systests/ws-specs/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>cxf-parent</artifactId>
         <groupId>org.apache.cxf</groupId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/systests/wsdl_maven/codegen/pom.xml
----------------------------------------------------------------------
diff --git a/systests/wsdl_maven/codegen/pom.xml b/systests/wsdl_maven/codegen/pom.xml
index 134980b..ac4a464 100644
--- a/systests/wsdl_maven/codegen/pom.xml
+++ b/systests/wsdl_maven/codegen/pom.xml
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <build>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/systests/wsdl_maven/java2ws/pom.xml
----------------------------------------------------------------------
diff --git a/systests/wsdl_maven/java2ws/pom.xml b/systests/wsdl_maven/java2ws/pom.xml
index cad97d4..9d8bc83 100644
--- a/systests/wsdl_maven/java2ws/pom.xml
+++ b/systests/wsdl_maven/java2ws/pom.xml
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <build>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/systests/wsdl_maven/pom.xml
----------------------------------------------------------------------
diff --git a/systests/wsdl_maven/pom.xml b/systests/wsdl_maven/pom.xml
index 2061423..a4f50ee 100644
--- a/systests/wsdl_maven/pom.xml
+++ b/systests/wsdl_maven/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf.systests</groupId>
         <artifactId>cxf-systests</artifactId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
     </parent>
     <modules>
         <module>codegen</module>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/testutils/pom.xml
----------------------------------------------------------------------
diff --git a/testutils/pom.xml b/testutils/pom.xml
index 10348ac..444af28 100644
--- a/testutils/pom.xml
+++ b/testutils/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
     <dependencies>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/tools/common/pom.xml
----------------------------------------------------------------------
diff --git a/tools/common/pom.xml b/tools/common/pom.xml
index eab7db2..4dd0f97 100644
--- a/tools/common/pom.xml
+++ b/tools/common/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
     <dependencies>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/tools/corba/pom.xml
----------------------------------------------------------------------
diff --git a/tools/corba/pom.xml b/tools/corba/pom.xml
index 532a9a2..c85ec44 100644
--- a/tools/corba/pom.xml
+++ b/tools/corba/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
     <dependencies>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/tools/javato/pom.xml
----------------------------------------------------------------------
diff --git a/tools/javato/pom.xml b/tools/javato/pom.xml
index 8e9574f..3fcbd4b 100644
--- a/tools/javato/pom.xml
+++ b/tools/javato/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-tools</artifactId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
     </parent>
     <modules>
         <module>ws</module>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/tools/javato/ws/pom.xml
----------------------------------------------------------------------
diff --git a/tools/javato/ws/pom.xml b/tools/javato/ws/pom.xml
index ad6b276..7d39e34 100644
--- a/tools/javato/ws/pom.xml
+++ b/tools/javato/ws/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <dependencies>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/tools/pom.xml
----------------------------------------------------------------------
diff --git a/tools/pom.xml b/tools/pom.xml
index 47138e6..f479c2d 100644
--- a/tools/pom.xml
+++ b/tools/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf</artifactId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
     </parent>
     <modules>
         <module>common</module>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/tools/validator/pom.xml
----------------------------------------------------------------------
diff --git a/tools/validator/pom.xml b/tools/validator/pom.xml
index 009e2f3..4770184 100644
--- a/tools/validator/pom.xml
+++ b/tools/validator/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
     <properties>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/tools/wadlto/jaxrs/pom.xml
----------------------------------------------------------------------
diff --git a/tools/wadlto/jaxrs/pom.xml b/tools/wadlto/jaxrs/pom.xml
index 89b34a8..5175bd5 100644
--- a/tools/wadlto/jaxrs/pom.xml
+++ b/tools/wadlto/jaxrs/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <dependencies>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/tools/wadlto/pom.xml
----------------------------------------------------------------------
diff --git a/tools/wadlto/pom.xml b/tools/wadlto/pom.xml
index b240e78..1256847 100644
--- a/tools/wadlto/pom.xml
+++ b/tools/wadlto/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-tools</artifactId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
     </parent>
     <modules>
         <module>jaxrs</module>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/tools/wsdlto/core/pom.xml
----------------------------------------------------------------------
diff --git a/tools/wsdlto/core/pom.xml b/tools/wsdlto/core/pom.xml
index 6db6d03..a74f0c3 100644
--- a/tools/wsdlto/core/pom.xml
+++ b/tools/wsdlto/core/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <dependencies>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/tools/wsdlto/databinding/jaxb/pom.xml
----------------------------------------------------------------------
diff --git a/tools/wsdlto/databinding/jaxb/pom.xml b/tools/wsdlto/databinding/jaxb/pom.xml
index 39f0030..4be8ec0 100644
--- a/tools/wsdlto/databinding/jaxb/pom.xml
+++ b/tools/wsdlto/databinding/jaxb/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
         <relativePath>../../../../parent/pom.xml</relativePath>
     </parent>
     <dependencies>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/tools/wsdlto/frontend/javascript/pom.xml
----------------------------------------------------------------------
diff --git a/tools/wsdlto/frontend/javascript/pom.xml b/tools/wsdlto/frontend/javascript/pom.xml
index 20bb8f2..5118fbf 100644
--- a/tools/wsdlto/frontend/javascript/pom.xml
+++ b/tools/wsdlto/frontend/javascript/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
         <relativePath>../../../../parent/pom.xml</relativePath>
     </parent>
     <dependencies>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/tools/wsdlto/frontend/jaxws/pom.xml
----------------------------------------------------------------------
diff --git a/tools/wsdlto/frontend/jaxws/pom.xml b/tools/wsdlto/frontend/jaxws/pom.xml
index 4a6ff16..49d17c1 100644
--- a/tools/wsdlto/frontend/jaxws/pom.xml
+++ b/tools/wsdlto/frontend/jaxws/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
         <relativePath>../../../../parent/pom.xml</relativePath>
     </parent>
     <dependencies>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/tools/wsdlto/misc/pom.xml
----------------------------------------------------------------------
diff --git a/tools/wsdlto/misc/pom.xml b/tools/wsdlto/misc/pom.xml
index de6d4d1..a6aa76e 100644
--- a/tools/wsdlto/misc/pom.xml
+++ b/tools/wsdlto/misc/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <dependencies>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/tools/wsdlto/pom.xml
----------------------------------------------------------------------
diff --git a/tools/wsdlto/pom.xml b/tools/wsdlto/pom.xml
index 7b0a237..1afd6fd 100644
--- a/tools/wsdlto/pom.xml
+++ b/tools/wsdlto/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-tools</artifactId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
     </parent>
     <modules>
         <module>core</module>

http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/tools/wsdlto/test/pom.xml
----------------------------------------------------------------------
diff --git a/tools/wsdlto/test/pom.xml b/tools/wsdlto/test/pom.xml
index ef1e8d7..cc403dc 100644
--- a/tools/wsdlto/test/pom.xml
+++ b/tools/wsdlto/test/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.8</version>
+        <version>3.0.9-SNAPSHOT</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <dependencies>