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 2015/02/11 22:27:49 UTC

[1/3] cxf git commit: [maven-release-plugin] prepare release cxf-2.7.15

Repository: cxf
Updated Branches:
  refs/heads/2.7.x-fixes 9272d8985 -> 4b006fecc


http://git-wip-us.apache.org/repos/asf/cxf/blob/4b006fec/services/ws-discovery/pom.xml
----------------------------------------------------------------------
diff --git a/services/ws-discovery/pom.xml b/services/ws-discovery/pom.xml
index a4aba5f..e925e68 100644
--- a/services/ws-discovery/pom.xml
+++ b/services/ws-discovery/pom.xml
@@ -21,14 +21,14 @@
     <groupId>org.apache.cxf.services.ws-discovery</groupId>
     <artifactId>cxf-services-ws-discovery</artifactId>
     <packaging>pom</packaging>
-    <version>2.7.15-SNAPSHOT</version>
+    <version>2.7.15</version>
     <name>Apache CXF WS-Discovery</name>
     <url>http://cxf.apache.org</url>
 
     <parent>
         <groupId>org.apache.cxf.services</groupId>
         <artifactId>cxf-services</artifactId>
-        <version>2.7.15-SNAPSHOT</version>
+        <version>2.7.15</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/cxf/blob/4b006fec/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 569d528..fc9d656 100644
--- a/services/ws-discovery/ws-discovery-api/pom.xml
+++ b/services/ws-discovery/ws-discovery-api/pom.xml
@@ -21,7 +21,7 @@
     <groupId>org.apache.cxf.services.ws-discovery</groupId>
     <artifactId>cxf-services-ws-discovery-api</artifactId>
     <packaging>jar</packaging>
-    <version>2.7.15-SNAPSHOT</version>
+    <version>2.7.15</version>
     <name>Apache CXF WS-Discovery API</name>
     <description>Apache CXF WS-Discovery API</description>
     <url>http://cxf.apache.org</url>
@@ -29,7 +29,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>2.7.15-SNAPSHOT</version>
+        <version>2.7.15</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/cxf/blob/4b006fec/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 86e85e2..e94c14c 100644
--- a/services/ws-discovery/ws-discovery-service/pom.xml
+++ b/services/ws-discovery/ws-discovery-service/pom.xml
@@ -21,7 +21,7 @@
     <groupId>org.apache.cxf.services.ws-discovery</groupId>
     <artifactId>cxf-services-ws-discovery-service</artifactId>
     <packaging>jar</packaging>
-    <version>2.7.15-SNAPSHOT</version>
+    <version>2.7.15</version>
     <name>Apache CXF WS-Discovery Service</name>
     <description>Apache CXF WS-Discovery Service</description>
     <url>http://cxf.apache.org</url>
@@ -29,7 +29,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>2.7.15-SNAPSHOT</version>
+        <version>2.7.15</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     

http://git-wip-us.apache.org/repos/asf/cxf/blob/4b006fec/services/wsn/pom.xml
----------------------------------------------------------------------
diff --git a/services/wsn/pom.xml b/services/wsn/pom.xml
index 52419f1..8176c6f 100644
--- a/services/wsn/pom.xml
+++ b/services/wsn/pom.xml
@@ -21,14 +21,14 @@
     <groupId>org.apache.cxf.services.wsn</groupId>
     <artifactId>cxf-services-wsn</artifactId>
     <packaging>pom</packaging>
-    <version>2.7.15-SNAPSHOT</version>
+    <version>2.7.15</version>
     <name>Apache CXF WSN service</name>
     <url>http://cxf.apache.org</url>
 
     <parent>
         <groupId>org.apache.cxf.services</groupId>
         <artifactId>cxf-services</artifactId>
-        <version>2.7.15-SNAPSHOT</version>
+        <version>2.7.15</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/cxf/blob/4b006fec/services/wsn/wsn-api/pom.xml
----------------------------------------------------------------------
diff --git a/services/wsn/wsn-api/pom.xml b/services/wsn/wsn-api/pom.xml
index 2a9cd03..e5a75c8 100644
--- a/services/wsn/wsn-api/pom.xml
+++ b/services/wsn/wsn-api/pom.xml
@@ -21,7 +21,7 @@
     <groupId>org.apache.cxf.services.wsn</groupId>
     <artifactId>cxf-services-wsn-api</artifactId>
     <packaging>bundle</packaging>
-    <version>2.7.15-SNAPSHOT</version>
+    <version>2.7.15</version>
     <name>Apache CXF WSN API</name>
     <description>Apache CXF WSN API</description>
     <url>http://cxf.apache.org</url>
@@ -29,7 +29,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>2.7.15-SNAPSHOT</version>
+        <version>2.7.15</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/cxf/blob/4b006fec/services/wsn/wsn-core/pom.xml
----------------------------------------------------------------------
diff --git a/services/wsn/wsn-core/pom.xml b/services/wsn/wsn-core/pom.xml
index 18c7f99..8ecdd9e 100644
--- a/services/wsn/wsn-core/pom.xml
+++ b/services/wsn/wsn-core/pom.xml
@@ -21,7 +21,7 @@
     <groupId>org.apache.cxf.services.wsn</groupId>
     <artifactId>cxf-services-wsn-core</artifactId>
     <packaging>bundle</packaging>
-    <version>2.7.15-SNAPSHOT</version>
+    <version>2.7.15</version>
     <name>Apache CXF WSN Core</name>
     <description>Apache CXF WSN Core Service</description>
     <url>http://cxf.apache.org</url>
@@ -29,7 +29,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>2.7.15-SNAPSHOT</version>
+        <version>2.7.15</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/cxf/blob/4b006fec/services/wsn/wsn-osgi/pom.xml
----------------------------------------------------------------------
diff --git a/services/wsn/wsn-osgi/pom.xml b/services/wsn/wsn-osgi/pom.xml
index 0b4d531..6bf6c3d 100644
--- a/services/wsn/wsn-osgi/pom.xml
+++ b/services/wsn/wsn-osgi/pom.xml
@@ -21,7 +21,7 @@
     <groupId>org.apache.cxf.services.wsn</groupId>
     <artifactId>cxf-services-wsn-osgi</artifactId>
     <packaging>bundle</packaging>
-    <version>2.7.15-SNAPSHOT</version>
+    <version>2.7.15</version>
     <name>Apache CXF WSN OSGi</name>
     <description>Apache CXF WSN Full OSGi</description>
     <url>http://cxf.apache.org</url>
@@ -29,7 +29,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>2.7.15-SNAPSHOT</version>
+        <version>2.7.15</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/cxf/blob/4b006fec/services/xkms/pom.xml
----------------------------------------------------------------------
diff --git a/services/xkms/pom.xml b/services/xkms/pom.xml
index 54cced3..fca9f1a 100644
--- a/services/xkms/pom.xml
+++ b/services/xkms/pom.xml
@@ -30,7 +30,7 @@
     <parent>
         <groupId>org.apache.cxf.services</groupId>
         <artifactId>cxf-services</artifactId>
-        <version>2.7.15-SNAPSHOT</version>
+        <version>2.7.15</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/cxf/blob/4b006fec/services/xkms/xkms-client/pom.xml
----------------------------------------------------------------------
diff --git a/services/xkms/xkms-client/pom.xml b/services/xkms/xkms-client/pom.xml
index 57a023f..9f2fd6f 100644
--- a/services/xkms/xkms-client/pom.xml
+++ b/services/xkms/xkms-client/pom.xml
@@ -28,7 +28,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>2.7.15-SNAPSHOT</version>
+        <version>2.7.15</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     

http://git-wip-us.apache.org/repos/asf/cxf/blob/4b006fec/services/xkms/xkms-common/pom.xml
----------------------------------------------------------------------
diff --git a/services/xkms/xkms-common/pom.xml b/services/xkms/xkms-common/pom.xml
index 7d5f2f4..0f2eadd 100644
--- a/services/xkms/xkms-common/pom.xml
+++ b/services/xkms/xkms-common/pom.xml
@@ -28,7 +28,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>2.7.15-SNAPSHOT</version>
+        <version>2.7.15</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/cxf/blob/4b006fec/services/xkms/xkms-features/pom.xml
----------------------------------------------------------------------
diff --git a/services/xkms/xkms-features/pom.xml b/services/xkms/xkms-features/pom.xml
index 77284bc..c64d52d 100644
--- a/services/xkms/xkms-features/pom.xml
+++ b/services/xkms/xkms-features/pom.xml
@@ -28,7 +28,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>2.7.15-SNAPSHOT</version>
+        <version>2.7.15</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/cxf/blob/4b006fec/services/xkms/xkms-itests/pom.xml
----------------------------------------------------------------------
diff --git a/services/xkms/xkms-itests/pom.xml b/services/xkms/xkms-itests/pom.xml
index 4564be4..8cb7bd5 100644
--- a/services/xkms/xkms-itests/pom.xml
+++ b/services/xkms/xkms-itests/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>2.7.15-SNAPSHOT</version>
+        <version>2.7.15</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/cxf/blob/4b006fec/services/xkms/xkms-osgi/pom.xml
----------------------------------------------------------------------
diff --git a/services/xkms/xkms-osgi/pom.xml b/services/xkms/xkms-osgi/pom.xml
index 6b12a7e..c6a7f03 100644
--- a/services/xkms/xkms-osgi/pom.xml
+++ b/services/xkms/xkms-osgi/pom.xml
@@ -28,7 +28,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>2.7.15-SNAPSHOT</version>
+        <version>2.7.15</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/cxf/blob/4b006fec/services/xkms/xkms-service/pom.xml
----------------------------------------------------------------------
diff --git a/services/xkms/xkms-service/pom.xml b/services/xkms/xkms-service/pom.xml
index 8edb4fa..11aff39 100644
--- a/services/xkms/xkms-service/pom.xml
+++ b/services/xkms/xkms-service/pom.xml
@@ -28,7 +28,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>2.7.15-SNAPSHOT</version>
+        <version>2.7.15</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/cxf/blob/4b006fec/services/xkms/xkms-war/pom.xml
----------------------------------------------------------------------
diff --git a/services/xkms/xkms-war/pom.xml b/services/xkms/xkms-war/pom.xml
index 2dbd8df..e8b41ca 100644
--- a/services/xkms/xkms-war/pom.xml
+++ b/services/xkms/xkms-war/pom.xml
@@ -28,7 +28,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>2.7.15-SNAPSHOT</version>
+        <version>2.7.15</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/cxf/blob/4b006fec/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 6ccface..c4a87d8 100644
--- a/services/xkms/xkms-x509-handlers/pom.xml
+++ b/services/xkms/xkms-x509-handlers/pom.xml
@@ -28,7 +28,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>2.7.15-SNAPSHOT</version>
+        <version>2.7.15</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/cxf/blob/4b006fec/systests/container-integration/grizzly/pom.xml
----------------------------------------------------------------------
diff --git a/systests/container-integration/grizzly/pom.xml b/systests/container-integration/grizzly/pom.xml
index 1ac1274..ce032e6 100644
--- a/systests/container-integration/grizzly/pom.xml
+++ b/systests/container-integration/grizzly/pom.xml
@@ -22,14 +22,14 @@
     <parent>
         <groupId>org.apache.cxf.systests</groupId>
         <artifactId>cxf-systests-container-integration</artifactId>
-        <version>2.7.15-SNAPSHOT</version>
+        <version>2.7.15</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <groupId>org.apache.cxf.systests</groupId>
     <artifactId>cxf-systests-ci-grizzly</artifactId>
     <name>Apache CXF Container Integration Test Grizzly</name>
     <description>Apache CXF Container Integration Test Grizzly</description>
-    <version>2.7.15-SNAPSHOT</version>
+    <version>2.7.15</version>
 
     <repositories>
         <repository>

http://git-wip-us.apache.org/repos/asf/cxf/blob/4b006fec/systests/container-integration/pom.xml
----------------------------------------------------------------------
diff --git a/systests/container-integration/pom.xml b/systests/container-integration/pom.xml
index 74f13ac..3a35b41 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>2.7.15-SNAPSHOT</version>
+        <version>2.7.15</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
@@ -29,7 +29,7 @@
     <artifactId>cxf-systests-container-integration</artifactId>
     <name>Apache CXF Container Integration System Tests</name>
     <description>Apache CXF Container Integration System Tests</description>
-    <version>2.7.15-SNAPSHOT</version>
+    <version>2.7.15</version>
     <packaging>pom</packaging>
     <url>http://cxf.apache.org</url>
     <modules>

http://git-wip-us.apache.org/repos/asf/cxf/blob/4b006fec/systests/container-integration/webapp/pom.xml
----------------------------------------------------------------------
diff --git a/systests/container-integration/webapp/pom.xml b/systests/container-integration/webapp/pom.xml
index becae0b..5ebc15a 100644
--- a/systests/container-integration/webapp/pom.xml
+++ b/systests/container-integration/webapp/pom.xml
@@ -22,14 +22,14 @@
     <parent>
         <groupId>org.apache.cxf.systests</groupId>
         <artifactId>cxf-systests-container-integration</artifactId>
-        <version>2.7.15-SNAPSHOT</version>
+        <version>2.7.15</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <groupId>org.apache.cxf.systests</groupId>
     <artifactId>cxf-systests-ci-webapp</artifactId>
     <name>Apache CXF Container Integration Test Webapp</name>
     <description>Apache CXF Container Integration Test Webapp</description>
-    <version>2.7.15-SNAPSHOT</version>
+    <version>2.7.15</version>
     <packaging>war</packaging>
     <dependencies>
         <dependency>

http://git-wip-us.apache.org/repos/asf/cxf/blob/4b006fec/systests/databinding/pom.xml
----------------------------------------------------------------------
diff --git a/systests/databinding/pom.xml b/systests/databinding/pom.xml
index 1be66b8..6e5ba35 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>2.7.15-SNAPSHOT</version>
+        <version>2.7.15</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
@@ -29,7 +29,7 @@
     <artifactId>cxf-systests-databinding</artifactId>
     <name>Apache CXF Databinding System Tests</name>
     <description>Apache CXF Databinding System Tests</description>
-    <version>2.7.15-SNAPSHOT</version>
+    <version>2.7.15</version>
     <url>http://cxf.apache.org</url>
 
 

http://git-wip-us.apache.org/repos/asf/cxf/blob/4b006fec/systests/jaxrs/pom.xml
----------------------------------------------------------------------
diff --git a/systests/jaxrs/pom.xml b/systests/jaxrs/pom.xml
index b757241..6ad200b 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>2.7.15-SNAPSHOT</version>
+        <version>2.7.15</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
@@ -29,7 +29,7 @@
     <artifactId>cxf-systests-jaxrs</artifactId>
     <name>Apache CXF JAX-RS System Tests</name>
     <description>Apache CXF JAX-RS System Tests</description>
-    <version>2.7.15-SNAPSHOT</version>
+    <version>2.7.15</version>
     <url>http://cxf.apache.org</url>
 
     <properties>

http://git-wip-us.apache.org/repos/asf/cxf/blob/4b006fec/systests/jaxws/pom.xml
----------------------------------------------------------------------
diff --git a/systests/jaxws/pom.xml b/systests/jaxws/pom.xml
index d2984bb..b3e8a4c 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>2.7.15-SNAPSHOT</version>
+        <version>2.7.15</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
@@ -29,7 +29,7 @@
     <artifactId>cxf-systests-jaxws</artifactId>
     <name>Apache CXF JAX-WS System Tests</name>
     <description>Apache CXF JAX-WS System Tests</description>
-    <version>2.7.15-SNAPSHOT</version>
+    <version>2.7.15</version>
     <url>http://cxf.apache.org</url>
 
     <build>

http://git-wip-us.apache.org/repos/asf/cxf/blob/4b006fec/systests/pom.xml
----------------------------------------------------------------------
diff --git a/systests/pom.xml b/systests/pom.xml
index bdca22b..d79a4f4 100644
--- a/systests/pom.xml
+++ b/systests/pom.xml
@@ -21,7 +21,7 @@
     <groupId>org.apache.cxf.systests</groupId>
     <artifactId>cxf-systests</artifactId>
     <packaging>pom</packaging>
-    <version>2.7.15-SNAPSHOT</version>
+    <version>2.7.15</version>
     <name>Apache CXF System Tests</name>
     <description>Apache CXF System Tests</description>
     <url>http://cxf.apache.org</url>
@@ -29,7 +29,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf</artifactId>
-        <version>2.7.15-SNAPSHOT</version>
+        <version>2.7.15</version>
     </parent>
 
     <modules>

http://git-wip-us.apache.org/repos/asf/cxf/blob/4b006fec/systests/rs-security/pom.xml
----------------------------------------------------------------------
diff --git a/systests/rs-security/pom.xml b/systests/rs-security/pom.xml
index 2b2f3b4..f857462 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>2.7.15-SNAPSHOT</version>
+        <version>2.7.15</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
@@ -29,7 +29,7 @@
     <artifactId>cxf-systests-rs-security</artifactId>
     <name>Apache CXF JAX-RS System Advanced Security Tests</name>
     <description>Apache CXF JAX-RS System Advanced Security Tests</description>
-    <version>2.7.15-SNAPSHOT</version>
+    <version>2.7.15</version>
     <url>http://cxf.apache.org</url>
     
 

http://git-wip-us.apache.org/repos/asf/cxf/blob/4b006fec/systests/transport-jms/pom.xml
----------------------------------------------------------------------
diff --git a/systests/transport-jms/pom.xml b/systests/transport-jms/pom.xml
index 2f00586..5fc70fc 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>2.7.15-SNAPSHOT</version>
+        <version>2.7.15</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
@@ -29,7 +29,7 @@
     <artifactId>cxf-systests-transport-jms</artifactId>
     <name>Apache CXF Transport System Tests JMS</name>
     <description>Apache CXF Transport System Tests JMS</description>
-    <version>2.7.15-SNAPSHOT</version>
+    <version>2.7.15</version>
     <url>http://cxf.apache.org</url>
 
     <build>

http://git-wip-us.apache.org/repos/asf/cxf/blob/4b006fec/systests/transports/pom.xml
----------------------------------------------------------------------
diff --git a/systests/transports/pom.xml b/systests/transports/pom.xml
index 0d55ebd..0d17468 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>2.7.15-SNAPSHOT</version>
+        <version>2.7.15</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
@@ -29,7 +29,7 @@
     <artifactId>cxf-systests-transports</artifactId>
     <name>Apache CXF Transport System Tests</name>
     <description>Apache CXF Transport System Tests</description>
-    <version>2.7.15-SNAPSHOT</version>
+    <version>2.7.15</version>
     <url>http://cxf.apache.org</url>
     <build>
         <plugins>

http://git-wip-us.apache.org/repos/asf/cxf/blob/4b006fec/systests/uncategorized/pom.xml
----------------------------------------------------------------------
diff --git a/systests/uncategorized/pom.xml b/systests/uncategorized/pom.xml
index 4c2cc1f..07c3357 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>2.7.15-SNAPSHOT</version>
+        <version>2.7.15</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
@@ -29,7 +29,7 @@
     <artifactId>cxf-systests-uncategorized</artifactId>
     <name>Apache CXF Uncategorized System Tests</name>
     <description>Apache CXF Uncategorized System Tests</description>
-    <version>2.7.15-SNAPSHOT</version>
+    <version>2.7.15</version>
     <url>http://cxf.apache.org</url>
     <build>
         <plugins>

http://git-wip-us.apache.org/repos/asf/cxf/blob/4b006fec/systests/ws-rm/pom.xml
----------------------------------------------------------------------
diff --git a/systests/ws-rm/pom.xml b/systests/ws-rm/pom.xml
index e3e5a7e..c3b42db 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>2.7.15-SNAPSHOT</version>
+        <version>2.7.15</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
@@ -29,7 +29,7 @@
     <artifactId>cxf-systests-ws-rm</artifactId>
     <name>Apache CXF WS-RM Specifications System Tests</name>
     <description>Apache CXF WS-RM Specifications System Tests</description>
-    <version>2.7.15-SNAPSHOT</version>
+    <version>2.7.15</version>
     <url>http://cxf.apache.org</url>
 
     <dependencies>

http://git-wip-us.apache.org/repos/asf/cxf/blob/4b006fec/systests/ws-security-examples/pom.xml
----------------------------------------------------------------------
diff --git a/systests/ws-security-examples/pom.xml b/systests/ws-security-examples/pom.xml
index 329137d..2d70ece 100644
--- a/systests/ws-security-examples/pom.xml
+++ b/systests/ws-security-examples/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <artifactId>cxf-parent</artifactId>
         <groupId>org.apache.cxf</groupId>
-        <version>2.7.15-SNAPSHOT</version>
+        <version>2.7.15</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
@@ -28,7 +28,7 @@
     <artifactId>cxf-systests-ws-security-examples</artifactId>
     <name>Apache CXF WS-Security Interop System Tests</name>
     <description>Apache CXF WS-Security Interop System Tests</description>
-    <version>2.7.15-SNAPSHOT</version>
+    <version>2.7.15</version>
     <url>http://cxf.apache.org</url>
     
     <build>

http://git-wip-us.apache.org/repos/asf/cxf/blob/4b006fec/systests/ws-security/pom.xml
----------------------------------------------------------------------
diff --git a/systests/ws-security/pom.xml b/systests/ws-security/pom.xml
index 593830d..ae15abf 100644
--- a/systests/ws-security/pom.xml
+++ b/systests/ws-security/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <artifactId>cxf-parent</artifactId>
         <groupId>org.apache.cxf</groupId>
-        <version>2.7.15-SNAPSHOT</version>
+        <version>2.7.15</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
@@ -28,7 +28,7 @@
     <artifactId>cxf-systests-ws-security</artifactId>
     <name>Apache CXF WS-Security System Tests</name>
     <description>Apache CXF WS-Security System Tests</description>
-    <version>2.7.15-SNAPSHOT</version>
+    <version>2.7.15</version>
     <url>http://cxf.apache.org</url>
     
     <build>

http://git-wip-us.apache.org/repos/asf/cxf/blob/4b006fec/systests/ws-specs/pom.xml
----------------------------------------------------------------------
diff --git a/systests/ws-specs/pom.xml b/systests/ws-specs/pom.xml
index c47a1d2..cfc0ecd 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>2.7.15-SNAPSHOT</version>
+        <version>2.7.15</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
@@ -29,7 +29,7 @@
     <artifactId>cxf-systests-ws-specs</artifactId>
     <name>Apache CXF WS-* Specifications System Tests</name>
     <description>Apache CXF WS-* Specifications System Tests</description>
-    <version>2.7.15-SNAPSHOT</version>
+    <version>2.7.15</version>
     <url>http://cxf.apache.org</url>
     <build>
         <plugins>

http://git-wip-us.apache.org/repos/asf/cxf/blob/4b006fec/systests/wsdl_maven/codegen/pom.xml
----------------------------------------------------------------------
diff --git a/systests/wsdl_maven/codegen/pom.xml b/systests/wsdl_maven/codegen/pom.xml
index dbe89b4..5f3645e 100644
--- a/systests/wsdl_maven/codegen/pom.xml
+++ b/systests/wsdl_maven/codegen/pom.xml
@@ -20,13 +20,13 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.cxf.systests.wsdl_maven</groupId>
     <artifactId>cxf-systests-codegen</artifactId>
-    <version>2.7.15-SNAPSHOT</version>
+    <version>2.7.15</version>
     <name>Test for generating code from wsdl in repo</name>
     <description>Test for generating code from wsdl in repo</description>
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>2.7.15-SNAPSHOT</version>
+        <version>2.7.15</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <build>

http://git-wip-us.apache.org/repos/asf/cxf/blob/4b006fec/systests/wsdl_maven/java2ws/pom.xml
----------------------------------------------------------------------
diff --git a/systests/wsdl_maven/java2ws/pom.xml b/systests/wsdl_maven/java2ws/pom.xml
index a091f73..9c3434e 100644
--- a/systests/wsdl_maven/java2ws/pom.xml
+++ b/systests/wsdl_maven/java2ws/pom.xml
@@ -20,13 +20,13 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.cxf.systests.wsdl_maven</groupId>
     <artifactId>cxf-systests-java2ws</artifactId>
-    <version>2.7.15-SNAPSHOT</version>
+    <version>2.7.15</version>
     <name>Test for writing wsdl to repo</name>
     <description>Test for writing wsdl to repo</description>
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>2.7.15-SNAPSHOT</version>
+        <version>2.7.15</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <build>

http://git-wip-us.apache.org/repos/asf/cxf/blob/4b006fec/systests/wsdl_maven/pom.xml
----------------------------------------------------------------------
diff --git a/systests/wsdl_maven/pom.xml b/systests/wsdl_maven/pom.xml
index dfd4f61..1f15d48 100644
--- a/systests/wsdl_maven/pom.xml
+++ b/systests/wsdl_maven/pom.xml
@@ -21,7 +21,7 @@
     <groupId>org.apache.cxf.systests</groupId>
     <artifactId>cxf-wsdl-maven</artifactId>
     <packaging>pom</packaging>
-    <version>2.7.15-SNAPSHOT</version>
+    <version>2.7.15</version>
     <name>Apache CXF System Tests for Maven Plugins</name>
     <description>Apache CXF System Tests for Maven Plugins</description>
     <url>http://cxf.apache.org</url>
@@ -29,7 +29,7 @@
     <parent>
         <groupId>org.apache.cxf.systests</groupId>
         <artifactId>cxf-systests</artifactId>
-        <version>2.7.15-SNAPSHOT</version>
+        <version>2.7.15</version>
     </parent>
 
     <modules>

http://git-wip-us.apache.org/repos/asf/cxf/blob/4b006fec/testutils/pom.xml
----------------------------------------------------------------------
diff --git a/testutils/pom.xml b/testutils/pom.xml
index 1c48fa3..eb67781 100644
--- a/testutils/pom.xml
+++ b/testutils/pom.xml
@@ -21,7 +21,7 @@
     <groupId>org.apache.cxf</groupId>
     <artifactId>cxf-testutils</artifactId>
     <packaging>jar</packaging>
-    <version>2.7.15-SNAPSHOT</version>
+    <version>2.7.15</version>
     <name>Apache CXF Test Utilities</name>
     <description>Apache CXF Test Utilities</description>
     <url>http://cxf.apache.org</url>
@@ -29,7 +29,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>2.7.15-SNAPSHOT</version>
+        <version>2.7.15</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/cxf/blob/4b006fec/tools/common/pom.xml
----------------------------------------------------------------------
diff --git a/tools/common/pom.xml b/tools/common/pom.xml
index 49511d7..efc160b 100644
--- a/tools/common/pom.xml
+++ b/tools/common/pom.xml
@@ -21,7 +21,7 @@
     <groupId>org.apache.cxf</groupId>
     <artifactId>cxf-tools-common</artifactId>
     <packaging>jar</packaging>
-    <version>2.7.15-SNAPSHOT</version>
+    <version>2.7.15</version>
     <name>Apache CXF Command Line Tools Common</name>
     <description>Apache CXF Command Line Tools Common</description>
     <url>http://cxf.apache.org</url>
@@ -29,7 +29,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>2.7.15-SNAPSHOT</version>
+        <version>2.7.15</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/cxf/blob/4b006fec/tools/corba/pom.xml
----------------------------------------------------------------------
diff --git a/tools/corba/pom.xml b/tools/corba/pom.xml
index ce66ef8..7affa6b 100644
--- a/tools/corba/pom.xml
+++ b/tools/corba/pom.xml
@@ -22,7 +22,7 @@
     <groupId>org.apache.cxf</groupId>
     <artifactId>cxf-tools-corba</artifactId>
     <packaging>jar</packaging>
-    <version>2.7.15-SNAPSHOT</version>
+    <version>2.7.15</version>
     <name>Apache CXF Command Line Tools CORBA</name>
     <description>Apache CXF Command Line Tools CORBA</description>
     <url>http://cxf.apache.org</url>
@@ -30,7 +30,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>2.7.15-SNAPSHOT</version>
+        <version>2.7.15</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/cxf/blob/4b006fec/tools/javato/pom.xml
----------------------------------------------------------------------
diff --git a/tools/javato/pom.xml b/tools/javato/pom.xml
index 3188201..20d8507 100644
--- a/tools/javato/pom.xml
+++ b/tools/javato/pom.xml
@@ -21,7 +21,7 @@
     <groupId>org.apache.cxf</groupId>
     <artifactId>cxf-tools-javato</artifactId>
     <packaging>pom</packaging>
-    <version>2.7.15-SNAPSHOT</version>
+    <version>2.7.15</version>
     <name>Apache CXF Command Line Tools JavaTo</name>
     <description>Apache CXF Command Line Tools JavaTo</description>
     <url>http://cxf.apache.org</url>
@@ -29,7 +29,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-tools</artifactId>
-        <version>2.7.15-SNAPSHOT</version>
+        <version>2.7.15</version>
     </parent>
 
     <modules>

http://git-wip-us.apache.org/repos/asf/cxf/blob/4b006fec/tools/javato/ws/pom.xml
----------------------------------------------------------------------
diff --git a/tools/javato/ws/pom.xml b/tools/javato/ws/pom.xml
index 7f63f87..210de25 100644
--- a/tools/javato/ws/pom.xml
+++ b/tools/javato/ws/pom.xml
@@ -21,7 +21,7 @@
     <groupId>org.apache.cxf</groupId>
     <artifactId>cxf-tools-java2ws</artifactId>
     <packaging>jar</packaging>
-    <version>2.7.15-SNAPSHOT</version>
+    <version>2.7.15</version>
     <name>Apache CXF Command Line Tools JavaTo WS</name>
     <description>Apache CXF Command Line Tools JavaTo WS</description>
     <url>http://cxf.apache.org</url>
@@ -29,7 +29,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>2.7.15-SNAPSHOT</version>
+        <version>2.7.15</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/cxf/blob/4b006fec/tools/pom.xml
----------------------------------------------------------------------
diff --git a/tools/pom.xml b/tools/pom.xml
index 3d90267..94aa655 100644
--- a/tools/pom.xml
+++ b/tools/pom.xml
@@ -21,7 +21,7 @@
     <groupId>org.apache.cxf</groupId>
     <artifactId>cxf-tools</artifactId>
     <packaging>pom</packaging>
-    <version>2.7.15-SNAPSHOT</version>
+    <version>2.7.15</version>
     <name>Apache CXF Command Line Tools</name>
     <description>Apache CXF Command Line Tools</description>
     <url>http://cxf.apache.org</url>
@@ -29,7 +29,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf</artifactId>
-        <version>2.7.15-SNAPSHOT</version>
+        <version>2.7.15</version>
     </parent>
 
     <modules>

http://git-wip-us.apache.org/repos/asf/cxf/blob/4b006fec/tools/validator/pom.xml
----------------------------------------------------------------------
diff --git a/tools/validator/pom.xml b/tools/validator/pom.xml
index e9ce60f..c1cddb5 100644
--- a/tools/validator/pom.xml
+++ b/tools/validator/pom.xml
@@ -21,7 +21,7 @@
     <groupId>org.apache.cxf</groupId>
     <artifactId>cxf-tools-validator</artifactId>
     <packaging>jar</packaging>
-    <version>2.7.15-SNAPSHOT</version>
+    <version>2.7.15</version>
     <name>Apache CXF Command Line Tools Validator</name>
     <description>Apache CXF Command Line Tools Validator</description>
     <url>http://cxf.apache.org</url>
@@ -29,7 +29,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>2.7.15-SNAPSHOT</version>
+        <version>2.7.15</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/cxf/blob/4b006fec/tools/wadlto/jaxrs/pom.xml
----------------------------------------------------------------------
diff --git a/tools/wadlto/jaxrs/pom.xml b/tools/wadlto/jaxrs/pom.xml
index 4e06519..54a1bc2 100644
--- a/tools/wadlto/jaxrs/pom.xml
+++ b/tools/wadlto/jaxrs/pom.xml
@@ -21,7 +21,7 @@
     <groupId>org.apache.cxf</groupId>
     <artifactId>cxf-tools-wadlto-jaxrs</artifactId>
     <packaging>jar</packaging>
-    <version>2.7.15-SNAPSHOT</version>
+    <version>2.7.15</version>
     <name>Apache CXF Command Line Tools WADLTo JAXRS Frontend</name>
     <description>Apache CXF Command Line Tools WADLTo JAXRS Frontend</description>
     <url>http://cxf.apache.org</url>
@@ -29,7 +29,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>2.7.15-SNAPSHOT</version>
+        <version>2.7.15</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/cxf/blob/4b006fec/tools/wadlto/pom.xml
----------------------------------------------------------------------
diff --git a/tools/wadlto/pom.xml b/tools/wadlto/pom.xml
index 4d131ef..16300bd 100644
--- a/tools/wadlto/pom.xml
+++ b/tools/wadlto/pom.xml
@@ -21,7 +21,7 @@
     <groupId>org.apache.cxf</groupId>
     <artifactId>cxf-tools-wadlto</artifactId>
     <packaging>pom</packaging>
-    <version>2.7.15-SNAPSHOT</version>
+    <version>2.7.15</version>
     <name>Apache CXF Command Line Tools WADLTo</name>
     <description>Apache CXF Command Line Tools WADLTo</description>
     <url>http://cxf.apache.org</url>
@@ -29,7 +29,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-tools</artifactId>
-        <version>2.7.15-SNAPSHOT</version>
+        <version>2.7.15</version>
     </parent>
 
     <modules>

http://git-wip-us.apache.org/repos/asf/cxf/blob/4b006fec/tools/wsdlto/core/pom.xml
----------------------------------------------------------------------
diff --git a/tools/wsdlto/core/pom.xml b/tools/wsdlto/core/pom.xml
index c45de1d..2bd4b56 100644
--- a/tools/wsdlto/core/pom.xml
+++ b/tools/wsdlto/core/pom.xml
@@ -21,7 +21,7 @@
     <groupId>org.apache.cxf</groupId>
     <artifactId>cxf-tools-wsdlto-core</artifactId>
     <packaging>jar</packaging>
-    <version>2.7.15-SNAPSHOT</version>
+    <version>2.7.15</version>
     <name>Apache CXF Command Line Tools WSDLTo Core</name>
     <description>Apache CXF Command Line Tools WSDLTo Core</description>
     <url>http://cxf.apache.org</url>
@@ -29,7 +29,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>2.7.15-SNAPSHOT</version>
+        <version>2.7.15</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/cxf/blob/4b006fec/tools/wsdlto/databinding/jaxb/pom.xml
----------------------------------------------------------------------
diff --git a/tools/wsdlto/databinding/jaxb/pom.xml b/tools/wsdlto/databinding/jaxb/pom.xml
index f5bd74d..fe609f7 100644
--- a/tools/wsdlto/databinding/jaxb/pom.xml
+++ b/tools/wsdlto/databinding/jaxb/pom.xml
@@ -21,7 +21,7 @@
     <groupId>org.apache.cxf</groupId>
     <artifactId>cxf-tools-wsdlto-databinding-jaxb</artifactId>
     <packaging>jar</packaging>
-    <version>2.7.15-SNAPSHOT</version>
+    <version>2.7.15</version>
     <name>Apache CXF Command Line Tools WSDLTo JAXB Databinding</name>
     <description>Apache CXF Command Line Tools WSDLTo JAXB Databinding</description>
     <url>http://cxf.apache.org</url>
@@ -29,7 +29,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>2.7.15-SNAPSHOT</version>
+        <version>2.7.15</version>
         <relativePath>../../../../parent/pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/cxf/blob/4b006fec/tools/wsdlto/frontend/javascript/pom.xml
----------------------------------------------------------------------
diff --git a/tools/wsdlto/frontend/javascript/pom.xml b/tools/wsdlto/frontend/javascript/pom.xml
index c732193..1d17233 100644
--- a/tools/wsdlto/frontend/javascript/pom.xml
+++ b/tools/wsdlto/frontend/javascript/pom.xml
@@ -21,7 +21,7 @@
     <groupId>org.apache.cxf</groupId>
     <artifactId>cxf-tools-wsdlto-frontend-javascript</artifactId>
     <packaging>jar</packaging>
-    <version>2.7.15-SNAPSHOT</version>
+    <version>2.7.15</version>
     <name>Apache CXF Command Line Tools WSDL to JavaScript Front End</name>
     <description>Apache CXF Command Line Tools WSDL to JavaScript Front End</description>
     <url>http://cxf.apache.org</url>
@@ -29,7 +29,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>2.7.15-SNAPSHOT</version>
+        <version>2.7.15</version>
         <relativePath>../../../../parent/pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/cxf/blob/4b006fec/tools/wsdlto/frontend/jaxws/pom.xml
----------------------------------------------------------------------
diff --git a/tools/wsdlto/frontend/jaxws/pom.xml b/tools/wsdlto/frontend/jaxws/pom.xml
index 113d380..d5c0bef 100644
--- a/tools/wsdlto/frontend/jaxws/pom.xml
+++ b/tools/wsdlto/frontend/jaxws/pom.xml
@@ -21,7 +21,7 @@
     <groupId>org.apache.cxf</groupId>
     <artifactId>cxf-tools-wsdlto-frontend-jaxws</artifactId>
     <packaging>jar</packaging>
-    <version>2.7.15-SNAPSHOT</version>
+    <version>2.7.15</version>
     <name>Apache CXF Command Line Tools WSDLTo JAXWS Frontend</name>
     <description>Apache CXF Command Line Tools WSDLTo JAXWS Frontend</description>
     <url>http://cxf.apache.org</url>
@@ -29,7 +29,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>2.7.15-SNAPSHOT</version>
+        <version>2.7.15</version>
         <relativePath>../../../../parent/pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/cxf/blob/4b006fec/tools/wsdlto/misc/pom.xml
----------------------------------------------------------------------
diff --git a/tools/wsdlto/misc/pom.xml b/tools/wsdlto/misc/pom.xml
index 894894a..584d938 100644
--- a/tools/wsdlto/misc/pom.xml
+++ b/tools/wsdlto/misc/pom.xml
@@ -21,7 +21,7 @@
     <groupId>org.apache.cxf</groupId>
     <artifactId>cxf-tools-misctools</artifactId>
     <packaging>jar</packaging>
-    <version>2.7.15-SNAPSHOT</version>
+    <version>2.7.15</version>
     <name>Apache CXF Command Line Tools WSDLTo Misctools</name>
     <description>Apache CXF Command Line Tools WSDLTo Misctools</description>
     <url>http://cxf.apache.org</url>
@@ -29,7 +29,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>2.7.15-SNAPSHOT</version>
+        <version>2.7.15</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/cxf/blob/4b006fec/tools/wsdlto/pom.xml
----------------------------------------------------------------------
diff --git a/tools/wsdlto/pom.xml b/tools/wsdlto/pom.xml
index a90ef86..ddc1670 100644
--- a/tools/wsdlto/pom.xml
+++ b/tools/wsdlto/pom.xml
@@ -21,7 +21,7 @@
     <groupId>org.apache.cxf</groupId>
     <artifactId>cxf-tools-wsdlto</artifactId>
     <packaging>pom</packaging>
-    <version>2.7.15-SNAPSHOT</version>
+    <version>2.7.15</version>
     <name>Apache CXF Command Line Tools WSDLTo</name>
     <description>Apache CXF Command Line Tools WSDLTo</description>
     <url>http://cxf.apache.org</url>
@@ -29,7 +29,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-tools</artifactId>
-        <version>2.7.15-SNAPSHOT</version>
+        <version>2.7.15</version>
     </parent>
 
     <modules>

http://git-wip-us.apache.org/repos/asf/cxf/blob/4b006fec/tools/wsdlto/test/pom.xml
----------------------------------------------------------------------
diff --git a/tools/wsdlto/test/pom.xml b/tools/wsdlto/test/pom.xml
index 99a5215..a6bd757 100644
--- a/tools/wsdlto/test/pom.xml
+++ b/tools/wsdlto/test/pom.xml
@@ -21,7 +21,7 @@
     <groupId>org.apache.cxf</groupId>
     <artifactId>cxf-tools-wsdlto-test</artifactId>
     <packaging>jar</packaging>
-    <version>2.7.15-SNAPSHOT</version>
+    <version>2.7.15</version>
     <name>Apache CXF Command Line Tools WSDLTo Test</name>
     <description>Apache CXF Command Line Tools WSDLTo Test</description>
     <url>http://cxf.apache.org</url>
@@ -29,7 +29,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>2.7.15-SNAPSHOT</version>
+        <version>2.7.15</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
 


[2/3] cxf git commit: [maven-release-plugin] prepare release cxf-2.7.15

Posted by dk...@apache.org.
http://git-wip-us.apache.org/repos/asf/cxf/blob/4b006fec/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 00787e2..98c316c 100644
--- a/distribution/src/main/release/samples/ws_notification/pom.xml
+++ b/distribution/src/main/release/samples/ws_notification/pom.xml
@@ -22,12 +22,12 @@
     <artifactId>ws_notification</artifactId>
     <name>WS-Notification Demo</name>
     <description>WS-Notification Demo</description>
-    <version>2.7.15-SNAPSHOT</version>
+    <version>2.7.15</version>
 
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>2.7.15-SNAPSHOT</version>
+        <version>2.7.15</version>
     </parent>
     <properties>
         <cxf.version>${project.version}</cxf.version>
@@ -95,32 +95,32 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>2.7.15-SNAPSHOT</version>
+            <version>2.7.15</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>2.7.15-SNAPSHOT</version>
+            <version>2.7.15</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http-jetty</artifactId>
-            <version>2.7.15-SNAPSHOT</version>
+            <version>2.7.15</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-ws-addr</artifactId>
-            <version>2.7.15-SNAPSHOT</version>
+            <version>2.7.15</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-ws-policy</artifactId>
-            <version>2.7.15-SNAPSHOT</version>
+            <version>2.7.15</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf.services.wsn</groupId>
             <artifactId>cxf-services-wsn-core</artifactId>
-            <version>2.7.15-SNAPSHOT</version>
+            <version>2.7.15</version>
         </dependency>
     </dependencies>
 </project>

http://git-wip-us.apache.org/repos/asf/cxf/blob/4b006fec/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 d5dabe8..44215e5 100644
--- a/distribution/src/main/release/samples/ws_policy/pom.xml
+++ b/distribution/src/main/release/samples/ws_policy/pom.xml
@@ -22,12 +22,12 @@
     <artifactId>ws_policy</artifactId>
     <name>WS-Policy Demo</name>
     <description>WS-Policy Demo</description>
-    <version>2.7.15-SNAPSHOT</version>
+    <version>2.7.15</version>
 
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>2.7.15-SNAPSHOT</version>
+        <version>2.7.15</version>
     </parent>
 
     <properties>
@@ -124,17 +124,17 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>2.7.15-SNAPSHOT</version>
+            <version>2.7.15</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>2.7.15-SNAPSHOT</version>
+            <version>2.7.15</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http-jetty</artifactId>
-            <version>2.7.15-SNAPSHOT</version>
+            <version>2.7.15</version>
         </dependency>
         <dependency>
             <groupId>org.springframework</groupId>

http://git-wip-us.apache.org/repos/asf/cxf/blob/4b006fec/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 0e14193..ed7dc4f 100644
--- a/distribution/src/main/release/samples/ws_rm/pom.xml
+++ b/distribution/src/main/release/samples/ws_rm/pom.xml
@@ -22,12 +22,12 @@
     <artifactId>ws_rm</artifactId>
     <name>WS-RM Demo</name>
     <description>WS-RM Demo</description>
-    <version>2.7.15-SNAPSHOT</version>
+    <version>2.7.15</version>
 
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>2.7.15-SNAPSHOT</version>
+        <version>2.7.15</version>
     </parent>
     <properties>
         <cxf.version>${project.version}</cxf.version>
@@ -118,23 +118,23 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>2.7.15-SNAPSHOT</version>
+            <version>2.7.15</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>2.7.15-SNAPSHOT</version>
+            <version>2.7.15</version>
         </dependency>
         <!-- Jetty is needed if you're using the CXFServlet -->
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http-jetty</artifactId>
-            <version>2.7.15-SNAPSHOT</version>
+            <version>2.7.15</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-ws-rm</artifactId>
-            <version>2.7.15-SNAPSHOT</version>
+            <version>2.7.15</version>
         </dependency>
         <dependency>
             <groupId>org.springframework</groupId>

http://git-wip-us.apache.org/repos/asf/cxf/blob/4b006fec/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 f39ab28..834f045 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
@@ -22,12 +22,12 @@
     <artifactId>wssec_sign_enc</artifactId>
     <name>CXF WS-Security Sign Encoding Demo</name>
     <description>CXF WS-Security Sign Encoding Demo</description>
-    <version>2.7.15-SNAPSHOT</version>
+    <version>2.7.15</version>
 
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>2.7.15-SNAPSHOT</version>
+        <version>2.7.15</version>
         <relativePath>../..</relativePath>
     </parent>
 
@@ -130,38 +130,38 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>2.7.15-SNAPSHOT</version>
+            <version>2.7.15</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>2.7.15-SNAPSHOT</version>
+            <version>2.7.15</version>
         </dependency>
         <!-- Jetty is needed if you're using the CXFServlet -->
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http-jetty</artifactId>
-            <version>2.7.15-SNAPSHOT</version>
+            <version>2.7.15</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-ws-rm</artifactId>
-            <version>2.7.15-SNAPSHOT</version>
+            <version>2.7.15</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-ws-security</artifactId>
-            <version>2.7.15-SNAPSHOT</version>
+            <version>2.7.15</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-ws-addr</artifactId>
-            <version>2.7.15-SNAPSHOT</version>
+            <version>2.7.15</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-ws-policy</artifactId>
-            <version>2.7.15-SNAPSHOT</version>
+            <version>2.7.15</version>
         </dependency>
         <dependency>
             <groupId>org.springframework</groupId>

http://git-wip-us.apache.org/repos/asf/cxf/blob/4b006fec/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 d498052..4003c48 100644
--- a/distribution/src/main/release/samples/ws_security/ut/pom.xml
+++ b/distribution/src/main/release/samples/ws_security/ut/pom.xml
@@ -22,12 +22,12 @@
     <artifactId>wssec_ut</artifactId>
     <name>CXF WS-Security UT Demo</name>
     <description>CXF WS-Security UT Demo</description>
-    <version>2.7.15-SNAPSHOT</version>
+    <version>2.7.15</version>
 
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>2.7.15-SNAPSHOT</version>
+        <version>2.7.15</version>
         <relativePath>../..</relativePath>
     </parent>
     <properties>
@@ -118,23 +118,23 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>2.7.15-SNAPSHOT</version>
+            <version>2.7.15</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>2.7.15-SNAPSHOT</version>
+            <version>2.7.15</version>
         </dependency>
         <!-- Jetty is needed if you're using the CXFServlet -->
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http-jetty</artifactId>
-            <version>2.7.15-SNAPSHOT</version>
+            <version>2.7.15</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-ws-security</artifactId>
-            <version>2.7.15-SNAPSHOT</version>
+            <version>2.7.15</version>
         </dependency>
         <dependency>
             <groupId>org.springframework</groupId>

http://git-wip-us.apache.org/repos/asf/cxf/blob/4b006fec/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 3026be9..1805524 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
@@ -22,12 +22,12 @@
     <artifactId>wssec_ut_policy</artifactId>
     <name>WS-Security UT Policy Demo</name>
     <description>WS-Security UT Policy Demo</description>
-    <version>2.7.15-SNAPSHOT</version>
+    <version>2.7.15</version>
 
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>2.7.15-SNAPSHOT</version>
+        <version>2.7.15</version>
         <relativePath>../..</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/cxf/blob/4b006fec/distribution/src/main/release/samples/ws_security/ut_sign/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/src/main/release/samples/ws_security/ut_sign/pom.xml b/distribution/src/main/release/samples/ws_security/ut_sign/pom.xml
index d986705..a2ee1c9 100644
--- a/distribution/src/main/release/samples/ws_security/ut_sign/pom.xml
+++ b/distribution/src/main/release/samples/ws_security/ut_sign/pom.xml
@@ -22,12 +22,12 @@
     <artifactId>wssec_ut_sign</artifactId>
     <name>WS-Security UT Sign Demo</name>
     <description>WS-Security UT Sign Demo</description>
-    <version>2.7.15-SNAPSHOT</version>
+    <version>2.7.15</version>
 
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>2.7.15-SNAPSHOT</version>
+        <version>2.7.15</version>
         <relativePath>../..</relativePath>
     </parent>
 
@@ -131,38 +131,38 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>2.7.15-SNAPSHOT</version>
+            <version>2.7.15</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>2.7.15-SNAPSHOT</version>
+            <version>2.7.15</version>
         </dependency>
         <!-- Jetty is needed if you're using the CXFServlet -->
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http-jetty</artifactId>
-            <version>2.7.15-SNAPSHOT</version>
+            <version>2.7.15</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-ws-rm</artifactId>
-            <version>2.7.15-SNAPSHOT</version>
+            <version>2.7.15</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-ws-security</artifactId>
-            <version>2.7.15-SNAPSHOT</version>
+            <version>2.7.15</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-ws-addr</artifactId>
-            <version>2.7.15-SNAPSHOT</version>
+            <version>2.7.15</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-ws-policy</artifactId>
-            <version>2.7.15-SNAPSHOT</version>
+            <version>2.7.15</version>
         </dependency>
         <dependency>
             <groupId>org.springframework</groupId>

http://git-wip-us.apache.org/repos/asf/cxf/blob/4b006fec/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 f6d846b..6cae2dd 100644
--- a/distribution/src/main/release/samples/wsdl_first/pom.xml
+++ b/distribution/src/main/release/samples/wsdl_first/pom.xml
@@ -23,12 +23,12 @@
     <packaging>war</packaging>
     <name>WSDL first demo using Document/Literal Style</name>
     <description>WSDL first demo using Document/Literal Style</description>
-    <version>2.7.15-SNAPSHOT</version>
+    <version>2.7.15</version>
 
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>2.7.15-SNAPSHOT</version>
+        <version>2.7.15</version>
     </parent>
     <properties>
         <cxf.version>${project.version}</cxf.version>
@@ -167,12 +167,12 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>2.7.15-SNAPSHOT</version>
+            <version>2.7.15</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>2.7.15-SNAPSHOT</version>
+            <version>2.7.15</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf.xjc-utils</groupId>

http://git-wip-us.apache.org/repos/asf/cxf/blob/4b006fec/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 0ab7b9b..1cfdefa 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
@@ -22,12 +22,12 @@
     <artifactId>wsdl_first_dynamic_client</artifactId>
     <name>CXF Dynamic Client Sample</name>
     <description>CXF Dynamic Client Sample</description>
-    <version>2.7.15-SNAPSHOT</version>
+    <version>2.7.15</version>
 
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>2.7.15-SNAPSHOT</version>
+        <version>2.7.15</version>
     </parent>
     <properties>
         <cxf.version>${project.version}</cxf.version>
@@ -122,18 +122,18 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>2.7.15-SNAPSHOT</version>
+            <version>2.7.15</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>2.7.15-SNAPSHOT</version>
+            <version>2.7.15</version>
         </dependency>
         <!-- Jetty is needed if you're using the CXFServlet -->
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http-jetty</artifactId>
-            <version>2.7.15-SNAPSHOT</version>
+            <version>2.7.15</version>
         </dependency>
         <dependency>
             <groupId>com.sun.xml.bind</groupId>

http://git-wip-us.apache.org/repos/asf/cxf/blob/4b006fec/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 489b7d2..66f12a7 100644
--- a/distribution/src/main/release/samples/wsdl_first_https/pom.xml
+++ b/distribution/src/main/release/samples/wsdl_first_https/pom.xml
@@ -22,12 +22,12 @@
     <artifactId>wsdl_first_https</artifactId>
     <name>WSDL first demo using HTTPS</name>
     <description>WSDL first demo using HTTPS</description>
-    <version>2.7.15-SNAPSHOT</version>
+    <version>2.7.15</version>
 
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>2.7.15-SNAPSHOT</version>
+        <version>2.7.15</version>
     </parent>
 
     <properties>

http://git-wip-us.apache.org/repos/asf/cxf/blob/4b006fec/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 407197b..732aa39 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
@@ -22,12 +22,12 @@
     <artifactId>wsdl_first_pure_xml</artifactId>
     <name>WSDL first demo using BARE Style in XML Binding (pure XML over HTTP)</name>
     <description>WSDL first demo using BARE Style in XML Binding (pure XML over HTTP)</description>
-    <version>2.7.15-SNAPSHOT</version>
+    <version>2.7.15</version>
 
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>2.7.15-SNAPSHOT</version>
+        <version>2.7.15</version>
     </parent>
     <properties>
         <cxf.version>${project.version}</cxf.version>
@@ -124,18 +124,18 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>2.7.15-SNAPSHOT</version>
+            <version>2.7.15</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>2.7.15-SNAPSHOT</version>
+            <version>2.7.15</version>
         </dependency>
         <!-- Jetty is needed if you're using the CXFServlet -->
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http-jetty</artifactId>
-            <version>2.7.15-SNAPSHOT</version>
+            <version>2.7.15</version>
         </dependency>
     </dependencies>
 </project>

http://git-wip-us.apache.org/repos/asf/cxf/blob/4b006fec/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 15eadbf..4de02a8 100644
--- a/distribution/src/main/release/samples/wsdl_first_rpclit/pom.xml
+++ b/distribution/src/main/release/samples/wsdl_first_rpclit/pom.xml
@@ -22,12 +22,12 @@
     <artifactId>wsdl_first_rpclit</artifactId>
     <name>WSDL first demo using RPC-Literal Style</name>
     <description>WSDL first demo using RPC-Literal Style</description>
-    <version>2.7.15-SNAPSHOT</version>
+    <version>2.7.15</version>
 
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>2.7.15-SNAPSHOT</version>
+        <version>2.7.15</version>
     </parent>
 
     <properties>
@@ -126,18 +126,18 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>2.7.15-SNAPSHOT</version>
+            <version>2.7.15</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>2.7.15-SNAPSHOT</version>
+            <version>2.7.15</version>
         </dependency>
         <!-- Jetty is needed if you're using the CXFServlet -->
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http-jetty</artifactId>
-            <version>2.7.15-SNAPSHOT</version>
+            <version>2.7.15</version>
         </dependency>
     </dependencies>
 </project>

http://git-wip-us.apache.org/repos/asf/cxf/blob/4b006fec/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 b77f5eb..cae35ff 100644
--- a/distribution/src/main/release/samples/wsdl_first_soap12/pom.xml
+++ b/distribution/src/main/release/samples/wsdl_first_soap12/pom.xml
@@ -22,12 +22,12 @@
     <artifactId>wsdl_first_soap12</artifactId>
     <name>WSDL first demo using SOAP12 in Document/Literal Style</name>
     <description>WSDL first demo using SOAP12 in Document/Literal Style</description>
-    <version>2.7.15-SNAPSHOT</version>
+    <version>2.7.15</version>
 
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>2.7.15-SNAPSHOT</version>
+        <version>2.7.15</version>
     </parent>
     <properties>
         <cxf.version>${project.version}</cxf.version>
@@ -124,18 +124,18 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>2.7.15-SNAPSHOT</version>
+            <version>2.7.15</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>2.7.15-SNAPSHOT</version>
+            <version>2.7.15</version>
         </dependency>
         <!-- Jetty is needed if you're using the CXFServlet -->
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http-jetty</artifactId>
-            <version>2.7.15-SNAPSHOT</version>
+            <version>2.7.15</version>
         </dependency>
     </dependencies>
 </project>

http://git-wip-us.apache.org/repos/asf/cxf/blob/4b006fec/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 88617f1..26677c8 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
@@ -22,12 +22,12 @@
     <artifactId>wsdl_first_xml_wrapped</artifactId>
     <name>CXF sample using WRAPPED Style in XML Binding (pure XML over HTTP)</name>
     <description>CXF sample using WRAPPED Style in XML Binding (pure XML over HTTP)</description>
-    <version>2.7.15-SNAPSHOT</version>
+    <version>2.7.15</version>
 
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>2.7.15-SNAPSHOT</version>
+        <version>2.7.15</version>
     </parent>
 
     <properties>
@@ -151,18 +151,18 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>2.7.15-SNAPSHOT</version>
+            <version>2.7.15</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>2.7.15-SNAPSHOT</version>
+            <version>2.7.15</version>
         </dependency>
         <!-- Jetty is needed if you're using the CXFServlet -->
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http-jetty</artifactId>
-            <version>2.7.15-SNAPSHOT</version>
+            <version>2.7.15</version>
         </dependency>
     </dependencies>
 </project>

http://git-wip-us.apache.org/repos/asf/cxf/blob/4b006fec/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 8b5edb4..17ab55e 100644
--- a/distribution/src/main/release/samples/wsdl_first_xmlbeans/pom.xml
+++ b/distribution/src/main/release/samples/wsdl_first_xmlbeans/pom.xml
@@ -22,12 +22,12 @@
     <artifactId>wsdl_first_xmlbeans</artifactId>
     <name>WSDL first demo using Document/Literal Style and XMLBeans DataBinding</name>
     <description>WSDL first demo using Document/Literal Style and XMLBeans DataBinding</description>
-    <version>2.7.15-SNAPSHOT</version>
+    <version>2.7.15</version>
 
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>2.7.15-SNAPSHOT</version>
+        <version>2.7.15</version>
     </parent>
     <properties>
         <cxf.version>${project.version}</cxf.version>
@@ -132,23 +132,23 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>2.7.15-SNAPSHOT</version>
+            <version>2.7.15</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-databinding-xmlbeans</artifactId>
-            <version>2.7.15-SNAPSHOT</version>
+            <version>2.7.15</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>2.7.15-SNAPSHOT</version>
+            <version>2.7.15</version>
         </dependency>
         <!-- Jetty is needed if you're using the CXFServlet -->
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http-jetty</artifactId>
-            <version>2.7.15-SNAPSHOT</version>
+            <version>2.7.15</version>
         </dependency>
         <dependency>
             <groupId>org.springframework</groupId>

http://git-wip-us.apache.org/repos/asf/cxf/blob/4b006fec/integration/jca/pom.xml
----------------------------------------------------------------------
diff --git a/integration/jca/pom.xml b/integration/jca/pom.xml
index 7cc00c1..6d2de78 100644
--- a/integration/jca/pom.xml
+++ b/integration/jca/pom.xml
@@ -22,7 +22,7 @@
     <groupId>org.apache.cxf</groupId>
     <artifactId>cxf-integration-jca</artifactId>
     <packaging>jar</packaging>
-    <version>2.7.15-SNAPSHOT</version>
+    <version>2.7.15</version>
     <name>Apache CXF JCA Connection</name>
     <description>Apache CXF JCA Connection</description>
     <url>http://cxf.apache.org</url>
@@ -30,7 +30,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>2.7.15-SNAPSHOT</version>
+        <version>2.7.15</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/cxf/blob/4b006fec/integration/pom.xml
----------------------------------------------------------------------
diff --git a/integration/pom.xml b/integration/pom.xml
index 23c0f6d..80c71c3 100644
--- a/integration/pom.xml
+++ b/integration/pom.xml
@@ -21,7 +21,7 @@
     <groupId>org.apache.cxf</groupId>
     <artifactId>cxf-integration</artifactId>
     <packaging>pom</packaging>
-    <version>2.7.15-SNAPSHOT</version>
+    <version>2.7.15</version>
     <name>Apache CXF Integration</name>
     <description>Apache CXF Integration</description>
     <url>http://cxf.apache.org</url>
@@ -29,7 +29,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf</artifactId>
-        <version>2.7.15-SNAPSHOT</version>
+        <version>2.7.15</version>
     </parent>
 
 

http://git-wip-us.apache.org/repos/asf/cxf/blob/4b006fec/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 cad4cc7..6ec7b8a 100644
--- a/maven-plugins/archetypes/cxf-jaxrs-service/pom.xml
+++ b/maven-plugins/archetypes/cxf-jaxrs-service/pom.xml
@@ -23,13 +23,13 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>2.7.15-SNAPSHOT</version>
+        <version>2.7.15</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
 
     <groupId>org.apache.cxf.archetype</groupId>
     <artifactId>cxf-jaxrs-service</artifactId>
-    <version>2.7.15-SNAPSHOT</version>
+    <version>2.7.15</version>
     <packaging>maven-archetype</packaging>
 
     <name>Apache CXF Archetype - Simple JAX-RS webapp</name>

http://git-wip-us.apache.org/repos/asf/cxf/blob/4b006fec/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 68ee524..411a3d8 100644
--- a/maven-plugins/archetypes/cxf-jaxws-javafirst/pom.xml
+++ b/maven-plugins/archetypes/cxf-jaxws-javafirst/pom.xml
@@ -23,13 +23,13 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>2.7.15-SNAPSHOT</version>
+        <version>2.7.15</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
 
     <groupId>org.apache.cxf.archetype</groupId>
     <artifactId>cxf-jaxws-javafirst</artifactId>
-    <version>2.7.15-SNAPSHOT</version>
+    <version>2.7.15</version>
     <packaging>maven-archetype</packaging>
 
     <name>Apache CXF Archetype - Simple JAX-WS Java First</name>

http://git-wip-us.apache.org/repos/asf/cxf/blob/4b006fec/maven-plugins/archetypes/pom.xml
----------------------------------------------------------------------
diff --git a/maven-plugins/archetypes/pom.xml b/maven-plugins/archetypes/pom.xml
index 4fa3fd3..e99dff4 100644
--- a/maven-plugins/archetypes/pom.xml
+++ b/maven-plugins/archetypes/pom.xml
@@ -22,7 +22,7 @@
     <groupId>org.apache.cxf</groupId>
     <artifactId>cxf-archetypes</artifactId>
     <packaging>pom</packaging>
-    <version>2.7.15-SNAPSHOT</version>
+    <version>2.7.15</version>
     <name>Apache CXF Maven Archetypes</name>
     <description>Apache CXF Maven Archetypes</description>
     <url>http://cxf.apache.org</url>
@@ -30,7 +30,7 @@
     <parent>
       <groupId>org.apache.cxf</groupId>
       <artifactId>cxf-maven-plugins</artifactId>
-      <version>2.7.15-SNAPSHOT</version>
+      <version>2.7.15</version>
     </parent>
 
     <modules>

http://git-wip-us.apache.org/repos/asf/cxf/blob/4b006fec/maven-plugins/codegen-plugin/pom.xml
----------------------------------------------------------------------
diff --git a/maven-plugins/codegen-plugin/pom.xml b/maven-plugins/codegen-plugin/pom.xml
index 3ea6773..0f63016 100644
--- a/maven-plugins/codegen-plugin/pom.xml
+++ b/maven-plugins/codegen-plugin/pom.xml
@@ -22,7 +22,7 @@
     <groupId>org.apache.cxf</groupId>
     <artifactId>cxf-codegen-plugin</artifactId>
     <packaging>maven-plugin</packaging>
-    <version>2.7.15-SNAPSHOT</version>
+    <version>2.7.15</version>
     <name>Apache CXF Code Generation Maven2 Plugins</name>
     <description>Apache CXF Code Generation Maven2 Plugins</description>
     <url>http://cxf.apache.org</url>
@@ -30,7 +30,7 @@
     <parent>
       <groupId>org.apache.cxf</groupId>
       <artifactId>cxf-maven-plugins</artifactId>
-      <version>2.7.15-SNAPSHOT</version>
+      <version>2.7.15</version>
     </parent>
 
     <properties>

http://git-wip-us.apache.org/repos/asf/cxf/blob/4b006fec/maven-plugins/corba/pom.xml
----------------------------------------------------------------------
diff --git a/maven-plugins/corba/pom.xml b/maven-plugins/corba/pom.xml
index aaeed03..75d1136 100644
--- a/maven-plugins/corba/pom.xml
+++ b/maven-plugins/corba/pom.xml
@@ -22,7 +22,7 @@
     <groupId>org.apache.cxf</groupId>
     <artifactId>cxf-corbatools-maven-plugin</artifactId>
     <packaging>maven-plugin</packaging>
-    <version>2.7.15-SNAPSHOT</version>
+    <version>2.7.15</version>
     <name>Apache CXF CORBA Tools Maven2 Plugins</name>
     <description>Apache CXF CORBA Tools Maven2 Plugins</description>
     <url>http://cxf.apache.org</url>
@@ -30,7 +30,7 @@
     <parent>
       <groupId>org.apache.cxf</groupId>
       <artifactId>cxf-maven-plugins</artifactId>
-      <version>2.7.15-SNAPSHOT</version>
+      <version>2.7.15</version>
     </parent>
     <properties>
         <cxf.manifest.location />

http://git-wip-us.apache.org/repos/asf/cxf/blob/4b006fec/maven-plugins/java2wadl-plugin/pom.xml
----------------------------------------------------------------------
diff --git a/maven-plugins/java2wadl-plugin/pom.xml b/maven-plugins/java2wadl-plugin/pom.xml
index dad4e1c..68e38a8 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>2.7.15-SNAPSHOT</version>
+    <version>2.7.15</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>2.7.15-SNAPSHOT</version>
+      <version>2.7.15</version>
     </parent>
     <properties>
         <cxf.manifest.location />

http://git-wip-us.apache.org/repos/asf/cxf/blob/4b006fec/maven-plugins/java2ws-plugin/pom.xml
----------------------------------------------------------------------
diff --git a/maven-plugins/java2ws-plugin/pom.xml b/maven-plugins/java2ws-plugin/pom.xml
index e0a1f88..19e7319 100644
--- a/maven-plugins/java2ws-plugin/pom.xml
+++ b/maven-plugins/java2ws-plugin/pom.xml
@@ -22,7 +22,7 @@
     <groupId>org.apache.cxf</groupId>
     <artifactId>cxf-java2ws-plugin</artifactId>
     <packaging>maven-plugin</packaging>
-    <version>2.7.15-SNAPSHOT</version>
+    <version>2.7.15</version>
     <name>Apache CXF Java2WS Maven2 Plugin</name>
     <description>Apache CXF Java2WS Maven2 Plugin</description>
     <url>http://cxf.apache.org</url>
@@ -31,7 +31,7 @@
     <parent>
       <groupId>org.apache.cxf</groupId>
       <artifactId>cxf-maven-plugins</artifactId>
-      <version>2.7.15-SNAPSHOT</version>
+      <version>2.7.15</version>
     </parent>
     <properties>
         <cxf.manifest.location />

http://git-wip-us.apache.org/repos/asf/cxf/blob/4b006fec/maven-plugins/pom.xml
----------------------------------------------------------------------
diff --git a/maven-plugins/pom.xml b/maven-plugins/pom.xml
index a109a47..97ebb05 100644
--- a/maven-plugins/pom.xml
+++ b/maven-plugins/pom.xml
@@ -21,7 +21,7 @@
     <groupId>org.apache.cxf</groupId>
     <artifactId>cxf-maven-plugins</artifactId>
     <packaging>pom</packaging>
-    <version>2.7.15-SNAPSHOT</version>
+    <version>2.7.15</version>
     <name>Apache CXF Maven Plugins</name>
     <description>Apache CXF Maven Plugins</description>
     <url>http://cxf.apache.org</url>
@@ -29,7 +29,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>2.7.15-SNAPSHOT</version>
+        <version>2.7.15</version>
         <relativePath>../parent</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/cxf/blob/4b006fec/maven-plugins/wadl2java-plugin/pom.xml
----------------------------------------------------------------------
diff --git a/maven-plugins/wadl2java-plugin/pom.xml b/maven-plugins/wadl2java-plugin/pom.xml
index 1508298..8ce0e41 100644
--- a/maven-plugins/wadl2java-plugin/pom.xml
+++ b/maven-plugins/wadl2java-plugin/pom.xml
@@ -22,7 +22,7 @@
     <groupId>org.apache.cxf</groupId>
     <artifactId>cxf-wadl2java-plugin</artifactId>
     <packaging>maven-plugin</packaging>
-    <version>2.7.15-SNAPSHOT</version>
+    <version>2.7.15</version>
     <name>Apache CXF WADL2Java Code Generation Maven2 Plugin</name>
     <description>Apache CXF WADL2Java Code Generation Maven2 Plugin</description>
     <url>http://cxf.apache.org</url>
@@ -31,7 +31,7 @@
     <parent>
       <groupId>org.apache.cxf</groupId>
       <artifactId>cxf-maven-plugins</artifactId>
-      <version>2.7.15-SNAPSHOT</version>
+      <version>2.7.15</version>
     </parent>
     <properties>
         <cxf.manifest.location />

http://git-wip-us.apache.org/repos/asf/cxf/blob/4b006fec/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 84d8f28..d7abae6 100644
--- a/maven-plugins/wsdl-validator-plugin/pom.xml
+++ b/maven-plugins/wsdl-validator-plugin/pom.xml
@@ -21,7 +21,7 @@
     <groupId>org.apache.cxf</groupId>
     <artifactId>cxf-wsdl-validator-plugin</artifactId>
     <packaging>maven-plugin</packaging>
-    <version>2.7.15-SNAPSHOT</version>
+    <version>2.7.15</version>
     <name>Apache CXF WSDL Validator Maven2 Plugin</name>
     <description>Apache CXF WSDL Validator Maven2 Plugin</description>
     <url>http://cxf.apache.org</url>
@@ -30,7 +30,7 @@
     <parent>
       <groupId>org.apache.cxf</groupId>
       <artifactId>cxf-maven-plugins</artifactId>
-      <version>2.7.15-SNAPSHOT</version>
+      <version>2.7.15</version>
     </parent>
     <properties>
         <cxf.manifest.location />

http://git-wip-us.apache.org/repos/asf/cxf/blob/4b006fec/osgi/bundle/all/pom.xml
----------------------------------------------------------------------
diff --git a/osgi/bundle/all/pom.xml b/osgi/bundle/all/pom.xml
index f5f8ebe..6350fce 100644
--- a/osgi/bundle/all/pom.xml
+++ b/osgi/bundle/all/pom.xml
@@ -24,13 +24,13 @@
     <packaging>bundle</packaging>
     <name>Apache CXF Bundle Jar</name>
     <description>Apache CXF Bundle Jar</description>
-    <version>2.7.15-SNAPSHOT</version>
+    <version>2.7.15</version>
     <url>http://cxf.apache.org</url>
 
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-bundle-parent</artifactId>
-        <version>2.7.15-SNAPSHOT</version>
+        <version>2.7.15</version>
     </parent>
     <properties>
         <bundle.symbolic.name>${project.groupId}.bundle</bundle.symbolic.name>

http://git-wip-us.apache.org/repos/asf/cxf/blob/4b006fec/osgi/bundle/compatible/pom.xml
----------------------------------------------------------------------
diff --git a/osgi/bundle/compatible/pom.xml b/osgi/bundle/compatible/pom.xml
index d47a07b..3e84229 100644
--- a/osgi/bundle/compatible/pom.xml
+++ b/osgi/bundle/compatible/pom.xml
@@ -24,13 +24,13 @@
     <packaging>bundle</packaging>
     <name>Apache CXF Compatibility Bundle Jar</name>
     <description>Apache CXF Compatibility Bundle Jar</description>
-    <version>2.7.15-SNAPSHOT</version>
+    <version>2.7.15</version>
     <url>http://cxf.apache.org</url>
 
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-bundle-parent</artifactId>
-        <version>2.7.15-SNAPSHOT</version>
+        <version>2.7.15</version>
     </parent>
     <properties>
          <cxf.osgi.symbolic.name>${project.groupId}.bundle</cxf.osgi.symbolic.name>

http://git-wip-us.apache.org/repos/asf/cxf/blob/4b006fec/osgi/bundle/jaxrs/pom.xml
----------------------------------------------------------------------
diff --git a/osgi/bundle/jaxrs/pom.xml b/osgi/bundle/jaxrs/pom.xml
index 8804fc9..74cf9c2 100644
--- a/osgi/bundle/jaxrs/pom.xml
+++ b/osgi/bundle/jaxrs/pom.xml
@@ -24,13 +24,13 @@
     <packaging>bundle</packaging>
     <name>Apache CXF JAX-RS Bundle Jar</name>
     <description>Apache CXF JAX-RS Bundle Jar</description>
-    <version>2.7.15-SNAPSHOT</version>
+    <version>2.7.15</version>
     <url>http://cxf.apache.org</url>
 
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-bundle-parent</artifactId>
-        <version>2.7.15-SNAPSHOT</version>
+        <version>2.7.15</version>
     </parent>
     <properties>
          <bundle.symbolic.name>${project.groupId}.bundle-jaxrs</bundle.symbolic.name>

http://git-wip-us.apache.org/repos/asf/cxf/blob/4b006fec/osgi/bundle/minimal/pom.xml
----------------------------------------------------------------------
diff --git a/osgi/bundle/minimal/pom.xml b/osgi/bundle/minimal/pom.xml
index dbd9a45..3faa1df 100644
--- a/osgi/bundle/minimal/pom.xml
+++ b/osgi/bundle/minimal/pom.xml
@@ -24,13 +24,13 @@
     <packaging>bundle</packaging>
     <name>Apache CXF Minimal Bundle Jar</name>
     <description>Apache CXF Minimal Bundle Jar</description>
-    <version>2.7.15-SNAPSHOT</version>
+    <version>2.7.15</version>
     <url>http://cxf.apache.org</url>
 
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-bundle-parent</artifactId>
-        <version>2.7.15-SNAPSHOT</version>
+        <version>2.7.15</version>
     </parent>
     <properties>
         <bundle.symbolic.name>${project.groupId}.bundle-minimal</bundle.symbolic.name>

http://git-wip-us.apache.org/repos/asf/cxf/blob/4b006fec/osgi/bundle/pom.xml
----------------------------------------------------------------------
diff --git a/osgi/bundle/pom.xml b/osgi/bundle/pom.xml
index 0b77cd4..cb1f860 100644
--- a/osgi/bundle/pom.xml
+++ b/osgi/bundle/pom.xml
@@ -24,13 +24,13 @@
     <packaging>pom</packaging>
     <name>Apache CXF Bundle Parent</name>
     <description>Apache CXF Bundle Parent</description>
-    <version>2.7.15-SNAPSHOT</version>
+    <version>2.7.15</version>
     <url>http://cxf.apache.org</url>
 
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>2.7.15-SNAPSHOT</version>
+        <version>2.7.15</version>
         <relativePath>../../parent</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/cxf/blob/4b006fec/osgi/karaf/commands/pom.xml
----------------------------------------------------------------------
diff --git a/osgi/karaf/commands/pom.xml b/osgi/karaf/commands/pom.xml
index d141ee6..e555e88 100644
--- a/osgi/karaf/commands/pom.xml
+++ b/osgi/karaf/commands/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.cxf.karaf</groupId>
         <artifactId>karaf-parent</artifactId>
-        <version>2.7.15-SNAPSHOT</version>
+        <version>2.7.15</version>
     </parent>
 
     <groupId>org.apache.cxf.karaf</groupId>

http://git-wip-us.apache.org/repos/asf/cxf/blob/4b006fec/osgi/karaf/features/pom.xml
----------------------------------------------------------------------
diff --git a/osgi/karaf/features/pom.xml b/osgi/karaf/features/pom.xml
index 9d043b7..b0c8899 100644
--- a/osgi/karaf/features/pom.xml
+++ b/osgi/karaf/features/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.cxf.karaf</groupId>
         <artifactId>karaf-parent</artifactId>
-        <version>2.7.15-SNAPSHOT</version>
+        <version>2.7.15</version>
     </parent>
 
     <groupId>org.apache.cxf.karaf</groupId>

http://git-wip-us.apache.org/repos/asf/cxf/blob/4b006fec/osgi/karaf/pom.xml
----------------------------------------------------------------------
diff --git a/osgi/karaf/pom.xml b/osgi/karaf/pom.xml
index 3452a6c..c5d1204 100644
--- a/osgi/karaf/pom.xml
+++ b/osgi/karaf/pom.xml
@@ -23,14 +23,14 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>2.7.15-SNAPSHOT</version>
+        <version>2.7.15</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
     <groupId>org.apache.cxf.karaf</groupId>
     <artifactId>karaf-parent</artifactId>
     <packaging>pom</packaging>
-    <version>2.7.15-SNAPSHOT</version>
+    <version>2.7.15</version>
     <name>Apache CXF Karaf Parent</name>
     <description>Apache CXF Karaf Parent</description>
 

http://git-wip-us.apache.org/repos/asf/cxf/blob/4b006fec/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index b108963..e2221ff 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -19,13 +19,13 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf</artifactId>
-        <version>2.7.15-SNAPSHOT</version>
+        <version>2.7.15</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.cxf</groupId>
     <artifactId>cxf-parent</artifactId>
-    <version>2.7.15-SNAPSHOT</version>
+    <version>2.7.15</version>
     <name>Apache CXF Parent</name>
     <description>Apache CXF Parent POM</description>
     <url>http://cxf.apache.org</url>

http://git-wip-us.apache.org/repos/asf/cxf/blob/4b006fec/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 8055366..7190cc7 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>2.7.15-SNAPSHOT</version>
+    <version>2.7.15</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 
@@ -33,7 +33,7 @@
     <scm>
         <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>
-      <tag>HEAD</tag>
+      <tag>cxf-2.7.15</tag>
   </scm>
     <issueManagement>
         <system>jira</system>

http://git-wip-us.apache.org/repos/asf/cxf/blob/4b006fec/rt/bindings/coloc/pom.xml
----------------------------------------------------------------------
diff --git a/rt/bindings/coloc/pom.xml b/rt/bindings/coloc/pom.xml
index 5e16fa5..44e51e9 100644
--- a/rt/bindings/coloc/pom.xml
+++ b/rt/bindings/coloc/pom.xml
@@ -28,7 +28,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>2.7.15-SNAPSHOT</version>
+        <version>2.7.15</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/cxf/blob/4b006fec/rt/bindings/corba/pom.xml
----------------------------------------------------------------------
diff --git a/rt/bindings/corba/pom.xml b/rt/bindings/corba/pom.xml
index 2ceceb8..2da4966 100644
--- a/rt/bindings/corba/pom.xml
+++ b/rt/bindings/corba/pom.xml
@@ -28,7 +28,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>2.7.15-SNAPSHOT</version>
+        <version>2.7.15</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/cxf/blob/4b006fec/rt/bindings/object/pom.xml
----------------------------------------------------------------------
diff --git a/rt/bindings/object/pom.xml b/rt/bindings/object/pom.xml
index abf2cb7..3042644 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>2.7.15-SNAPSHOT</version>
+        <version>2.7.15</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/cxf/blob/4b006fec/rt/bindings/pom.xml
----------------------------------------------------------------------
diff --git a/rt/bindings/pom.xml b/rt/bindings/pom.xml
index 426de83..937edac 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>2.7.15-SNAPSHOT</version>
+        <version>2.7.15</version>
     </parent>
 
 

http://git-wip-us.apache.org/repos/asf/cxf/blob/4b006fec/rt/bindings/soap/pom.xml
----------------------------------------------------------------------
diff --git a/rt/bindings/soap/pom.xml b/rt/bindings/soap/pom.xml
index b559760..c226097 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>2.7.15-SNAPSHOT</version>
+        <version>2.7.15</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/cxf/blob/4b006fec/rt/bindings/xml/pom.xml
----------------------------------------------------------------------
diff --git a/rt/bindings/xml/pom.xml b/rt/bindings/xml/pom.xml
index 09bdcc2..9343cce 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>2.7.15-SNAPSHOT</version>
+        <version>2.7.15</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/cxf/blob/4b006fec/rt/core/pom.xml
----------------------------------------------------------------------
diff --git a/rt/core/pom.xml b/rt/core/pom.xml
index 1c02c01..0523ded 100644
--- a/rt/core/pom.xml
+++ b/rt/core/pom.xml
@@ -21,7 +21,7 @@
     <groupId>org.apache.cxf</groupId>
     <artifactId>cxf-rt-core</artifactId>
     <packaging>jar</packaging>
-    <version>2.7.15-SNAPSHOT</version>
+    <version>2.7.15</version>
     <name>Apache CXF Runtime Core</name>
     <description>Apache CXF Runtime Core</description>
     <url>http://cxf.apache.org</url>
@@ -29,7 +29,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>2.7.15-SNAPSHOT</version>
+        <version>2.7.15</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/cxf/blob/4b006fec/rt/databinding/aegis/pom.xml
----------------------------------------------------------------------
diff --git a/rt/databinding/aegis/pom.xml b/rt/databinding/aegis/pom.xml
index d3e581f..253da92 100644
--- a/rt/databinding/aegis/pom.xml
+++ b/rt/databinding/aegis/pom.xml
@@ -29,7 +29,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>2.7.15-SNAPSHOT</version>
+        <version>2.7.15</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <properties>

http://git-wip-us.apache.org/repos/asf/cxf/blob/4b006fec/rt/databinding/jaxb/pom.xml
----------------------------------------------------------------------
diff --git a/rt/databinding/jaxb/pom.xml b/rt/databinding/jaxb/pom.xml
index 9fe80ea..dbc6924 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>2.7.15-SNAPSHOT</version>
+        <version>2.7.15</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <properties>

http://git-wip-us.apache.org/repos/asf/cxf/blob/4b006fec/rt/databinding/jibx/pom.xml
----------------------------------------------------------------------
diff --git a/rt/databinding/jibx/pom.xml b/rt/databinding/jibx/pom.xml
index 8c82e59..340edc0 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>2.7.15-SNAPSHOT</version>
+        <version>2.7.15</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/cxf/blob/4b006fec/rt/databinding/sdo/pom.xml
----------------------------------------------------------------------
diff --git a/rt/databinding/sdo/pom.xml b/rt/databinding/sdo/pom.xml
index 7dc5a46..0a69814 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>2.7.15-SNAPSHOT</version>
+        <version>2.7.15</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/cxf/blob/4b006fec/rt/databinding/xmlbeans/pom.xml
----------------------------------------------------------------------
diff --git a/rt/databinding/xmlbeans/pom.xml b/rt/databinding/xmlbeans/pom.xml
index 1b6ee3e..d6f06c3 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>2.7.15-SNAPSHOT</version>
+        <version>2.7.15</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/cxf/blob/4b006fec/rt/features/clustering/pom.xml
----------------------------------------------------------------------
diff --git a/rt/features/clustering/pom.xml b/rt/features/clustering/pom.xml
index 6e1d4cf..260dcdf 100644
--- a/rt/features/clustering/pom.xml
+++ b/rt/features/clustering/pom.xml
@@ -21,7 +21,7 @@
     <groupId>org.apache.cxf</groupId>
     <artifactId>cxf-rt-features-clustering</artifactId>
     <packaging>jar</packaging>
-    <version>2.7.15-SNAPSHOT</version>
+    <version>2.7.15</version>
     <name>Apache CXF Runtime Clustering</name>
     <description>Failover and loadbalancing support</description>
     <url>http://cxf.apache.org</url>
@@ -29,7 +29,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>2.7.15-SNAPSHOT</version>
+        <version>2.7.15</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/cxf/blob/4b006fec/rt/frontend/jaxrs/pom.xml
----------------------------------------------------------------------
diff --git a/rt/frontend/jaxrs/pom.xml b/rt/frontend/jaxrs/pom.xml
index 50ba728..99e31e7 100644
--- a/rt/frontend/jaxrs/pom.xml
+++ b/rt/frontend/jaxrs/pom.xml
@@ -21,7 +21,7 @@
     <groupId>org.apache.cxf</groupId>
     <artifactId>cxf-rt-frontend-jaxrs</artifactId>
     <packaging>jar</packaging>
-    <version>2.7.15-SNAPSHOT</version>
+    <version>2.7.15</version>
     <name>Apache CXF Runtime JAX-RS Frontend</name>
     <description>Apache CXF Runtime JAX-RS Frontend</description>
     <url>http://cxf.apache.org</url>
@@ -29,7 +29,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>2.7.15-SNAPSHOT</version>
+        <version>2.7.15</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/cxf/blob/4b006fec/rt/frontend/jaxws/pom.xml
----------------------------------------------------------------------
diff --git a/rt/frontend/jaxws/pom.xml b/rt/frontend/jaxws/pom.xml
index de98287..bd8ecc4 100644
--- a/rt/frontend/jaxws/pom.xml
+++ b/rt/frontend/jaxws/pom.xml
@@ -21,7 +21,7 @@
     <groupId>org.apache.cxf</groupId>
     <artifactId>cxf-rt-frontend-jaxws</artifactId>
     <packaging>jar</packaging>
-    <version>2.7.15-SNAPSHOT</version>
+    <version>2.7.15</version>
     <name>Apache CXF Runtime JAX-WS Frontend</name>
     <description>Apache CXF Runtime JAX-WS Frontend</description>
     <url>http://cxf.apache.org</url>
@@ -29,7 +29,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>2.7.15-SNAPSHOT</version>
+        <version>2.7.15</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/cxf/blob/4b006fec/rt/frontend/js/pom.xml
----------------------------------------------------------------------
diff --git a/rt/frontend/js/pom.xml b/rt/frontend/js/pom.xml
index 79aef50..a14a0e4 100644
--- a/rt/frontend/js/pom.xml
+++ b/rt/frontend/js/pom.xml
@@ -21,7 +21,7 @@
     <groupId>org.apache.cxf</groupId>
     <artifactId>cxf-rt-frontend-js</artifactId>
     <packaging>jar</packaging>
-    <version>2.7.15-SNAPSHOT</version>
+    <version>2.7.15</version>
     <name>Apache CXF Runtime JavaScript Frontend</name>
     <description>Apache CXF Runtime JavaScript Frontend</description>
     <url>http://cxf.apache.org</url>
@@ -29,7 +29,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>2.7.15-SNAPSHOT</version>
+        <version>2.7.15</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/cxf/blob/4b006fec/rt/frontend/simple/pom.xml
----------------------------------------------------------------------
diff --git a/rt/frontend/simple/pom.xml b/rt/frontend/simple/pom.xml
index 5671d52..db3a429 100644
--- a/rt/frontend/simple/pom.xml
+++ b/rt/frontend/simple/pom.xml
@@ -21,7 +21,7 @@
     <groupId>org.apache.cxf</groupId>
     <artifactId>cxf-rt-frontend-simple</artifactId>
     <packaging>jar</packaging>
-    <version>2.7.15-SNAPSHOT</version>
+    <version>2.7.15</version>
     <name>Apache CXF Runtime Simple Frontend</name>
     <description>Apache CXF Runtime Simple Frontend</description>
     <url>http://cxf.apache.org</url>
@@ -29,7 +29,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>2.7.15-SNAPSHOT</version>
+        <version>2.7.15</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/cxf/blob/4b006fec/rt/javascript/javascript-rt/pom.xml
----------------------------------------------------------------------
diff --git a/rt/javascript/javascript-rt/pom.xml b/rt/javascript/javascript-rt/pom.xml
index 97b77d6..28d9a31 100644
--- a/rt/javascript/javascript-rt/pom.xml
+++ b/rt/javascript/javascript-rt/pom.xml
@@ -28,7 +28,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-runtime-javascript</artifactId>
-        <version>2.7.15-SNAPSHOT</version>
+        <version>2.7.15</version>
     </parent>
 
     <dependencies>

http://git-wip-us.apache.org/repos/asf/cxf/blob/4b006fec/rt/javascript/javascript-tests/pom.xml
----------------------------------------------------------------------
diff --git a/rt/javascript/javascript-tests/pom.xml b/rt/javascript/javascript-tests/pom.xml
index d6b7a78..8cfebe5 100644
--- a/rt/javascript/javascript-tests/pom.xml
+++ b/rt/javascript/javascript-tests/pom.xml
@@ -28,7 +28,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-runtime-javascript</artifactId>
-        <version>2.7.15-SNAPSHOT</version>
+        <version>2.7.15</version>
     </parent>
 
     <dependencies>

http://git-wip-us.apache.org/repos/asf/cxf/blob/4b006fec/rt/javascript/pom.xml
----------------------------------------------------------------------
diff --git a/rt/javascript/pom.xml b/rt/javascript/pom.xml
index baa5306..2ef36b3 100755
--- a/rt/javascript/pom.xml
+++ b/rt/javascript/pom.xml
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>2.7.15-SNAPSHOT</version>
+        <version>2.7.15</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
     <modules>

http://git-wip-us.apache.org/repos/asf/cxf/blob/4b006fec/rt/management-web/pom.xml
----------------------------------------------------------------------
diff --git a/rt/management-web/pom.xml b/rt/management-web/pom.xml
index 18d8f70..5e3f553 100644
--- a/rt/management-web/pom.xml
+++ b/rt/management-web/pom.xml
@@ -21,7 +21,7 @@
     <groupId>org.apache.cxf</groupId>
     <artifactId>cxf-rt-management-web</artifactId>
     <packaging>jar</packaging>
-    <version>2.7.15-SNAPSHOT</version>
+    <version>2.7.15</version>
     <name>Apache CXF Runtime Web Management</name>
     <description>Apache CXF Runtime Web Management</description>
     <url>http://cxf.apache.org</url>
@@ -29,7 +29,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>2.7.15-SNAPSHOT</version>
+        <version>2.7.15</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/cxf/blob/4b006fec/rt/management/pom.xml
----------------------------------------------------------------------
diff --git a/rt/management/pom.xml b/rt/management/pom.xml
index dbd0414..b0f2cca 100644
--- a/rt/management/pom.xml
+++ b/rt/management/pom.xml
@@ -21,7 +21,7 @@
     <groupId>org.apache.cxf</groupId>
     <artifactId>cxf-rt-management</artifactId>
     <packaging>jar</packaging>
-    <version>2.7.15-SNAPSHOT</version>
+    <version>2.7.15</version>
     <name>Apache CXF Runtime Management</name>
     <description>Apache CXF Runtime Management</description>
     <url>http://cxf.apache.org</url>
@@ -29,7 +29,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>2.7.15-SNAPSHOT</version>
+        <version>2.7.15</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/cxf/blob/4b006fec/rt/pom.xml
----------------------------------------------------------------------
diff --git a/rt/pom.xml b/rt/pom.xml
index 2eab8c0..db395ce 100644
--- a/rt/pom.xml
+++ b/rt/pom.xml
@@ -21,7 +21,7 @@
     <groupId>org.apache.cxf</groupId>
     <artifactId>cxf-rt</artifactId>
     <packaging>pom</packaging>
-    <version>2.7.15-SNAPSHOT</version>
+    <version>2.7.15</version>
     <name>Apache CXF Runtime</name>
     <description>Apache CXF Runtime</description>
     <url>http://cxf.apache.org</url>
@@ -29,7 +29,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf</artifactId>
-        <version>2.7.15-SNAPSHOT</version>
+        <version>2.7.15</version>
     </parent>
 
     <modules>

http://git-wip-us.apache.org/repos/asf/cxf/blob/4b006fec/rt/rs/extensions/providers/pom.xml
----------------------------------------------------------------------
diff --git a/rt/rs/extensions/providers/pom.xml b/rt/rs/extensions/providers/pom.xml
index ef05c9c..9589a49 100644
--- a/rt/rs/extensions/providers/pom.xml
+++ b/rt/rs/extensions/providers/pom.xml
@@ -21,7 +21,7 @@
     <groupId>org.apache.cxf</groupId>
     <artifactId>cxf-rt-rs-extension-providers</artifactId>
     <packaging>jar</packaging>
-    <version>2.7.15-SNAPSHOT</version>
+    <version>2.7.15</version>
     <name>Apache CXF JAX-RS Extensions: Providers</name>
     <description>Apache CXF JAX-RS Extensions: Providers</description>
     <url>http://cxf.apache.org</url>
@@ -29,7 +29,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>2.7.15-SNAPSHOT</version>
+        <version>2.7.15</version>
         <relativePath>../../../../parent/pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/cxf/blob/4b006fec/rt/rs/extensions/search/pom.xml
----------------------------------------------------------------------
diff --git a/rt/rs/extensions/search/pom.xml b/rt/rs/extensions/search/pom.xml
index 4a457e9..ee4a2d0 100644
--- a/rt/rs/extensions/search/pom.xml
+++ b/rt/rs/extensions/search/pom.xml
@@ -21,7 +21,7 @@
     <groupId>org.apache.cxf</groupId>
     <artifactId>cxf-rt-rs-extension-search</artifactId>
     <packaging>jar</packaging>
-    <version>2.7.15-SNAPSHOT</version>
+    <version>2.7.15</version>
     <name>Apache CXF JAX-RS Extensions: Search</name>
     <description>Apache CXF JAX-RS Extensions: Search</description>
     <url>http://cxf.apache.org</url>
@@ -29,7 +29,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>2.7.15-SNAPSHOT</version>
+        <version>2.7.15</version>
         <relativePath>../../../../parent/pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/cxf/blob/4b006fec/rt/rs/security/cors/pom.xml
----------------------------------------------------------------------
diff --git a/rt/rs/security/cors/pom.xml b/rt/rs/security/cors/pom.xml
index afdb7d5..6381d29 100644
--- a/rt/rs/security/cors/pom.xml
+++ b/rt/rs/security/cors/pom.xml
@@ -21,7 +21,7 @@
     <groupId>org.apache.cxf</groupId>
     <artifactId>cxf-rt-rs-security-cors</artifactId>
     <packaging>jar</packaging>
-    <version>2.7.15-SNAPSHOT</version>
+    <version>2.7.15</version>
     <name>Apache CXF RS Cross-Origin Resource Sharing</name>
     <description>Apache CXF RS XML Security</description>
     <url>http://cxf.apache.org</url>
@@ -29,7 +29,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>2.7.15-SNAPSHOT</version>
+        <version>2.7.15</version>
         <relativePath>../../../../parent/pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/cxf/blob/4b006fec/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 476c97b..9127f9a 100644
--- a/rt/rs/security/oauth-parent/oauth/pom.xml
+++ b/rt/rs/security/oauth-parent/oauth/pom.xml
@@ -21,7 +21,7 @@
 
     <groupId>org.apache.cxf</groupId>
     <artifactId>cxf-rt-rs-security-oauth</artifactId>
-    <version>2.7.15-SNAPSHOT</version>
+    <version>2.7.15</version>
 
     <packaging>jar</packaging>
     <name>Apache CXF Runtime OAuth 1.0a</name>
@@ -31,7 +31,7 @@
     <parent>
         <artifactId>cxf-rt-rs-security-oauth-parent</artifactId>
         <groupId>org.apache.cxf</groupId>
-        <version>2.7.15-SNAPSHOT</version>
+        <version>2.7.15</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <properties>

http://git-wip-us.apache.org/repos/asf/cxf/blob/4b006fec/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 d851f43..b4cb63f 100644
--- a/rt/rs/security/oauth-parent/oauth2-saml/pom.xml
+++ b/rt/rs/security/oauth-parent/oauth2-saml/pom.xml
@@ -21,7 +21,7 @@
 
     <groupId>org.apache.cxf</groupId>
     <artifactId>cxf-rt-rs-security-oauth2-saml</artifactId>
-    <version>2.7.15-SNAPSHOT</version>
+    <version>2.7.15</version>
 
     <packaging>jar</packaging>
     <name>Apache CXF Runtime OAuth 2.0 SAML</name>
@@ -31,7 +31,7 @@
     <parent>
         <artifactId>cxf-rt-rs-security-oauth-parent</artifactId>
         <groupId>org.apache.cxf</groupId>
-        <version>2.7.15-SNAPSHOT</version>
+        <version>2.7.15</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/cxf/blob/4b006fec/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 cb58b4e..f51f004 100644
--- a/rt/rs/security/oauth-parent/oauth2/pom.xml
+++ b/rt/rs/security/oauth-parent/oauth2/pom.xml
@@ -21,7 +21,7 @@
 
     <groupId>org.apache.cxf</groupId>
     <artifactId>cxf-rt-rs-security-oauth2</artifactId>
-    <version>2.7.15-SNAPSHOT</version>
+    <version>2.7.15</version>
 
     <packaging>jar</packaging>
     <name>Apache CXF Runtime OAuth 2.0</name>
@@ -31,7 +31,7 @@
     <parent>
         <artifactId>cxf-rt-rs-security-oauth-parent</artifactId>
         <groupId>org.apache.cxf</groupId>
-        <version>2.7.15-SNAPSHOT</version>
+        <version>2.7.15</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/cxf/blob/4b006fec/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 22e2031..6206db9 100644
--- a/rt/rs/security/oauth-parent/pom.xml
+++ b/rt/rs/security/oauth-parent/pom.xml
@@ -21,7 +21,7 @@
 
     <groupId>org.apache.cxf</groupId>
     <artifactId>cxf-rt-rs-security-oauth-parent</artifactId>
-    <version>2.7.15-SNAPSHOT</version>
+    <version>2.7.15</version>
     <packaging>pom</packaging>
     <name>Apache CXF Runtime RS Security OAuth Parent</name>
     <description>Apache CXF Runtime RS Security OAuth Parent</description>
@@ -30,7 +30,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>2.7.15-SNAPSHOT</version>
+        <version>2.7.15</version>
         <relativePath>../../../../parent/pom.xml</relativePath>
     </parent>
     <properties>

http://git-wip-us.apache.org/repos/asf/cxf/blob/4b006fec/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 127f9e1..118ce14 100644
--- a/rt/rs/security/sso/saml/pom.xml
+++ b/rt/rs/security/sso/saml/pom.xml
@@ -21,7 +21,7 @@
     <groupId>org.apache.cxf</groupId>
     <artifactId>cxf-rt-rs-security-sso-saml</artifactId>
     <packaging>jar</packaging>
-    <version>2.7.15-SNAPSHOT</version>
+    <version>2.7.15</version>
     <name>Apache CXF RS SSO SAML</name>
     <description>Apache CXF RS SSO SAML</description>
     <url>http://cxf.apache.org</url>
@@ -29,7 +29,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>2.7.15-SNAPSHOT</version>
+        <version>2.7.15</version>
         <relativePath>../../../../../parent/pom.xml</relativePath>
     </parent>
     

http://git-wip-us.apache.org/repos/asf/cxf/blob/4b006fec/rt/rs/security/xml/pom.xml
----------------------------------------------------------------------
diff --git a/rt/rs/security/xml/pom.xml b/rt/rs/security/xml/pom.xml
index 98d3d84..6e21046 100644
--- a/rt/rs/security/xml/pom.xml
+++ b/rt/rs/security/xml/pom.xml
@@ -21,7 +21,7 @@
     <groupId>org.apache.cxf</groupId>
     <artifactId>cxf-rt-rs-security-xml</artifactId>
     <packaging>jar</packaging>
-    <version>2.7.15-SNAPSHOT</version>
+    <version>2.7.15</version>
     <name>Apache CXF RS XML Security</name>
     <description>Apache CXF RS XML Security</description>
     <url>http://cxf.apache.org</url>
@@ -29,7 +29,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>2.7.15-SNAPSHOT</version>
+        <version>2.7.15</version>
         <relativePath>../../../../parent/pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/cxf/blob/4b006fec/rt/security/pom.xml
----------------------------------------------------------------------
diff --git a/rt/security/pom.xml b/rt/security/pom.xml
index dcb1493..c52ec37 100644
--- a/rt/security/pom.xml
+++ b/rt/security/pom.xml
@@ -28,7 +28,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>2.7.15-SNAPSHOT</version>
+        <version>2.7.15</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
     <properties>

http://git-wip-us.apache.org/repos/asf/cxf/blob/4b006fec/rt/transports/http-hc/pom.xml
----------------------------------------------------------------------
diff --git a/rt/transports/http-hc/pom.xml b/rt/transports/http-hc/pom.xml
index eb40ab3..ccac38e 100644
--- a/rt/transports/http-hc/pom.xml
+++ b/rt/transports/http-hc/pom.xml
@@ -21,7 +21,7 @@
     <groupId>org.apache.cxf</groupId>
     <artifactId>cxf-rt-transports-http-hc</artifactId>
     <packaging>jar</packaging>
-    <version>2.7.15-SNAPSHOT</version>
+    <version>2.7.15</version>
     <name>Apache CXF Runtime HTTP Async Transport</name>
     <description>Apache CXF Runtime HTTP Async Transport</description>
     <url>http://cxf.apache.org</url>
@@ -29,7 +29,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>2.7.15-SNAPSHOT</version>
+        <version>2.7.15</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <properties>

http://git-wip-us.apache.org/repos/asf/cxf/blob/4b006fec/rt/transports/http-jetty/pom.xml
----------------------------------------------------------------------
diff --git a/rt/transports/http-jetty/pom.xml b/rt/transports/http-jetty/pom.xml
index b08a296..f67cd1a 100644
--- a/rt/transports/http-jetty/pom.xml
+++ b/rt/transports/http-jetty/pom.xml
@@ -21,7 +21,7 @@
     <groupId>org.apache.cxf</groupId>
     <artifactId>cxf-rt-transports-http-jetty</artifactId>
     <packaging>jar</packaging>
-    <version>2.7.15-SNAPSHOT</version>
+    <version>2.7.15</version>
     <name>Apache CXF Runtime HTTP Jetty Transport</name>
     <description>Apache CXF Runtime HTTP Jetty Transport</description>
     <url>http://cxf.apache.org</url>
@@ -29,7 +29,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>2.7.15-SNAPSHOT</version>
+        <version>2.7.15</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <properties>

http://git-wip-us.apache.org/repos/asf/cxf/blob/4b006fec/rt/transports/http/pom.xml
----------------------------------------------------------------------
diff --git a/rt/transports/http/pom.xml b/rt/transports/http/pom.xml
index d6204a8..b740dd5 100644
--- a/rt/transports/http/pom.xml
+++ b/rt/transports/http/pom.xml
@@ -21,7 +21,7 @@
     <groupId>org.apache.cxf</groupId>
     <artifactId>cxf-rt-transports-http</artifactId>
     <packaging>jar</packaging>
-    <version>2.7.15-SNAPSHOT</version>
+    <version>2.7.15</version>
     <name>Apache CXF Runtime HTTP Transport</name>
     <description>Apache CXF Runtime HTTP Transport</description>
     <url>http://cxf.apache.org</url>
@@ -29,7 +29,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>2.7.15-SNAPSHOT</version>
+        <version>2.7.15</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <properties>

http://git-wip-us.apache.org/repos/asf/cxf/blob/4b006fec/rt/transports/jms/pom.xml
----------------------------------------------------------------------
diff --git a/rt/transports/jms/pom.xml b/rt/transports/jms/pom.xml
index 1e55ee9..a263bf9 100644
--- a/rt/transports/jms/pom.xml
+++ b/rt/transports/jms/pom.xml
@@ -21,7 +21,7 @@
     <groupId>org.apache.cxf</groupId>
     <artifactId>cxf-rt-transports-jms</artifactId>
     <packaging>jar</packaging>
-    <version>2.7.15-SNAPSHOT</version>
+    <version>2.7.15</version>
     <name>Apache CXF Runtime JMS Transport</name>
     <description>Apache CXF Runtime JMS Transport</description>
     <url>http://cxf.apache.org</url>
@@ -29,7 +29,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>2.7.15-SNAPSHOT</version>
+        <version>2.7.15</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/cxf/blob/4b006fec/rt/transports/local/pom.xml
----------------------------------------------------------------------
diff --git a/rt/transports/local/pom.xml b/rt/transports/local/pom.xml
index f959e47..51c0c0c 100644
--- a/rt/transports/local/pom.xml
+++ b/rt/transports/local/pom.xml
@@ -21,7 +21,7 @@
     <groupId>org.apache.cxf</groupId>
     <artifactId>cxf-rt-transports-local</artifactId>
     <packaging>jar</packaging>
-    <version>2.7.15-SNAPSHOT</version>
+    <version>2.7.15</version>
     <name>Apache CXF Runtime Local Transport</name>
     <description>Apache CXF Runtime Local Transport</description>
     <url>http://cxf.apache.org</url>
@@ -29,7 +29,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>2.7.15-SNAPSHOT</version>
+        <version>2.7.15</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/cxf/blob/4b006fec/rt/transports/udp/pom.xml
----------------------------------------------------------------------
diff --git a/rt/transports/udp/pom.xml b/rt/transports/udp/pom.xml
index 219085c..c13dac8 100644
--- a/rt/transports/udp/pom.xml
+++ b/rt/transports/udp/pom.xml
@@ -21,7 +21,7 @@
     <groupId>org.apache.cxf</groupId>
     <artifactId>cxf-rt-transports-udp</artifactId>
     <packaging>jar</packaging>
-    <version>2.7.15-SNAPSHOT</version>
+    <version>2.7.15</version>
     <name>Apache CXF Runtime UDP Transport</name>
     <description>Apache CXF Runtime UDP Transport</description>
     <url>http://cxf.apache.org</url>
@@ -29,7 +29,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>2.7.15-SNAPSHOT</version>
+        <version>2.7.15</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/cxf/blob/4b006fec/rt/ws/addr/pom.xml
----------------------------------------------------------------------
diff --git a/rt/ws/addr/pom.xml b/rt/ws/addr/pom.xml
index 65f5590..95dee2c 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>2.7.15-SNAPSHOT</version>
+        <version>2.7.15</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/cxf/blob/4b006fec/rt/ws/mex/pom.xml
----------------------------------------------------------------------
diff --git a/rt/ws/mex/pom.xml b/rt/ws/mex/pom.xml
index a921052..c3e7927 100644
--- a/rt/ws/mex/pom.xml
+++ b/rt/ws/mex/pom.xml
@@ -28,7 +28,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>2.7.15-SNAPSHOT</version>
+        <version>2.7.15</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/cxf/blob/4b006fec/rt/ws/policy/pom.xml
----------------------------------------------------------------------
diff --git a/rt/ws/policy/pom.xml b/rt/ws/policy/pom.xml
index ade4bf1..4b51d2f 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>2.7.15-SNAPSHOT</version>
+        <version>2.7.15</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
   

http://git-wip-us.apache.org/repos/asf/cxf/blob/4b006fec/rt/ws/rm/pom.xml
----------------------------------------------------------------------
diff --git a/rt/ws/rm/pom.xml b/rt/ws/rm/pom.xml
index db4ab8a..487ce6e 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>2.7.15-SNAPSHOT</version>
+        <version>2.7.15</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/cxf/blob/4b006fec/rt/ws/security/pom.xml
----------------------------------------------------------------------
diff --git a/rt/ws/security/pom.xml b/rt/ws/security/pom.xml
index bf568ff..c8d147d 100644
--- a/rt/ws/security/pom.xml
+++ b/rt/ws/security/pom.xml
@@ -28,7 +28,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>2.7.15-SNAPSHOT</version>
+        <version>2.7.15</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <properties>

http://git-wip-us.apache.org/repos/asf/cxf/blob/4b006fec/services/pom.xml
----------------------------------------------------------------------
diff --git a/services/pom.xml b/services/pom.xml
index 8c3ccde..0f7fac2 100644
--- a/services/pom.xml
+++ b/services/pom.xml
@@ -21,7 +21,7 @@
     <groupId>org.apache.cxf.services</groupId>
     <artifactId>cxf-services</artifactId>
     <packaging>pom</packaging>
-    <version>2.7.15-SNAPSHOT</version>
+    <version>2.7.15</version>
     <name>Apache CXF Services</name>
     <url>http://cxf.apache.org</url>
 
@@ -29,7 +29,7 @@
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf</artifactId>
         <relativePath>../pom.xml</relativePath>
-        <version>2.7.15-SNAPSHOT</version>
+        <version>2.7.15</version>
     </parent>
 
     <modules>

http://git-wip-us.apache.org/repos/asf/cxf/blob/4b006fec/services/sts/pom.xml
----------------------------------------------------------------------
diff --git a/services/sts/pom.xml b/services/sts/pom.xml
index a92e8e8..6f5921f 100644
--- a/services/sts/pom.xml
+++ b/services/sts/pom.xml
@@ -21,14 +21,14 @@
     <groupId>org.apache.cxf.services.sts</groupId>
     <artifactId>cxf-services-sts</artifactId>
     <packaging>pom</packaging>
-    <version>2.7.15-SNAPSHOT</version>
+    <version>2.7.15</version>
     <name>Apache CXF STS service</name>
     <url>http://cxf.apache.org</url>
 
     <parent>
         <groupId>org.apache.cxf.services</groupId>
         <artifactId>cxf-services</artifactId>
-        <version>2.7.15-SNAPSHOT</version>
+        <version>2.7.15</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/cxf/blob/4b006fec/services/sts/sts-core/pom.xml
----------------------------------------------------------------------
diff --git a/services/sts/sts-core/pom.xml b/services/sts/sts-core/pom.xml
index 478a824..173b7eb 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>2.7.15-SNAPSHOT</version>
+        <version>2.7.15</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/cxf/blob/4b006fec/services/sts/sts-war/pom.xml
----------------------------------------------------------------------
diff --git a/services/sts/sts-war/pom.xml b/services/sts/sts-war/pom.xml
index 24fb3e4..0317ec7 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>2.7.15-SNAPSHOT</version>
+        <version>2.7.15</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/cxf/blob/4b006fec/services/sts/systests/advanced/pom.xml
----------------------------------------------------------------------
diff --git a/services/sts/systests/advanced/pom.xml b/services/sts/systests/advanced/pom.xml
index 30f12ce..61e653b 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>2.7.15-SNAPSHOT</version>
+        <version>2.7.15</version>
         <relativePath>../../../../parent/pom.xml</relativePath>
     </parent>
    

http://git-wip-us.apache.org/repos/asf/cxf/blob/4b006fec/services/sts/systests/basic/pom.xml
----------------------------------------------------------------------
diff --git a/services/sts/systests/basic/pom.xml b/services/sts/systests/basic/pom.xml
index fb8de35..b3c4537 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>2.7.15-SNAPSHOT</version>
+        <version>2.7.15</version>
         <relativePath>../../../../parent/pom.xml</relativePath>
     </parent>
    

http://git-wip-us.apache.org/repos/asf/cxf/blob/4b006fec/services/sts/systests/pom.xml
----------------------------------------------------------------------
diff --git a/services/sts/systests/pom.xml b/services/sts/systests/pom.xml
index 9d4a41a..9324394 100644
--- a/services/sts/systests/pom.xml
+++ b/services/sts/systests/pom.xml
@@ -21,14 +21,14 @@
     <groupId>org.apache.cxf.services.sts</groupId>
     <artifactId>cxf-services-sts-systests</artifactId>
     <packaging>pom</packaging>
-    <version>2.7.15-SNAPSHOT</version>
+    <version>2.7.15</version>
     <name>Apache CXF STS systests</name>
     <url>http://cxf.apache.org</url>
 
     <parent>
         <groupId>org.apache.cxf.services.sts</groupId>
         <artifactId>cxf-services-sts</artifactId>
-        <version>2.7.15-SNAPSHOT</version>
+        <version>2.7.15</version>
     </parent>
 
     <modules>


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

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


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

Branch: refs/heads/2.7.x-fixes
Commit: 4b006fecc58c917b4804bba270f798bef8361ada
Parents: 9272d89
Author: Daniel Kulp <dk...@apache.org>
Authored: Wed Feb 11 16:27:45 2015 -0500
Committer: Daniel Kulp <dk...@apache.org>
Committed: Wed Feb 11 16:27:45 2015 -0500

----------------------------------------------------------------------
 api/pom.xml                                       |  4 ++--
 common/pom.xml                                    |  4 ++--
 common/wstx-msv-validation/pom.xml                |  4 ++--
 common/xerces-xsd-validation/pom.xml              |  4 ++--
 distribution/manifest/pom.xml                     |  4 ++--
 distribution/pom.xml                              |  4 ++--
 .../src/main/release/samples/aegis/pom.xml        | 12 ++++++------
 .../main/release/samples/aegis_standalone/pom.xml |  6 +++---
 .../src/main/release/samples/callback/pom.xml     | 10 +++++-----
 .../samples/configuration_interceptor/pom.xml     | 12 ++++++------
 .../src/main/release/samples/corba/bank/pom.xml   | 10 +++++-----
 .../samples/corba/bank_ws_addressing/pom.xml      | 10 +++++-----
 .../release/samples/corba/hello_world/pom.xml     | 10 +++++-----
 .../release/samples/groovy_spring_support/pom.xml | 10 +++++-----
 .../main/release/samples/in_jvm_transport/pom.xml | 12 ++++++------
 .../main/release/samples/java_first_jaxws/pom.xml |  8 ++++----
 .../samples/java_first_jaxws_factory_bean/pom.xml | 10 +++++-----
 .../main/release/samples/java_first_jms/pom.xml   |  8 ++++----
 .../main/release/samples/java_first_pojo/pom.xml  | 10 +++++-----
 .../samples/java_first_spring_support/pom.xml     | 10 +++++-----
 .../src/main/release/samples/jax_rs/basic/pom.xml | 10 +++++-----
 .../release/samples/jax_rs/basic_https/pom.xml    |  4 ++--
 .../samples/jax_rs/content_negotiation/pom.xml    | 12 ++++++------
 .../release/samples/jax_rs/minimal_osgi/pom.xml   |  4 ++--
 .../samples/jax_rs/spring_security/pom.xml        | 10 +++++-----
 .../samples/jax_server_aegis_client/pom.xml       | 12 ++++++------
 .../src/main/release/samples/jaxws_async/pom.xml  | 12 ++++++------
 .../samples/jaxws_dispatch_provider/pom.xml       | 10 +++++-----
 .../main/release/samples/jaxws_handlers/pom.xml   | 10 +++++-----
 .../src/main/release/samples/jms_pubsub/pom.xml   | 10 +++++-----
 .../src/main/release/samples/jms_queue/pom.xml    |  8 ++++----
 .../main/release/samples/jms_spec_demo/pom.xml    |  8 ++++----
 .../release/samples/jms_spring_config/pom.xml     |  8 ++++----
 .../samples/js_browser_client_java_first/pom.xml  | 12 ++++++------
 .../samples/js_browser_client_simple/pom.xml      | 12 ++++++------
 .../src/main/release/samples/js_client/pom.xml    | 12 ++++++------
 .../src/main/release/samples/js_provider/pom.xml  | 10 +++++-----
 .../src/main/release/samples/logbrowser/pom.xml   |  2 +-
 .../src/main/release/samples/mtom/pom.xml         | 10 +++++-----
 .../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 | 12 ++++++------
 .../release/samples/ruby_spring_support/pom.xml   | 10 +++++-----
 .../src/main/release/samples/soap_header/pom.xml  | 10 +++++-----
 distribution/src/main/release/samples/sts/pom.xml |  4 ++--
 .../main/release/samples/ws_addressing/pom.xml    | 10 +++++-----
 .../src/main/release/samples/ws_discovery/pom.xml | 12 ++++++------
 .../main/release/samples/ws_notification/pom.xml  | 16 ++++++++--------
 .../src/main/release/samples/ws_policy/pom.xml    | 10 +++++-----
 .../src/main/release/samples/ws_rm/pom.xml        | 12 ++++++------
 .../release/samples/ws_security/sign_enc/pom.xml  | 18 +++++++++---------
 .../main/release/samples/ws_security/ut/pom.xml   | 12 ++++++------
 .../release/samples/ws_security/ut_policy/pom.xml |  4 ++--
 .../release/samples/ws_security/ut_sign/pom.xml   | 18 +++++++++---------
 .../src/main/release/samples/wsdl_first/pom.xml   |  8 ++++----
 .../samples/wsdl_first_dynamic_client/pom.xml     | 10 +++++-----
 .../main/release/samples/wsdl_first_https/pom.xml |  4 ++--
 .../release/samples/wsdl_first_pure_xml/pom.xml   | 10 +++++-----
 .../release/samples/wsdl_first_rpclit/pom.xml     | 10 +++++-----
 .../release/samples/wsdl_first_soap12/pom.xml     | 10 +++++-----
 .../samples/wsdl_first_xml_wrapped/pom.xml        | 10 +++++-----
 .../release/samples/wsdl_first_xmlbeans/pom.xml   | 12 ++++++------
 integration/jca/pom.xml                           |  4 ++--
 integration/pom.xml                               |  4 ++--
 .../archetypes/cxf-jaxrs-service/pom.xml          |  4 ++--
 .../archetypes/cxf-jaxws-javafirst/pom.xml        |  4 ++--
 maven-plugins/archetypes/pom.xml                  |  4 ++--
 maven-plugins/codegen-plugin/pom.xml              |  4 ++--
 maven-plugins/corba/pom.xml                       |  4 ++--
 maven-plugins/java2wadl-plugin/pom.xml            |  4 ++--
 maven-plugins/java2ws-plugin/pom.xml              |  4 ++--
 maven-plugins/pom.xml                             |  4 ++--
 maven-plugins/wadl2java-plugin/pom.xml            |  4 ++--
 maven-plugins/wsdl-validator-plugin/pom.xml       |  4 ++--
 osgi/bundle/all/pom.xml                           |  4 ++--
 osgi/bundle/compatible/pom.xml                    |  4 ++--
 osgi/bundle/jaxrs/pom.xml                         |  4 ++--
 osgi/bundle/minimal/pom.xml                       |  4 ++--
 osgi/bundle/pom.xml                               |  4 ++--
 osgi/karaf/commands/pom.xml                       |  2 +-
 osgi/karaf/features/pom.xml                       |  2 +-
 osgi/karaf/pom.xml                                |  4 ++--
 parent/pom.xml                                    |  4 ++--
 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/core/pom.xml                                   |  4 ++--
 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                    |  4 ++--
 rt/frontend/jaxrs/pom.xml                         |  4 ++--
 rt/frontend/jaxws/pom.xml                         |  4 ++--
 rt/frontend/js/pom.xml                            |  4 ++--
 rt/frontend/simple/pom.xml                        |  4 ++--
 rt/javascript/javascript-rt/pom.xml               |  2 +-
 rt/javascript/javascript-tests/pom.xml            |  2 +-
 rt/javascript/pom.xml                             |  2 +-
 rt/management-web/pom.xml                         |  4 ++--
 rt/management/pom.xml                             |  4 ++--
 rt/pom.xml                                        |  4 ++--
 rt/rs/extensions/providers/pom.xml                |  4 ++--
 rt/rs/extensions/search/pom.xml                   |  4 ++--
 rt/rs/security/cors/pom.xml                       |  4 ++--
 rt/rs/security/oauth-parent/oauth/pom.xml         |  4 ++--
 rt/rs/security/oauth-parent/oauth2-saml/pom.xml   |  4 ++--
 rt/rs/security/oauth-parent/oauth2/pom.xml        |  4 ++--
 rt/rs/security/oauth-parent/pom.xml               |  4 ++--
 rt/rs/security/sso/saml/pom.xml                   |  4 ++--
 rt/rs/security/xml/pom.xml                        |  4 ++--
 rt/security/pom.xml                               |  2 +-
 rt/transports/http-hc/pom.xml                     |  4 ++--
 rt/transports/http-jetty/pom.xml                  |  4 ++--
 rt/transports/http/pom.xml                        |  4 ++--
 rt/transports/jms/pom.xml                         |  4 ++--
 rt/transports/local/pom.xml                       |  4 ++--
 rt/transports/udp/pom.xml                         |  4 ++--
 rt/ws/addr/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 +-
 services/pom.xml                                  |  4 ++--
 services/sts/pom.xml                              |  4 ++--
 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                     |  4 ++--
 services/ws-discovery/pom.xml                     |  4 ++--
 services/ws-discovery/ws-discovery-api/pom.xml    |  4 ++--
 .../ws-discovery/ws-discovery-service/pom.xml     |  4 ++--
 services/wsn/pom.xml                              |  4 ++--
 services/wsn/wsn-api/pom.xml                      |  4 ++--
 services/wsn/wsn-core/pom.xml                     |  4 ++--
 services/wsn/wsn-osgi/pom.xml                     |  4 ++--
 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 +-
 systests/container-integration/grizzly/pom.xml    |  4 ++--
 systests/container-integration/pom.xml            |  4 ++--
 systests/container-integration/webapp/pom.xml     |  4 ++--
 systests/databinding/pom.xml                      |  4 ++--
 systests/jaxrs/pom.xml                            |  4 ++--
 systests/jaxws/pom.xml                            |  4 ++--
 systests/pom.xml                                  |  4 ++--
 systests/rs-security/pom.xml                      |  4 ++--
 systests/transport-jms/pom.xml                    |  4 ++--
 systests/transports/pom.xml                       |  4 ++--
 systests/uncategorized/pom.xml                    |  4 ++--
 systests/ws-rm/pom.xml                            |  4 ++--
 systests/ws-security-examples/pom.xml             |  4 ++--
 systests/ws-security/pom.xml                      |  4 ++--
 systests/ws-specs/pom.xml                         |  4 ++--
 systests/wsdl_maven/codegen/pom.xml               |  4 ++--
 systests/wsdl_maven/java2ws/pom.xml               |  4 ++--
 systests/wsdl_maven/pom.xml                       |  4 ++--
 testutils/pom.xml                                 |  4 ++--
 tools/common/pom.xml                              |  4 ++--
 tools/corba/pom.xml                               |  4 ++--
 tools/javato/pom.xml                              |  4 ++--
 tools/javato/ws/pom.xml                           |  4 ++--
 tools/pom.xml                                     |  4 ++--
 tools/validator/pom.xml                           |  4 ++--
 tools/wadlto/jaxrs/pom.xml                        |  4 ++--
 tools/wadlto/pom.xml                              |  4 ++--
 tools/wsdlto/core/pom.xml                         |  4 ++--
 tools/wsdlto/databinding/jaxb/pom.xml             |  4 ++--
 tools/wsdlto/frontend/javascript/pom.xml          |  4 ++--
 tools/wsdlto/frontend/jaxws/pom.xml               |  4 ++--
 tools/wsdlto/misc/pom.xml                         |  4 ++--
 tools/wsdlto/pom.xml                              |  4 ++--
 tools/wsdlto/test/pom.xml                         |  4 ++--
 186 files changed, 494 insertions(+), 494 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf/blob/4b006fec/api/pom.xml
----------------------------------------------------------------------
diff --git a/api/pom.xml b/api/pom.xml
index 411bda2..19f9a22 100644
--- a/api/pom.xml
+++ b/api/pom.xml
@@ -23,13 +23,13 @@
     <packaging>jar</packaging>
     <name>Apache CXF API</name>
     <description>Apache CXF API</description>
-    <version>2.7.15-SNAPSHOT</version>
+    <version>2.7.15</version>
     <url>http://cxf.apache.org</url>
 
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>2.7.15-SNAPSHOT</version>
+        <version>2.7.15</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
         

http://git-wip-us.apache.org/repos/asf/cxf/blob/4b006fec/common/pom.xml
----------------------------------------------------------------------
diff --git a/common/pom.xml b/common/pom.xml
index b82fefe..60271b6 100644
--- a/common/pom.xml
+++ b/common/pom.xml
@@ -21,7 +21,7 @@
     <groupId>org.apache.cxf</groupId>
     <artifactId>cxf-common</artifactId>
     <packaging>pom</packaging>
-    <version>2.7.15-SNAPSHOT</version>
+    <version>2.7.15</version>
     <name>Apache CXF Common</name>
     <description>Apache CXF Common</description>
     <url>http://cxf.apache.org</url>
@@ -29,7 +29,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf</artifactId>
-        <version>2.7.15-SNAPSHOT</version>
+        <version>2.7.15</version>
     </parent>
 
     <modules>

http://git-wip-us.apache.org/repos/asf/cxf/blob/4b006fec/common/wstx-msv-validation/pom.xml
----------------------------------------------------------------------
diff --git a/common/wstx-msv-validation/pom.xml b/common/wstx-msv-validation/pom.xml
index f6de176..4c37f27 100644
--- a/common/wstx-msv-validation/pom.xml
+++ b/common/wstx-msv-validation/pom.xml
@@ -22,14 +22,14 @@
     <groupId>org.apache.cxf</groupId>
     <artifactId>cxf-wstx-msv-validation</artifactId>
     <packaging>jar</packaging>
-    <version>2.7.15-SNAPSHOT</version>
+    <version>2.7.15</version>
     <name>Apache CXF Woodstox/MSV Schema Validation</name>
     <description>Apache CXF Woodstox/MSV Schema Validation</description>
     <url>http://cxf.apache.org</url>
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>2.7.15-SNAPSHOT</version>
+        <version>2.7.15</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
     <dependencies>

http://git-wip-us.apache.org/repos/asf/cxf/blob/4b006fec/common/xerces-xsd-validation/pom.xml
----------------------------------------------------------------------
diff --git a/common/xerces-xsd-validation/pom.xml b/common/xerces-xsd-validation/pom.xml
index d126e2e..982e925 100644
--- a/common/xerces-xsd-validation/pom.xml
+++ b/common/xerces-xsd-validation/pom.xml
@@ -22,14 +22,14 @@
   <groupId>org.apache.cxf</groupId>
   <artifactId>cxf-xerces-xsd-validation</artifactId>
   <packaging>jar</packaging>
-  <version>2.7.15-SNAPSHOT</version>
+  <version>2.7.15</version>
   <name>Apache CXF XML Schema Validation with Xerces</name>
     <description>Apache CXF XML Schema Validation with Xerces</description>
   <url>http://cxf.apache.org</url>
   <parent>
     <groupId>org.apache.cxf</groupId>
     <artifactId>cxf-parent</artifactId>
-    <version>2.7.15-SNAPSHOT</version>
+    <version>2.7.15</version>
     <relativePath>../../parent/pom.xml</relativePath>
   </parent>
   <dependencies>

http://git-wip-us.apache.org/repos/asf/cxf/blob/4b006fec/distribution/manifest/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/manifest/pom.xml b/distribution/manifest/pom.xml
index 325a506..75a3a74 100644
--- a/distribution/manifest/pom.xml
+++ b/distribution/manifest/pom.xml
@@ -24,13 +24,13 @@
     <packaging>jar</packaging>
     <name>Apache CXF Manifest Jar</name>
     <description>Apache CXF Manifest Jar</description>
-    <version>2.7.15-SNAPSHOT</version>
+    <version>2.7.15</version>
     <url>http://cxf.apache.org</url>
 
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>2.7.15-SNAPSHOT</version>
+        <version>2.7.15</version>
         <relativePath>../../parent</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/cxf/blob/4b006fec/distribution/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/pom.xml b/distribution/pom.xml
index a3edfeb..c943598 100644
--- a/distribution/pom.xml
+++ b/distribution/pom.xml
@@ -23,13 +23,13 @@
     <packaging>pom</packaging>
     <name>Apache CXF Distribution</name>
     <description>Apache CXF Distribution</description>
-    <version>2.7.15-SNAPSHOT</version>
+    <version>2.7.15</version>
     <url>http://cxf.apache.org</url>
 
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>2.7.15-SNAPSHOT</version>
+        <version>2.7.15</version>
         <relativePath>../parent</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/cxf/blob/4b006fec/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 83fcd2a..70e9940 100644
--- a/distribution/src/main/release/samples/aegis/pom.xml
+++ b/distribution/src/main/release/samples/aegis/pom.xml
@@ -22,12 +22,12 @@
     <artifactId>aegis</artifactId>
     <name>CXF sample using code first POJO's and the Aegis Binding</name>
     <description>CXF sample using code first POJO's and the Aegis Binding</description>
-    <version>2.7.15-SNAPSHOT</version>
+    <version>2.7.15</version>
 
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>2.7.15-SNAPSHOT</version>
+        <version>2.7.15</version>
     </parent>
 
     <properties>
@@ -103,24 +103,24 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>2.7.15-SNAPSHOT</version>
+            <version>2.7.15</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-databinding-aegis</artifactId>
-            <version>2.7.15-SNAPSHOT</version>
+            <version>2.7.15</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>2.7.15-SNAPSHOT</version>
+            <version>2.7.15</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>2.7.15-SNAPSHOT</version>
+            <version>2.7.15</version>
         </dependency>
     	<dependency>
             <groupId>junit</groupId>

http://git-wip-us.apache.org/repos/asf/cxf/blob/4b006fec/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 7a1d5d1..2e341b1 100644
--- a/distribution/src/main/release/samples/aegis_standalone/pom.xml
+++ b/distribution/src/main/release/samples/aegis_standalone/pom.xml
@@ -22,12 +22,12 @@
     <artifactId>aegis-standalone</artifactId>
     <name>CXF sample using the Aegis Binding without any webservice</name>
     <description>CXF sample using the Aegis Binding without any webservice</description>
-    <version>2.7.15-SNAPSHOT</version>
+    <version>2.7.15</version>
 
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>2.7.15-SNAPSHOT</version>
+        <version>2.7.15</version>
     </parent>
     <properties>
         <cxf.version>${project.version}</cxf.version>
@@ -101,7 +101,7 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-databinding-aegis</artifactId>
-            <version>2.7.15-SNAPSHOT</version>
+            <version>2.7.15</version>
         </dependency>
         <dependency>
             <groupId>net.java.dev.stax-utils</groupId>

http://git-wip-us.apache.org/repos/asf/cxf/blob/4b006fec/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 cd69299..aa8bced 100644
--- a/distribution/src/main/release/samples/callback/pom.xml
+++ b/distribution/src/main/release/samples/callback/pom.xml
@@ -22,12 +22,12 @@
     <artifactId>callback</artifactId>
     <name>CXF sample using a callback object</name>
     <description>CXF sample using a callback object</description>
-    <version>2.7.15-SNAPSHOT</version>
+    <version>2.7.15</version>
 
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>2.7.15-SNAPSHOT</version>
+        <version>2.7.15</version>
     </parent>
     <properties>
         <cxf.version>${project.version}</cxf.version>
@@ -129,17 +129,17 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>2.7.15-SNAPSHOT</version>
+            <version>2.7.15</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>2.7.15-SNAPSHOT</version>
+            <version>2.7.15</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http-jetty</artifactId>
-            <version>2.7.15-SNAPSHOT</version>
+            <version>2.7.15</version>
         </dependency>
     </dependencies>
 </project>

http://git-wip-us.apache.org/repos/asf/cxf/blob/4b006fec/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 4e38622..338d161 100644
--- a/distribution/src/main/release/samples/configuration_interceptor/pom.xml
+++ b/distribution/src/main/release/samples/configuration_interceptor/pom.xml
@@ -22,12 +22,12 @@
     <artifactId>configuration_interceptor</artifactId>
     <name>CXF Sample of Stream GZIP Interceptor</name>
     <description>CXF Sample of Stream GZIP Interceptor</description>
-    <version>2.7.15-SNAPSHOT</version>
+    <version>2.7.15</version>
 
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>2.7.15-SNAPSHOT</version>
+        <version>2.7.15</version>
     </parent>
     <properties>
         <cxf.version>${project.version}</cxf.version>
@@ -130,22 +130,22 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>2.7.15-SNAPSHOT</version>
+            <version>2.7.15</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>2.7.15-SNAPSHOT</version>
+            <version>2.7.15</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http-jetty</artifactId>
-            <version>2.7.15-SNAPSHOT</version>
+            <version>2.7.15</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-management</artifactId>
-            <version>2.7.15-SNAPSHOT</version>
+            <version>2.7.15</version>
         </dependency>
     </dependencies>
 </project>

http://git-wip-us.apache.org/repos/asf/cxf/blob/4b006fec/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 e573800..2b9b4f2 100644
--- a/distribution/src/main/release/samples/corba/bank/pom.xml
+++ b/distribution/src/main/release/samples/corba/bank/pom.xml
@@ -24,12 +24,12 @@
 
     <name>Bank sample using JAX-WS API's to talk via CORBA/IIOP</name>
     <description>Bank sample using JAX-WS API's to talk via CORBA/IIOP</description>
-    <version>2.7.15-SNAPSHOT</version>
+    <version>2.7.15</version>
 
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>2.7.15-SNAPSHOT</version>
+        <version>2.7.15</version>
         <relativePath>../..</relativePath>
     </parent>
     <properties>
@@ -133,17 +133,17 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>2.7.15-SNAPSHOT</version>
+            <version>2.7.15</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-bindings-corba</artifactId>
-            <version>2.7.15-SNAPSHOT</version>
+            <version>2.7.15</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-tools-common</artifactId>
-            <version>2.7.15-SNAPSHOT</version>
+            <version>2.7.15</version>
         </dependency>
         <dependency>
             <groupId>org.springframework</groupId>

http://git-wip-us.apache.org/repos/asf/cxf/blob/4b006fec/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 bb70410..986eb75 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
@@ -24,12 +24,12 @@
 
     <name>Bank sample using JAX-WS API's to talk via CORBA/IIOP</name>
     <description>Bank sample using JAX-WS API's to talk via CORBA/IIOP</description>
-    <version>2.7.15-SNAPSHOT</version>
+    <version>2.7.15</version>
 
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>2.7.15-SNAPSHOT</version>
+        <version>2.7.15</version>
         <relativePath>../..</relativePath>
     </parent>
     <properties>
@@ -238,17 +238,17 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>2.7.15-SNAPSHOT</version>
+            <version>2.7.15</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-bindings-corba</artifactId>
-            <version>2.7.15-SNAPSHOT</version>
+            <version>2.7.15</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-tools-common</artifactId>
-            <version>2.7.15-SNAPSHOT</version>
+            <version>2.7.15</version>
         </dependency>
         <dependency>
             <groupId>org.springframework</groupId>

http://git-wip-us.apache.org/repos/asf/cxf/blob/4b006fec/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 3b28c8d..822f381 100644
--- a/distribution/src/main/release/samples/corba/hello_world/pom.xml
+++ b/distribution/src/main/release/samples/corba/hello_world/pom.xml
@@ -24,12 +24,12 @@
 
     <name>hello-world sample using JAX-WS API's to talk via CORBA/IIOP</name>
     <description>hello-world sample using JAX-WS API's to talk via CORBA/IIOP</description>
-    <version>2.7.15-SNAPSHOT</version>
+    <version>2.7.15</version>
 
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>2.7.15-SNAPSHOT</version>
+        <version>2.7.15</version>
         <relativePath>../..</relativePath>
     </parent>
     <properties>
@@ -285,17 +285,17 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>2.7.15-SNAPSHOT</version>
+            <version>2.7.15</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-bindings-corba</artifactId>
-            <version>2.7.15-SNAPSHOT</version>
+            <version>2.7.15</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-tools-common</artifactId>
-            <version>2.7.15-SNAPSHOT</version>
+            <version>2.7.15</version>
         </dependency>
         <dependency>
             <groupId>org.springframework</groupId>

http://git-wip-us.apache.org/repos/asf/cxf/blob/4b006fec/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 4468873..fa0369d 100644
--- a/distribution/src/main/release/samples/groovy_spring_support/pom.xml
+++ b/distribution/src/main/release/samples/groovy_spring_support/pom.xml
@@ -23,12 +23,12 @@
     <packaging>war</packaging>
     <name>Spring HTTP Servlet demo with groovy support</name>
     <description>Spring HTTP Servlet demo with groovy support</description>
-    <version>2.7.15-SNAPSHOT</version>
+    <version>2.7.15</version>
 
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>2.7.15-SNAPSHOT</version>
+        <version>2.7.15</version>
     </parent>
     <properties>
         <cxf.version>${project.version}</cxf.version>
@@ -111,18 +111,18 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>2.7.15-SNAPSHOT</version>
+            <version>2.7.15</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>2.7.15-SNAPSHOT</version>
+            <version>2.7.15</version>
         </dependency>
         <!-- Jetty is needed if you're using the CXFServlet -->
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http-jetty</artifactId>
-            <version>2.7.15-SNAPSHOT</version>
+            <version>2.7.15</version>
         </dependency>
         <dependency>
             <groupId>org.codehaus.groovy</groupId>

http://git-wip-us.apache.org/repos/asf/cxf/blob/4b006fec/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 9b55453..addb6e4 100644
--- a/distribution/src/main/release/samples/in_jvm_transport/pom.xml
+++ b/distribution/src/main/release/samples/in_jvm_transport/pom.xml
@@ -22,12 +22,12 @@
     <artifactId>in_jvm_transport</artifactId>
     <name>Colocated Demo using Document/Literal Style</name>
     <description>Colocated Demo using Document/Literal Style</description>
-    <version>2.7.15-SNAPSHOT</version>
+    <version>2.7.15</version>
 
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>2.7.15-SNAPSHOT</version>
+        <version>2.7.15</version>
     </parent>
 
     <properties>
@@ -98,23 +98,23 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>2.7.15-SNAPSHOT</version>
+            <version>2.7.15</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>2.7.15-SNAPSHOT</version>
+            <version>2.7.15</version>
         </dependency>
         <!-- Jetty is needed if you're using the CXFServlet -->
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http-jetty</artifactId>
-            <version>2.7.15-SNAPSHOT</version>
+            <version>2.7.15</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-bindings-coloc</artifactId>
-            <version>2.7.15-SNAPSHOT</version>
+            <version>2.7.15</version>
         </dependency>
     </dependencies>
 </project>

http://git-wip-us.apache.org/repos/asf/cxf/blob/4b006fec/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 3008af8..34f387c 100644
--- a/distribution/src/main/release/samples/java_first_jaxws/pom.xml
+++ b/distribution/src/main/release/samples/java_first_jaxws/pom.xml
@@ -23,12 +23,12 @@
     <packaging>war</packaging>
     <name>Java First demo using JAX-WS APIs</name>
     <description>Java First demo using JAX-WS APIs</description>
-    <version>2.7.15-SNAPSHOT</version>
+    <version>2.7.15</version>
 
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>2.7.15-SNAPSHOT</version>
+        <version>2.7.15</version>
     </parent>
     <properties>
         <cxf.version>${project.version}</cxf.version>
@@ -122,12 +122,12 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>2.7.15-SNAPSHOT</version>
+            <version>2.7.15</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>2.7.15-SNAPSHOT</version>
+            <version>2.7.15</version>
         </dependency>
         <dependency>
             <groupId>org.springframework</groupId>

http://git-wip-us.apache.org/repos/asf/cxf/blob/4b006fec/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 d102b75..31cbff1 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
@@ -22,12 +22,12 @@
     <artifactId>java_first_jaxws_factory_bean</artifactId>
     <name>Java First demo service using the JAXWSFactoryBeans</name>
     <description>Java First demo service using the JAXWSFactoryBeans</description>
-    <version>2.7.15-SNAPSHOT</version>
+    <version>2.7.15</version>
 
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>2.7.15-SNAPSHOT</version>
+        <version>2.7.15</version>
     </parent>
     <properties>
         <cxf.version>${project.version}</cxf.version>
@@ -95,18 +95,18 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>2.7.15-SNAPSHOT</version>
+            <version>2.7.15</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>2.7.15-SNAPSHOT</version>
+            <version>2.7.15</version>
         </dependency>
         <!-- Jetty is needed if you're using the CXFServlet -->
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http-jetty</artifactId>
-            <version>2.7.15-SNAPSHOT</version>
+            <version>2.7.15</version>
         </dependency>
     </dependencies>
 </project>

http://git-wip-us.apache.org/repos/asf/cxf/blob/4b006fec/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 2aef866..1c63674 100644
--- a/distribution/src/main/release/samples/java_first_jms/pom.xml
+++ b/distribution/src/main/release/samples/java_first_jms/pom.xml
@@ -24,12 +24,12 @@
     <artifactId>java_first_jms</artifactId>
     <name>Java First demo using JMS</name>
     <description>Java First demo using JMS</description>
-    <version>2.7.15-SNAPSHOT</version>
+    <version>2.7.15</version>
 
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>2.7.15-SNAPSHOT</version>
+        <version>2.7.15</version>
     </parent>
 
     <properties>
@@ -121,12 +121,12 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>2.7.15-SNAPSHOT</version>
+            <version>2.7.15</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-jms</artifactId>
-            <version>2.7.15-SNAPSHOT</version>
+            <version>2.7.15</version>
         </dependency>
     </dependencies>
 </project>

http://git-wip-us.apache.org/repos/asf/cxf/blob/4b006fec/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 ca14f63..00c0d8d 100644
--- a/distribution/src/main/release/samples/java_first_pojo/pom.xml
+++ b/distribution/src/main/release/samples/java_first_pojo/pom.xml
@@ -22,12 +22,12 @@
     <artifactId>java_first_pojo</artifactId>
     <name>Java First POJO Sample</name>
     <description>Java First POJO Sample</description>
-    <version>2.7.15-SNAPSHOT</version>
+    <version>2.7.15</version>
 
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>2.7.15-SNAPSHOT</version>
+        <version>2.7.15</version>
     </parent>
 
     <properties>
@@ -96,18 +96,18 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>2.7.15-SNAPSHOT</version>
+            <version>2.7.15</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>2.7.15-SNAPSHOT</version>
+            <version>2.7.15</version>
         </dependency>
         <!-- Jetty is needed if you're using the CXFServlet -->
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http-jetty</artifactId>
-            <version>2.7.15-SNAPSHOT</version>
+            <version>2.7.15</version>
         </dependency>
     </dependencies>
 </project>

http://git-wip-us.apache.org/repos/asf/cxf/blob/4b006fec/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 583b7b5..94d8212 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
@@ -20,7 +20,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.cxf.samples</groupId>
     <artifactId>java_first_spring_support</artifactId>
-    <version>2.7.15-SNAPSHOT</version>
+    <version>2.7.15</version>
     <name>Spring HTTP Sample</name>
     <description>Spring HTTP Sample</description>
     <packaging>war</packaging>
@@ -28,7 +28,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>2.7.15-SNAPSHOT</version>
+        <version>2.7.15</version>
     </parent>
     <properties>
         <cxf.version>${project.version}</cxf.version>
@@ -98,17 +98,17 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>2.7.15-SNAPSHOT</version>
+            <version>2.7.15</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>2.7.15-SNAPSHOT</version>
+            <version>2.7.15</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http-jetty</artifactId>
-            <version>2.7.15-SNAPSHOT</version>
+            <version>2.7.15</version>
         </dependency>
         <dependency>
             <groupId>org.springframework</groupId>

http://git-wip-us.apache.org/repos/asf/cxf/blob/4b006fec/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 1a28c05..2b75485 100644
--- a/distribution/src/main/release/samples/jax_rs/basic/pom.xml
+++ b/distribution/src/main/release/samples/jax_rs/basic/pom.xml
@@ -22,12 +22,12 @@
     <artifactId>jax_rs_basic</artifactId>
     <name>JAX-RS Basic Demo</name>
     <description>JAX-RS Basic Demo</description>
-    <version>2.7.15-SNAPSHOT</version>
+    <version>2.7.15</version>
 
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>2.7.15-SNAPSHOT</version>
+        <version>2.7.15</version>
         <relativePath>../..</relativePath>
     </parent>
     <properties>
@@ -97,18 +97,18 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>2.7.15-SNAPSHOT</version>
+            <version>2.7.15</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>2.7.15-SNAPSHOT</version>
+            <version>2.7.15</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxrs</artifactId>
-            <version>2.7.15-SNAPSHOT</version>
+            <version>2.7.15</version>
         </dependency>
         <dependency>
             <groupId>commons-httpclient</groupId>

http://git-wip-us.apache.org/repos/asf/cxf/blob/4b006fec/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 1df033d..bc9a5bc 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
@@ -22,12 +22,12 @@
     <artifactId>jax_rs_basic_https</artifactId>
     <name>JAX-RS Basic Demo With HTTPS communications</name>
     <description>JAX-RS Basic Demo With HTTPS communications</description>
-    <version>2.7.15-SNAPSHOT</version>
+    <version>2.7.15</version>
 
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>2.7.15-SNAPSHOT</version>
+        <version>2.7.15</version>
         <relativePath>../..</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/cxf/blob/4b006fec/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 988e6b4..15544d2 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
@@ -22,12 +22,12 @@
     <artifactId>jax_rs_content_negotiation</artifactId>
     <name>JAX-RS Content Negotiation Demo</name>
     <description>JAX-RS Content Negotiation Demo</description>
-    <version>2.7.15-SNAPSHOT</version>
+    <version>2.7.15</version>
 
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>2.7.15-SNAPSHOT</version>
+        <version>2.7.15</version>
         <relativePath>../..</relativePath>
     </parent>
     <properties>
@@ -97,23 +97,23 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>2.7.15-SNAPSHOT</version>
+            <version>2.7.15</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>2.7.15-SNAPSHOT</version>
+            <version>2.7.15</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxrs</artifactId>
-            <version>2.7.15-SNAPSHOT</version>
+            <version>2.7.15</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-rs-extension-providers</artifactId>
-            <version>2.7.15-SNAPSHOT</version>
+            <version>2.7.15</version>
         </dependency>
         <dependency>
 	   <groupId>org.codehaus.jettison</groupId>

http://git-wip-us.apache.org/repos/asf/cxf/blob/4b006fec/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 46d6e15..7e6f269 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
@@ -23,12 +23,12 @@
 	<artifactId>jax_rs_minimal_osgi</artifactId>
 	<name>JAX-RS Minimal OSGI Demo</name>
 	<description>JAX-RS Minimal OSGI Demo</description>
-	<version>2.7.15-SNAPSHOT</version>
+	<version>2.7.15</version>
 
 	<parent>
 	    <groupId>org.apache.cxf.samples</groupId>
 	    <artifactId>cxf-samples</artifactId>
-	    <version>2.7.15-SNAPSHOT</version>
+	    <version>2.7.15</version>
 	    <relativePath>../..</relativePath>
 	</parent>
 

http://git-wip-us.apache.org/repos/asf/cxf/blob/4b006fec/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 4b7d43c..5737c82 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
@@ -21,7 +21,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.cxf.samples</groupId>
     <artifactId>jax_rs_spring_security</artifactId>
-    <version>2.7.15-SNAPSHOT</version>
+    <version>2.7.15</version>
     <name>JAX-RS Spring Security Demo</name>
     <description>JAX-RS Spring Security Demo</description>
     <packaging>war</packaging>
@@ -29,7 +29,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>2.7.15-SNAPSHOT</version>
+        <version>2.7.15</version>
         <relativePath>../..</relativePath>
     </parent>
     <properties>
@@ -91,18 +91,18 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>2.7.15-SNAPSHOT</version>
+            <version>2.7.15</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>2.7.15-SNAPSHOT</version>
+            <version>2.7.15</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxrs</artifactId>
-            <version>2.7.15-SNAPSHOT</version>
+            <version>2.7.15</version>
         </dependency>
         <dependency>
             <groupId>commons-httpclient</groupId>

http://git-wip-us.apache.org/repos/asf/cxf/blob/4b006fec/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 b511c00..8c577cc 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
@@ -22,11 +22,11 @@
     <artifactId>jax_service_aegis_client</artifactId>
     <name>Sample of JAX-* Service Using an Aegis Client</name>
     <description>Sample of JAX-* Service Using an Aegis Client</description>
-    <version>2.7.15-SNAPSHOT</version>
+    <version>2.7.15</version>
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>2.7.15-SNAPSHOT</version>
+        <version>2.7.15</version>
     </parent>
 
     <properties>
@@ -95,23 +95,23 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>2.7.15-SNAPSHOT</version>
+            <version>2.7.15</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-databinding-aegis</artifactId>
-            <version>2.7.15-SNAPSHOT</version>
+            <version>2.7.15</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>2.7.15-SNAPSHOT</version>
+            <version>2.7.15</version>
         </dependency>
         <!-- Jetty is needed if you're using the CXFServlet -->
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http-jetty</artifactId>
-            <version>2.7.15-SNAPSHOT</version>
+            <version>2.7.15</version>
         </dependency>
     </dependencies>
 </project>

http://git-wip-us.apache.org/repos/asf/cxf/blob/4b006fec/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 4c6f45d..27aa69a 100644
--- a/distribution/src/main/release/samples/jaxws_async/pom.xml
+++ b/distribution/src/main/release/samples/jaxws_async/pom.xml
@@ -22,13 +22,13 @@
     <artifactId>jaxws_async</artifactId>
     <name>JAX-WS Asynchronous Demo using Document/Literal Style</name>
     <description>JAX-WS Asynchronous Demo using Document/Literal Style</description>
-    <version>2.7.15-SNAPSHOT</version>
+    <version>2.7.15</version>
     <packaging>war</packaging>
 
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>2.7.15-SNAPSHOT</version>
+        <version>2.7.15</version>
     </parent>
 
     <properties>
@@ -138,17 +138,17 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>2.7.15-SNAPSHOT</version>
+            <version>2.7.15</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>2.7.15-SNAPSHOT</version>
+            <version>2.7.15</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http-hc</artifactId>
-            <version>2.7.15-SNAPSHOT</version>
+            <version>2.7.15</version>
         </dependency>
         <dependency>
             <groupId>org.springframework</groupId>
@@ -160,7 +160,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>2.7.15-SNAPSHOT</version>
+            <version>2.7.15</version>
             <exclusions>
                 <exclusion>
                     <groupId>org.eclipse.jetty</groupId>

http://git-wip-us.apache.org/repos/asf/cxf/blob/4b006fec/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 0ff5364..f33f0be 100644
--- a/distribution/src/main/release/samples/jaxws_dispatch_provider/pom.xml
+++ b/distribution/src/main/release/samples/jaxws_dispatch_provider/pom.xml
@@ -22,12 +22,12 @@
     <artifactId>jaxws_dispatch_provider</artifactId>
     <name>JAX-WS Dispatch/Provider Demo</name>
     <description>JAX-WS Dispatch/Provider Demo</description>
-    <version>2.7.15-SNAPSHOT</version>
+    <version>2.7.15</version>
 
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>2.7.15-SNAPSHOT</version>
+        <version>2.7.15</version>
     </parent>
     <properties>
         <cxf.version>${project.version}</cxf.version>
@@ -124,18 +124,18 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>2.7.15-SNAPSHOT</version>
+            <version>2.7.15</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>2.7.15-SNAPSHOT</version>
+            <version>2.7.15</version>
         </dependency>
         <!-- Jetty is needed if you're using the CXFServlet -->
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http-jetty</artifactId>
-            <version>2.7.15-SNAPSHOT</version>
+            <version>2.7.15</version>
         </dependency>
     </dependencies>
 </project>

http://git-wip-us.apache.org/repos/asf/cxf/blob/4b006fec/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 b6edeb9..5c6773a 100644
--- a/distribution/src/main/release/samples/jaxws_handlers/pom.xml
+++ b/distribution/src/main/release/samples/jaxws_handlers/pom.xml
@@ -22,11 +22,11 @@
     <artifactId>jaxws_handlers</artifactId>
     <name>JAX-WS Handler Demo</name>
     <description>JAX-WS Handler Demo</description>
-    <version>2.7.15-SNAPSHOT</version>
+    <version>2.7.15</version>
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>2.7.15-SNAPSHOT</version>
+        <version>2.7.15</version>
     </parent>
 
     <properties>
@@ -125,18 +125,18 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>2.7.15-SNAPSHOT</version>
+            <version>2.7.15</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>2.7.15-SNAPSHOT</version>
+            <version>2.7.15</version>
         </dependency>
         <!-- Jetty is needed if you're using the CXFServlet -->
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http-jetty</artifactId>
-            <version>2.7.15-SNAPSHOT</version>
+            <version>2.7.15</version>
         </dependency>
     </dependencies>
 </project>

http://git-wip-us.apache.org/repos/asf/cxf/blob/4b006fec/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 5480652..f3cd255 100644
--- a/distribution/src/main/release/samples/jms_pubsub/pom.xml
+++ b/distribution/src/main/release/samples/jms_pubsub/pom.xml
@@ -22,11 +22,11 @@
     <artifactId>jms_pubsub</artifactId>
     <name>JMS Transport Publish/Subscribe Demo using Document-Literal Style</name>
     <description>JMS Transport Publish/Subscribe Demo using Document-Literal Style</description>
-    <version>2.7.15-SNAPSHOT</version>
+    <version>2.7.15</version>
    <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>2.7.15-SNAPSHOT</version>
+        <version>2.7.15</version>
     </parent>
 
     <properties>
@@ -46,7 +46,7 @@
             <plugin>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-codegen-plugin</artifactId>
-                <version>2.7.15-SNAPSHOT</version>
+                <version>2.7.15</version>
                 <executions>
                     <execution>
                         <id>generate-sources</id>
@@ -148,12 +148,12 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>2.7.15-SNAPSHOT</version>
+            <version>2.7.15</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-jms</artifactId>
-            <version>2.7.15-SNAPSHOT</version>
+            <version>2.7.15</version>
         </dependency>
         <dependency>
             <groupId>org.apache.activemq</groupId>

http://git-wip-us.apache.org/repos/asf/cxf/blob/4b006fec/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 014115b..7b7a893 100644
--- a/distribution/src/main/release/samples/jms_queue/pom.xml
+++ b/distribution/src/main/release/samples/jms_queue/pom.xml
@@ -22,12 +22,12 @@
     <artifactId>jms_queue</artifactId>
     <name>JMS Transport Queue Demo using Document-Literal Style</name>
     <description>JMS Transport Queue Demo using Document-Literal Style</description>
-    <version>2.7.15-SNAPSHOT</version>
+    <version>2.7.15</version>
 
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>2.7.15-SNAPSHOT</version>
+        <version>2.7.15</version>
     </parent>
 
     <properties>
@@ -149,12 +149,12 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>2.7.15-SNAPSHOT</version>
+            <version>2.7.15</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-jms</artifactId>
-            <version>2.7.15-SNAPSHOT</version>
+            <version>2.7.15</version>
         </dependency>
         <dependency>
             <groupId>org.apache.activemq</groupId>

http://git-wip-us.apache.org/repos/asf/cxf/blob/4b006fec/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 04720f9..e056612 100644
--- a/distribution/src/main/release/samples/jms_spec_demo/pom.xml
+++ b/distribution/src/main/release/samples/jms_spec_demo/pom.xml
@@ -22,12 +22,12 @@
     <artifactId>jms_spec_demo</artifactId>
     <name>SOAP/JMS Transport Specification Demo using Document-Literal Style</name>
     <description>SOAP/JMS Transport Specification Demo using Document-Literal Style</description>
-    <version>2.7.15-SNAPSHOT</version>
+    <version>2.7.15</version>
 
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>2.7.15-SNAPSHOT</version>
+        <version>2.7.15</version>
     </parent>
 
     <properties>
@@ -148,12 +148,12 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>2.7.15-SNAPSHOT</version>
+            <version>2.7.15</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-jms</artifactId>
-            <version>2.7.15-SNAPSHOT</version>
+            <version>2.7.15</version>
         </dependency>
         <dependency>
             <groupId>org.apache.activemq</groupId>

http://git-wip-us.apache.org/repos/asf/cxf/blob/4b006fec/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 b43da44..9934b12 100644
--- a/distribution/src/main/release/samples/jms_spring_config/pom.xml
+++ b/distribution/src/main/release/samples/jms_spring_config/pom.xml
@@ -23,12 +23,12 @@
     <packaging>jar</packaging>
     <name>WSDL first demo using the jms transport and jmsConfigFeature</name>
     <description>WSDL first demo using the jms transport and jmsConfigFeature</description>
-    <version>2.7.15-SNAPSHOT</version>
+    <version>2.7.15</version>
 
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>2.7.15-SNAPSHOT</version>
+        <version>2.7.15</version>
     </parent>
 
     <properties>
@@ -187,12 +187,12 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>2.7.15-SNAPSHOT</version>
+            <version>2.7.15</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-jms</artifactId>
-            <version>2.7.15-SNAPSHOT</version>
+            <version>2.7.15</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf.xjc-utils</groupId>

http://git-wip-us.apache.org/repos/asf/cxf/blob/4b006fec/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 d617b65..898fdec 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
@@ -22,12 +22,12 @@
     <artifactId>js_browser_client_java</artifactId>
     <name>Generated JavaScript Sample using JAX-WS and JSR-181</name>
     <description>Generated JavaScript Sample using JAX-WS and JSR-181</description>
-    <version>2.7.15-SNAPSHOT</version>
+    <version>2.7.15</version>
 
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>2.7.15-SNAPSHOT</version>
+        <version>2.7.15</version>
     </parent>
 
     <properties>
@@ -73,22 +73,22 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-javascript</artifactId>
-            <version>2.7.15-SNAPSHOT</version>
+            <version>2.7.15</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>2.7.15-SNAPSHOT</version>
+            <version>2.7.15</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>2.7.15-SNAPSHOT</version>
+            <version>2.7.15</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http-jetty</artifactId>
-            <version>2.7.15-SNAPSHOT</version>
+            <version>2.7.15</version>
         </dependency>
         <dependency>
             <groupId>org.springframework</groupId>

http://git-wip-us.apache.org/repos/asf/cxf/blob/4b006fec/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 a92691b..172cd54 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
@@ -22,12 +22,12 @@
     <artifactId>js_browser_client_simple</artifactId>
     <name>JavaScript Client Demo using Document/Literal Style</name>
     <description>JavaScript Client Demo using Document/Literal Style</description>
-    <version>2.7.15-SNAPSHOT</version>
+    <version>2.7.15</version>
 
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>2.7.15-SNAPSHOT</version>
+        <version>2.7.15</version>
     </parent>
 
     <properties>
@@ -122,22 +122,22 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-javascript</artifactId>
-            <version>2.7.15-SNAPSHOT</version>
+            <version>2.7.15</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>2.7.15-SNAPSHOT</version>
+            <version>2.7.15</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>2.7.15-SNAPSHOT</version>
+            <version>2.7.15</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http-jetty</artifactId>
-            <version>2.7.15-SNAPSHOT</version>
+            <version>2.7.15</version>
         </dependency>
         <dependency>
             <groupId>org.springframework</groupId>

http://git-wip-us.apache.org/repos/asf/cxf/blob/4b006fec/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 770d96d..8552449 100644
--- a/distribution/src/main/release/samples/js_client/pom.xml
+++ b/distribution/src/main/release/samples/js_client/pom.xml
@@ -22,12 +22,12 @@
     <artifactId>js_client</artifactId>
     <name>Hello World Client Demo using JavaScript</name>
     <description>Hello World Client Demo using JavaScript</description>
-    <version>2.7.15-SNAPSHOT</version>
+    <version>2.7.15</version>
 
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>2.7.15-SNAPSHOT</version>
+        <version>2.7.15</version>
     </parent>
 
     <properties>
@@ -124,22 +124,22 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-javascript</artifactId>
-            <version>2.7.15-SNAPSHOT</version>
+            <version>2.7.15</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>2.7.15-SNAPSHOT</version>
+            <version>2.7.15</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>2.7.15-SNAPSHOT</version>
+            <version>2.7.15</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http-jetty</artifactId>
-            <version>2.7.15-SNAPSHOT</version>
+            <version>2.7.15</version>
         </dependency>
         <dependency>
             <groupId>rhino</groupId>

http://git-wip-us.apache.org/repos/asf/cxf/blob/4b006fec/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 7a767e3..c350ca9 100644
--- a/distribution/src/main/release/samples/js_provider/pom.xml
+++ b/distribution/src/main/release/samples/js_provider/pom.xml
@@ -22,12 +22,12 @@
     <artifactId>js_provider</artifactId>
     <name>Hello world javascript demo</name>
     <description>Hello world javascript demo</description>
-    <version>2.7.15-SNAPSHOT</version>
+    <version>2.7.15</version>
 
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>2.7.15-SNAPSHOT</version>
+        <version>2.7.15</version>
     </parent>
     <properties>
         <cxf.version>${project.version}</cxf.version>
@@ -143,18 +143,18 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-js</artifactId>
-            <version>2.7.15-SNAPSHOT</version>
+            <version>2.7.15</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>2.7.15-SNAPSHOT</version>
+            <version>2.7.15</version>
         </dependency>
         <!-- Jetty is needed if you're using the CXFServlet -->
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http-jetty</artifactId>
-            <version>2.7.15-SNAPSHOT</version>
+            <version>2.7.15</version>
         </dependency>
     </dependencies>
 </project>

http://git-wip-us.apache.org/repos/asf/cxf/blob/4b006fec/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 c81dfb3..fa88b7f 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>2.7.15-SNAPSHOT</version>
+        <version>2.7.15</version>
         <relativePath>..</relativePath>
     </parent>
     <build>

http://git-wip-us.apache.org/repos/asf/cxf/blob/4b006fec/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 fbc7e1b..33b83a9 100644
--- a/distribution/src/main/release/samples/mtom/pom.xml
+++ b/distribution/src/main/release/samples/mtom/pom.xml
@@ -22,12 +22,12 @@
     <artifactId>mtom</artifactId>
     <name>MTOM Demo for SWA and XOP</name>
     <description>MTOM Demo for SWA and XOP</description>
-    <version>2.7.15-SNAPSHOT</version>
+    <version>2.7.15</version>
 
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>2.7.15-SNAPSHOT</version>
+        <version>2.7.15</version>
     </parent>
 
     <properties>
@@ -128,18 +128,18 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>2.7.15-SNAPSHOT</version>
+            <version>2.7.15</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>2.7.15-SNAPSHOT</version>
+            <version>2.7.15</version>
         </dependency>
         <!-- Jetty is needed if you're using the CXFServlet -->
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http-jetty</artifactId>
-            <version>2.7.15-SNAPSHOT</version>
+            <version>2.7.15</version>
         </dependency>
     </dependencies>
 </project>

http://git-wip-us.apache.org/repos/asf/cxf/blob/4b006fec/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 b19b31e..f994aee 100644
--- a/distribution/src/main/release/samples/oauth/client/pom.xml
+++ b/distribution/src/main/release/samples/oauth/client/pom.xml
@@ -10,7 +10,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>2.7.15-SNAPSHOT</version>
+        <version>2.7.15</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/cxf/blob/4b006fec/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 5f12191..0413146 100644
--- a/distribution/src/main/release/samples/oauth/server/pom.xml
+++ b/distribution/src/main/release/samples/oauth/server/pom.xml
@@ -9,7 +9,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>2.7.15-SNAPSHOT</version>
+        <version>2.7.15</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/cxf/blob/4b006fec/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 ddaab14..6b20ca7 100644
--- a/distribution/src/main/release/samples/pom.xml
+++ b/distribution/src/main/release/samples/pom.xml
@@ -21,7 +21,7 @@
     <groupId>org.apache.cxf.samples</groupId>
     <artifactId>cxf-samples</artifactId>
     <packaging>pom</packaging>
-    <version>2.7.15-SNAPSHOT</version>
+    <version>2.7.15</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/4b006fec/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 0d57ef7..97b1d43 100644
--- a/distribution/src/main/release/samples/restful_dispatch/pom.xml
+++ b/distribution/src/main/release/samples/restful_dispatch/pom.xml
@@ -22,12 +22,12 @@
     <artifactId>restful_dispatch</artifactId>
     <name>RESTful Hello World Demo</name>
     <description>RESTful Hello World Demo</description>
-    <version>2.7.15-SNAPSHOT</version>
+    <version>2.7.15</version>
 
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>2.7.15-SNAPSHOT</version>
+        <version>2.7.15</version>
     </parent>
     <properties>
         <cxf.version>${project.version}</cxf.version>
@@ -96,23 +96,23 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>2.7.15-SNAPSHOT</version>
+            <version>2.7.15</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>2.7.15-SNAPSHOT</version>
+            <version>2.7.15</version>
         </dependency>
         <!-- Jetty is needed if you're using the CXFServlet -->
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http-jetty</artifactId>
-            <version>2.7.15-SNAPSHOT</version>
+            <version>2.7.15</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxrs</artifactId>
-            <version>2.7.15-SNAPSHOT</version>
+            <version>2.7.15</version>
         </dependency>
         <dependency>
             <groupId>commons-httpclient</groupId>

http://git-wip-us.apache.org/repos/asf/cxf/blob/4b006fec/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 413e6bc..f1107be 100644
--- a/distribution/src/main/release/samples/ruby_spring_support/pom.xml
+++ b/distribution/src/main/release/samples/ruby_spring_support/pom.xml
@@ -23,12 +23,12 @@
     <packaging>war</packaging>
     <name>Spring HTTP Servlet demo with ruby support</name>
     <description>Spring HTTP Servlet demo with ruby support</description>
-    <version>2.7.15-SNAPSHOT</version>
+    <version>2.7.15</version>
 
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>2.7.15-SNAPSHOT</version>
+        <version>2.7.15</version>
     </parent>
     <properties>
         <cxf.version>${project.version}</cxf.version>
@@ -111,18 +111,18 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>2.7.15-SNAPSHOT</version>
+            <version>2.7.15</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>2.7.15-SNAPSHOT</version>
+            <version>2.7.15</version>
         </dependency>
         <!-- Jetty is needed if you're using the CXFServlet -->
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http-jetty</artifactId>
-            <version>2.7.15-SNAPSHOT</version>
+            <version>2.7.15</version>
         </dependency>
         <dependency>
             <groupId>org.jruby</groupId>

http://git-wip-us.apache.org/repos/asf/cxf/blob/4b006fec/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 944382a..c04cf92 100644
--- a/distribution/src/main/release/samples/soap_header/pom.xml
+++ b/distribution/src/main/release/samples/soap_header/pom.xml
@@ -22,12 +22,12 @@
     <artifactId>soap_header</artifactId>
     <name>Sample using SOAP Headers</name>
     <description>Sample using SOAP Headers</description>
-    <version>2.7.15-SNAPSHOT</version>
+    <version>2.7.15</version>
 
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>2.7.15-SNAPSHOT</version>
+        <version>2.7.15</version>
     </parent>
 
     <properties>
@@ -125,18 +125,18 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>2.7.15-SNAPSHOT</version>
+            <version>2.7.15</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>2.7.15-SNAPSHOT</version>
+            <version>2.7.15</version>
         </dependency>
         <!-- Jetty is needed if you're using the CXFServlet -->
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http-jetty</artifactId>
-            <version>2.7.15-SNAPSHOT</version>
+            <version>2.7.15</version>
         </dependency>
     </dependencies>
 </project>

http://git-wip-us.apache.org/repos/asf/cxf/blob/4b006fec/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 0592519..c843a33 100644
--- a/distribution/src/main/release/samples/sts/pom.xml
+++ b/distribution/src/main/release/samples/sts/pom.xml
@@ -22,12 +22,12 @@
     <artifactId>sts</artifactId>
     <name>CXF STS Demo</name>
     <description>CXF STS Demo</description>
-    <version>2.7.15-SNAPSHOT</version>
+    <version>2.7.15</version>
 
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>2.7.15-SNAPSHOT</version>
+        <version>2.7.15</version>
         <relativePath>..</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/cxf/blob/4b006fec/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 81c32c7..382e414 100644
--- a/distribution/src/main/release/samples/ws_addressing/pom.xml
+++ b/distribution/src/main/release/samples/ws_addressing/pom.xml
@@ -22,12 +22,12 @@
     <artifactId>ws_addressing</artifactId>
     <name>WS-Addressing Demo</name>
     <description>WS-Addressing Demo</description>
-    <version>2.7.15-SNAPSHOT</version>
+    <version>2.7.15</version>
 
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>2.7.15-SNAPSHOT</version>
+        <version>2.7.15</version>
     </parent>
 
     <properties>
@@ -129,17 +129,17 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>2.7.15-SNAPSHOT</version>
+            <version>2.7.15</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>2.7.15-SNAPSHOT</version>
+            <version>2.7.15</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http-jetty</artifactId>
-            <version>2.7.15-SNAPSHOT</version>
+            <version>2.7.15</version>
         </dependency>
         <dependency>
             <groupId>org.springframework</groupId>

http://git-wip-us.apache.org/repos/asf/cxf/blob/4b006fec/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 2b36af5..ac46f96 100644
--- a/distribution/src/main/release/samples/ws_discovery/pom.xml
+++ b/distribution/src/main/release/samples/ws_discovery/pom.xml
@@ -23,12 +23,12 @@
     <packaging>jar</packaging>
     <name>WS-Discovery Sample</name>
     <description>WS-Discovery Sample</description>
-    <version>2.7.15-SNAPSHOT</version>
+    <version>2.7.15</version>
 
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>2.7.15-SNAPSHOT</version>
+        <version>2.7.15</version>
     </parent>
     <properties>
         <cxf.version>${project.version}</cxf.version>
@@ -41,22 +41,22 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>2.7.15-SNAPSHOT</version>
+            <version>2.7.15</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>2.7.15-SNAPSHOT</version>
+            <version>2.7.15</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf.services.ws-discovery</groupId>
             <artifactId>cxf-services-ws-discovery-api</artifactId>
-            <version>2.7.15-SNAPSHOT</version>
+            <version>2.7.15</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf.services.ws-discovery</groupId>
             <artifactId>cxf-services-ws-discovery-service</artifactId>
-            <version>2.7.15-SNAPSHOT</version>
+            <version>2.7.15</version>
         </dependency> 
     </dependencies>