[maven-release-plugin] prepare release features-4.2.0

git-svn-id: https://svn.apache.org/repos/asf/servicemix/smx4/features/trunk@935804 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/activemq/activemq-commands/pom.xml b/activemq/activemq-commands/pom.xml
index 2ab5753..7e92e38 100644
--- a/activemq/activemq-commands/pom.xml
+++ b/activemq/activemq-commands/pom.xml
@@ -24,13 +24,13 @@
     <parent>
 	    <groupId>org.apache.servicemix.activemq</groupId>
 	    <artifactId>activemq</artifactId>
-        <version>4.1.0-SNAPSHOT</version>
+        <version>4.2.0</version>
     </parent>
 
     <groupId>org.apache.servicemix.activemq</groupId>
     <artifactId>org.apache.servicemix.activemq.commands</artifactId>
     <packaging>bundle</packaging>
-    <version>4.1.0-SNAPSHOT</version>
+    <version>4.2.0</version>
     <name>Apache ServiceMix Features :: ActiveMQ Commands</name>
 
     <description>
diff --git a/activemq/pom.xml b/activemq/pom.xml
index b728854..d50dfa6 100644
--- a/activemq/pom.xml
+++ b/activemq/pom.xml
@@ -24,13 +24,13 @@
     <parent>
         <groupId>org.apache.servicemix.features</groupId>
         <artifactId>features</artifactId>
-        <version>4.1.0-SNAPSHOT</version>
+        <version>4.2.0</version>
     </parent>
 
     <groupId>org.apache.servicemix.activemq</groupId>
     <artifactId>activemq</artifactId>
     <packaging>pom</packaging>
-    <version>4.1.0-SNAPSHOT</version>
+    <version>4.2.0</version>
     <name>Apache ServiceMix Features :: ActiveMQ</name>
 
     <modules>
diff --git a/assembly/pom.xml b/assembly/pom.xml
index 6099b28..4b3aaf2 100644
--- a/assembly/pom.xml
+++ b/assembly/pom.xml
@@ -24,13 +24,13 @@
     <parent>
         <groupId>org.apache.servicemix.features</groupId>
         <artifactId>features</artifactId>
-        <version>4.1.0-SNAPSHOT</version>
+        <version>4.2.0</version>
     </parent>
 
     <groupId>org.apache.servicemix</groupId>
     <artifactId>apache-servicemix</artifactId>
     <packaging>pom</packaging>
-    <version>4.1.0-SNAPSHOT</version>
+    <version>4.2.0</version>
     <name>Apache ServiceMix :: Assembly</name>
 
     <dependencies>
@@ -959,22 +959,22 @@
                         <phase>generate-resources</phase>
                         <configuration>
                             <tasks>
-                                <taskdef resource="net/sf/antcontrib/antcontrib.properties" classpathref="maven.plugin.classpath"/>
-                                <property name="ant.regexp.regexpimpl" value="org.apache.tools.ant.util.regexp.Jdk14RegexpRegexp"/>
-                                <property name="mv" value="${felix.karaf.version}"/>
-                                <echo message="Maven version:   ${mv}" />
-                                <propertyregex property="ov.p1" input="${mv}" regexp="(\d+)(?:\.(\d+)(?:\.(\d+))?)?(?:[^a-zA-Z0-9](.*))?" replace="\1" defaultValue="0"/>
-                                <propertyregex property="ov.p2" input="${mv}" regexp="(\d+)(?:\.(\d+)(?:\.(\d+))?)?(?:[^a-zA-Z0-9](.*))?" replace=".\2" defaultValue=".0"/>
-                                <propertyregex property="ov.p3" input="${mv}" regexp="(\d+)(?:\.(\d+)(?:\.(\d+))?)?(?:[^a-zA-Z0-9](.*))?" replace=".\3" defaultValue=".0"/>
-                                <propertyregex property="ov.p4" input="${mv}" regexp="(\d+)(?:\.(\d+)(?:\.(\d+))?)?(?:[^a-zA-Z0-9](.*))?" replace=".\4" defaultValue=""/>
-                                <propertyregex property="ov.p1a" input="${ov.p1}" regexp="(.+)" replace="\1" defaultValue="0"/>
-                                <propertyregex property="ov.p2a" input="${ov.p2}" regexp="(\..+)" replace="\1" defaultValue=".0"/>
-                                <propertyregex property="ov.p3a" input="${ov.p3}" regexp="(\..+)" replace="\1" defaultValue=".0"/>
-                                <propertyregex property="ov.p4a" input="${ov.p4}" regexp="(\..+)" replace="\1" defaultValue=""/>
-                                <property name="ov" value="${ov.p1a}${ov.p2a}${ov.p3a}${ov.p4a}"/>
-                                <echo message="OSGi version:    ${ov}" />
-                                <mkdir dir="target"/>
-                                <echo message="karaf.osgi.version = ${ov}" file="target/filter.txt"/>
+                                <taskdef resource="net/sf/antcontrib/antcontrib.properties" classpathref="maven.plugin.classpath" />
+                                <property name="ant.regexp.regexpimpl" value="org.apache.tools.ant.util.regexp.Jdk14RegexpRegexp" />
+                                <property name="mv" value="${felix.karaf.version}" />
+                                <echo message="Maven version: ${mv}" />
+                                <propertyregex property="ov.p1" input="${mv}" regexp="(\d+)(?:\.(\d+)(?:\.(\d+))?)?(?:[^a-zA-Z0-9](.*))?" replace="\1" defaultValue="0" />
+                                <propertyregex property="ov.p2" input="${mv}" regexp="(\d+)(?:\.(\d+)(?:\.(\d+))?)?(?:[^a-zA-Z0-9](.*))?" replace=".\2" defaultValue=".0" />
+                                <propertyregex property="ov.p3" input="${mv}" regexp="(\d+)(?:\.(\d+)(?:\.(\d+))?)?(?:[^a-zA-Z0-9](.*))?" replace=".\3" defaultValue=".0" />
+                                <propertyregex property="ov.p4" input="${mv}" regexp="(\d+)(?:\.(\d+)(?:\.(\d+))?)?(?:[^a-zA-Z0-9](.*))?" replace=".\4" defaultValue="" />
+                                <propertyregex property="ov.p1a" input="${ov.p1}" regexp="(.+)" replace="\1" defaultValue="0" />
+                                <propertyregex property="ov.p2a" input="${ov.p2}" regexp="(\..+)" replace="\1" defaultValue=".0" />
+                                <propertyregex property="ov.p3a" input="${ov.p3}" regexp="(\..+)" replace="\1" defaultValue=".0" />
+                                <propertyregex property="ov.p4a" input="${ov.p4}" regexp="(\..+)" replace="\1" defaultValue="" />
+                                <property name="ov" value="${ov.p1a}${ov.p2a}${ov.p3a}${ov.p4a}" />
+                                <echo message="OSGi version: ${ov}" />
+                                <mkdir dir="target" />
+                                <echo message="karaf.osgi.version = ${ov}" file="target/filter.txt" />
                             </tasks>
                         </configuration>
                         <goals>
diff --git a/branding/pom.xml b/branding/pom.xml
index 992c37f..ee8c5e7 100644
--- a/branding/pom.xml
+++ b/branding/pom.xml
@@ -23,13 +23,13 @@
     <parent>
         <groupId>org.apache.servicemix.features</groupId>
         <artifactId>features</artifactId>
-        <version>4.1.0-SNAPSHOT</version>
+        <version>4.2.0</version>
     </parent>
 
     <groupId>org.apache.servicemix.features</groupId>
     <artifactId>org.apache.servicemix.features.branding</artifactId>
     <packaging>bundle</packaging>
-    <version>4.1.0-SNAPSHOT</version>
+    <version>4.2.0</version>
     <name>Apache ServiceMix Branding Support</name>
 
     <build>
diff --git a/camel/pom.xml b/camel/pom.xml
index f305dfa..71e3094 100644
--- a/camel/pom.xml
+++ b/camel/pom.xml
@@ -24,13 +24,13 @@
     <parent>
         <groupId>org.apache.servicemix.features</groupId>
         <artifactId>features</artifactId>
-        <version>4.1.0-SNAPSHOT</version>
+        <version>4.2.0</version>
     </parent>
 
     <groupId>org.apache.servicemix.camel</groupId>
     <artifactId>camel</artifactId>
     <packaging>pom</packaging>
-    <version>4.1.0-SNAPSHOT</version>
+    <version>4.2.0</version>
     <name>Apache ServiceMix Features :: Camel</name>
 
     <repositories>
diff --git a/camel/servicemix-camel/pom.xml b/camel/servicemix-camel/pom.xml
index 12a118c..92bade3 100644
--- a/camel/servicemix-camel/pom.xml
+++ b/camel/servicemix-camel/pom.xml
@@ -24,13 +24,13 @@
     <parent>
         <groupId>org.apache.servicemix.camel</groupId>
         <artifactId>camel</artifactId>
-        <version>4.1.0-SNAPSHOT</version>
+        <version>4.2.0</version>
     </parent>
 
     <groupId>org.apache.servicemix.camel</groupId>
     <artifactId>org.apache.servicemix.camel.component</artifactId>
     <packaging>bundle</packaging>
-    <version>4.1.0-SNAPSHOT</version>
+    <version>4.2.0</version>
     <name>Apache ServiceMix Camel Component</name>
 
     <dependencies>
diff --git a/cxf/cxf-binding-nmr/pom.xml b/cxf/cxf-binding-nmr/pom.xml
index fe1ca3b..d17d951 100644
--- a/cxf/cxf-binding-nmr/pom.xml
+++ b/cxf/cxf-binding-nmr/pom.xml
@@ -23,13 +23,13 @@
     <parent>
 	    <groupId>org.apache.servicemix.cxf</groupId>
 	    <artifactId>cxf</artifactId>
-        <version>4.1.0-SNAPSHOT</version>
+        <version>4.2.0</version>
     </parent>
 
     <groupId>org.apache.servicemix.cxf</groupId>
     <artifactId>org.apache.servicemix.cxf.binding.nmr</artifactId>
     <packaging>bundle</packaging>
-    <version>4.1.0-SNAPSHOT</version>
+    <version>4.2.0</version>
     <name>Apache ServiceMix CXF Binding for NMR</name>
 
     <dependencies>
diff --git a/cxf/cxf-transport-nmr/pom.xml b/cxf/cxf-transport-nmr/pom.xml
index 4ed7e80..42e861f 100644
--- a/cxf/cxf-transport-nmr/pom.xml
+++ b/cxf/cxf-transport-nmr/pom.xml
@@ -23,13 +23,13 @@
     <parent>
 	    <groupId>org.apache.servicemix.cxf</groupId>
 	    <artifactId>cxf</artifactId>
-        <version>4.1.0-SNAPSHOT</version>
+        <version>4.2.0</version>
     </parent>
 
     <groupId>org.apache.servicemix.cxf</groupId>
     <artifactId>org.apache.servicemix.cxf.transport.nmr</artifactId>
     <packaging>bundle</packaging>
-    <version>4.1.0-SNAPSHOT</version>
+    <version>4.2.0</version>
     <name>Apache ServiceMix CXF Transport for NMR</name>
 
     <dependencies>
diff --git a/cxf/pom.xml b/cxf/pom.xml
index f429e8c..f9a9e25 100644
--- a/cxf/pom.xml
+++ b/cxf/pom.xml
@@ -23,13 +23,13 @@
     <parent>
         <groupId>org.apache.servicemix.features</groupId>
         <artifactId>features</artifactId>
-        <version>4.1.0-SNAPSHOT</version>
+        <version>4.2.0</version>
     </parent>
 
     <groupId>org.apache.servicemix.cxf</groupId>
     <artifactId>cxf</artifactId>
     <packaging>pom</packaging>
-    <version>4.1.0-SNAPSHOT</version>
+    <version>4.2.0</version>
     <name>Apache ServiceMix CXF Support</name>
 
     <modules>
diff --git a/deps/pom.xml b/deps/pom.xml
index 3a34eda..82ed8af 100644
--- a/deps/pom.xml
+++ b/deps/pom.xml
@@ -1,5 +1,4 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 
   <!--
 
@@ -32,13 +31,13 @@
   <parent>
     <groupId>org.apache.servicemix.features</groupId>
     <artifactId>features</artifactId>
-    <version>4.1.0-SNAPSHOT</version>
+    <version>4.2.0</version>
   </parent>
 
   <groupId>org.apache.servicemix.features</groupId>
   <artifactId>org.apache.servicemix.features.deps</artifactId>
   <packaging>pom</packaging>
-  <version>4.1.0-SNAPSHOT</version>
+  <version>4.2.0</version>
   <name>Apache ServiceMix Dependencies</name>
 
   <dependencies>
diff --git a/examples/bridge-camel/bridge-camel-sa/pom.xml b/examples/bridge-camel/bridge-camel-sa/pom.xml
index 1cba079..00f89fd 100644
--- a/examples/bridge-camel/bridge-camel-sa/pom.xml
+++ b/examples/bridge-camel/bridge-camel-sa/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix.examples</groupId>
         <artifactId>bridge-camel</artifactId>
-        <version>4.1.0-SNAPSHOT</version>
+        <version>4.2.0</version>
     </parent>
 
     <groupId>org.apache.servicemix.examples.bridge-camel</groupId>
@@ -36,17 +36,17 @@
         <dependency>
             <groupId>org.apache.servicemix.examples.bridge-camel</groupId>
             <artifactId>bridge-http-su</artifactId>
-            <version>4.1.0-SNAPSHOT</version>
+            <version>4.2.0</version>
         </dependency>
         <dependency>
             <groupId>org.apache.servicemix.examples.bridge-camel</groupId>
             <artifactId>bridge-camel-su</artifactId>
-            <version>4.1.0-SNAPSHOT</version>
+            <version>4.2.0</version>
         </dependency>
         <dependency>
             <groupId>org.apache.servicemix.examples.bridge-camel</groupId>
             <artifactId>bridge-jms-su</artifactId>
-            <version>4.1.0-SNAPSHOT</version>
+            <version>4.2.0</version>
         </dependency>
     </dependencies>
 
diff --git a/examples/bridge-camel/bridge-camel-su/pom.xml b/examples/bridge-camel/bridge-camel-su/pom.xml
index bbfa7b4..8a04ed5 100644
--- a/examples/bridge-camel/bridge-camel-su/pom.xml
+++ b/examples/bridge-camel/bridge-camel-su/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix.examples</groupId>
         <artifactId>bridge-camel</artifactId>
-        <version>4.1.0-SNAPSHOT</version>
+        <version>4.2.0</version>
     </parent>
 
     <groupId>org.apache.servicemix.examples.bridge-camel</groupId>
diff --git a/examples/bridge-camel/bridge-http-su/pom.xml b/examples/bridge-camel/bridge-http-su/pom.xml
index 9e0abb8..2e7170c 100644
--- a/examples/bridge-camel/bridge-http-su/pom.xml
+++ b/examples/bridge-camel/bridge-http-su/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix.examples</groupId>
         <artifactId>bridge-camel</artifactId>
-        <version>4.1.0-SNAPSHOT</version>
+        <version>4.2.0</version>
     </parent>
 
     <groupId>org.apache.servicemix.examples.bridge-camel</groupId>
diff --git a/examples/bridge-camel/bridge-jms-su/pom.xml b/examples/bridge-camel/bridge-jms-su/pom.xml
index dfc7368..1138163 100644
--- a/examples/bridge-camel/bridge-jms-su/pom.xml
+++ b/examples/bridge-camel/bridge-jms-su/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix.examples</groupId>
         <artifactId>bridge-camel</artifactId>
-        <version>4.1.0-SNAPSHOT</version>
+        <version>4.2.0</version>
     </parent>
 
     <groupId>org.apache.servicemix.examples.bridge-camel</groupId>
diff --git a/examples/bridge-camel/client/pom.xml b/examples/bridge-camel/client/pom.xml
index 3563d4b..802a8b9 100644
--- a/examples/bridge-camel/client/pom.xml
+++ b/examples/bridge-camel/client/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix.examples</groupId>
         <artifactId>bridge-camel</artifactId>
-        <version>4.1.0-SNAPSHOT</version>
+        <version>4.2.0</version>
     </parent>
 
     <groupId>org.apache.servicemix.examples.bridge-camel</groupId>
diff --git a/examples/bridge-camel/pom.xml b/examples/bridge-camel/pom.xml
index 69ff3f3..ca1d9a6 100644
--- a/examples/bridge-camel/pom.xml
+++ b/examples/bridge-camel/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix.examples</groupId>
         <artifactId>examples</artifactId>
-        <version>4.1.0-SNAPSHOT</version>
+        <version>4.2.0</version>
     </parent>
 
     <groupId>org.apache.servicemix.examples</groupId>
diff --git a/examples/bridge/bridge-eip-su/pom.xml b/examples/bridge/bridge-eip-su/pom.xml
index dbadf23..0cbf9a1 100644
--- a/examples/bridge/bridge-eip-su/pom.xml
+++ b/examples/bridge/bridge-eip-su/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix.examples</groupId>
         <artifactId>bridge</artifactId>
-        <version>4.1.0-SNAPSHOT</version>
+        <version>4.2.0</version>
     </parent>
 
     <groupId>org.apache.servicemix.examples.bridge</groupId>
diff --git a/examples/bridge/bridge-http-su/pom.xml b/examples/bridge/bridge-http-su/pom.xml
index 578c81e..b7d9209 100644
--- a/examples/bridge/bridge-http-su/pom.xml
+++ b/examples/bridge/bridge-http-su/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix.examples</groupId>
         <artifactId>bridge</artifactId>
-        <version>4.1.0-SNAPSHOT</version>
+        <version>4.2.0</version>
     </parent>
 
     <groupId>org.apache.servicemix.examples.bridge</groupId>
diff --git a/examples/bridge/bridge-jms-su/pom.xml b/examples/bridge/bridge-jms-su/pom.xml
index 0611530..4d299da 100644
--- a/examples/bridge/bridge-jms-su/pom.xml
+++ b/examples/bridge/bridge-jms-su/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix.examples</groupId>
         <artifactId>bridge</artifactId>
-        <version>4.1.0-SNAPSHOT</version>
+        <version>4.2.0</version>
     </parent>
 
     <groupId>org.apache.servicemix.examples.bridge</groupId>
diff --git a/examples/bridge/bridge-sa/pom.xml b/examples/bridge/bridge-sa/pom.xml
index 3c3d947..b06eeab 100644
--- a/examples/bridge/bridge-sa/pom.xml
+++ b/examples/bridge/bridge-sa/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix.examples</groupId>
         <artifactId>bridge</artifactId>
-        <version>4.1.0-SNAPSHOT</version>
+        <version>4.2.0</version>
     </parent>
 
     <groupId>org.apache.servicemix.examples.bridge</groupId>
@@ -36,22 +36,22 @@
         <dependency>
             <groupId>org.apache.servicemix.examples.bridge</groupId>
             <artifactId>bridge-http-su</artifactId>
-            <version>4.1.0-SNAPSHOT</version>
+            <version>4.2.0</version>
         </dependency>
         <dependency>
             <groupId>org.apache.servicemix.examples.bridge</groupId>
             <artifactId>bridge-eip-su</artifactId>
-            <version>4.1.0-SNAPSHOT</version>
+            <version>4.2.0</version>
         </dependency>
         <dependency>
             <groupId>org.apache.servicemix.examples.bridge</groupId>
             <artifactId>bridge-xslt-su</artifactId>
-            <version>4.1.0-SNAPSHOT</version>
+            <version>4.2.0</version>
         </dependency>
         <dependency>
             <groupId>org.apache.servicemix.examples.bridge</groupId>
             <artifactId>bridge-jms-su</artifactId>
-            <version>4.1.0-SNAPSHOT</version>
+            <version>4.2.0</version>
         </dependency>
     </dependencies>
 
diff --git a/examples/bridge/bridge-xslt-su/pom.xml b/examples/bridge/bridge-xslt-su/pom.xml
index 6a496be..fa7f8f7 100644
--- a/examples/bridge/bridge-xslt-su/pom.xml
+++ b/examples/bridge/bridge-xslt-su/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix.examples</groupId>
         <artifactId>bridge</artifactId>
-        <version>4.1.0-SNAPSHOT</version>
+        <version>4.2.0</version>
     </parent>
 
     <groupId>org.apache.servicemix.examples.bridge</groupId>
diff --git a/examples/bridge/client/pom.xml b/examples/bridge/client/pom.xml
index b9d7bdd..1d8a7ab 100644
--- a/examples/bridge/client/pom.xml
+++ b/examples/bridge/client/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix.examples</groupId>
         <artifactId>bridge</artifactId>
-        <version>4.1.0-SNAPSHOT</version>
+        <version>4.2.0</version>
     </parent>
 
     <groupId>org.apache.servicemix.examples.bridge</groupId>
diff --git a/examples/bridge/pom.xml b/examples/bridge/pom.xml
index d6295df..6cee6f9 100644
--- a/examples/bridge/pom.xml
+++ b/examples/bridge/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix.examples</groupId>
         <artifactId>examples</artifactId>
-        <version>4.1.0-SNAPSHOT</version>
+        <version>4.2.0</version>
     </parent>
 
     <groupId>org.apache.servicemix.examples</groupId>
diff --git a/examples/camel-nmr/pom.xml b/examples/camel-nmr/pom.xml
index 412887c..5bc0aaa 100644
--- a/examples/camel-nmr/pom.xml
+++ b/examples/camel-nmr/pom.xml
@@ -24,13 +24,13 @@
     <parent>
         <groupId>org.apache.servicemix.examples</groupId>
         <artifactId>examples</artifactId>
-        <version>4.1.0-SNAPSHOT</version>
+        <version>4.2.0</version>
     </parent>
 
     <groupId>org.apache.servicemix.examples</groupId>
     <artifactId>camel-nmr</artifactId>
     <packaging>bundle</packaging>
-    <version>4.1.0-SNAPSHOT</version>
+    <version>4.2.0</version>
     <name>Apache ServiceMix Example :: Camel NMR</name>
 
     <dependencies>
diff --git a/examples/camel-osgi/pom.xml b/examples/camel-osgi/pom.xml
index 8473030..038a859 100644
--- a/examples/camel-osgi/pom.xml
+++ b/examples/camel-osgi/pom.xml
@@ -24,13 +24,13 @@
     <parent>
         <groupId>org.apache.servicemix.examples</groupId>
         <artifactId>examples</artifactId>
-        <version>4.1.0-SNAPSHOT</version>
+        <version>4.2.0</version>
     </parent>
 
     <groupId>org.apache.servicemix.examples</groupId>
     <artifactId>camel-osgi</artifactId>
     <packaging>bundle</packaging>
-    <version>4.1.0-SNAPSHOT</version>
+    <version>4.2.0</version>
     <name>Apache ServiceMix Example :: Camel OSGi</name>
 
     <dependencies>
diff --git a/examples/camel/camel-sa/pom.xml b/examples/camel/camel-sa/pom.xml
index 4bd9bcc..b12a587 100644
--- a/examples/camel/camel-sa/pom.xml
+++ b/examples/camel/camel-sa/pom.xml
@@ -21,7 +21,7 @@
   <parent>
      <groupId>org.apache.servicemix.examples</groupId> 
      <artifactId>camel</artifactId>
-     <version>4.1.0-SNAPSHOT</version>
+     <version>4.2.0</version>
   </parent>
 
   <groupId>org.apache.servicemix.examples.camel</groupId>
diff --git a/examples/camel/camel-simple-su/pom.xml b/examples/camel/camel-simple-su/pom.xml
index ac7362d..f7447b3 100644
--- a/examples/camel/camel-simple-su/pom.xml
+++ b/examples/camel/camel-simple-su/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.servicemix.examples</groupId>
     <artifactId>camel</artifactId>
-    <version>4.1.0-SNAPSHOT</version>
+    <version>4.2.0</version>
   </parent>
 
   <groupId>org.apache.servicemix.examples.camel</groupId>
diff --git a/examples/camel/pom.xml b/examples/camel/pom.xml
index bede9df..fc6aafa 100644
--- a/examples/camel/pom.xml
+++ b/examples/camel/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.servicemix.examples</groupId>
         <artifactId>examples</artifactId>
-        <version>4.1.0-SNAPSHOT</version>
+        <version>4.2.0</version>
     </parent>
 
     <groupId>org.apache.servicemix.examples</groupId>
diff --git a/examples/cxf-camel-nmr/pom.xml b/examples/cxf-camel-nmr/pom.xml
index 4275f30..f66006d 100644
--- a/examples/cxf-camel-nmr/pom.xml
+++ b/examples/cxf-camel-nmr/pom.xml
@@ -24,13 +24,13 @@
     <parent>
         <groupId>org.apache.servicemix.examples</groupId>
         <artifactId>examples</artifactId>
-        <version>4.1.0-SNAPSHOT</version>
+        <version>4.2.0</version>
     </parent>
 
     <groupId>org.apache.servicemix.examples</groupId>
     <artifactId>cxf-camel-nmr</artifactId>
     <packaging>bundle</packaging>
-    <version>4.1.0-SNAPSHOT</version>
+    <version>4.2.0</version>
     <name>Apache ServiceMix Example :: CXF-Camel NMR</name>
 
     <dependencies>
diff --git a/examples/cxf-jaxrs/pom.xml b/examples/cxf-jaxrs/pom.xml
index 4c96ab5..597056f 100644
--- a/examples/cxf-jaxrs/pom.xml
+++ b/examples/cxf-jaxrs/pom.xml
@@ -24,13 +24,13 @@
     <parent>
         <groupId>org.apache.servicemix.examples</groupId>
         <artifactId>examples</artifactId>
-        <version>4.1.0-SNAPSHOT</version>
+        <version>4.2.0</version>
     </parent>
 
     <groupId>org.apache.servicemix.examples</groupId>
     <artifactId>cxf-jaxrs</artifactId>
     <packaging>bundle</packaging>
-    <version>4.1.0-SNAPSHOT</version>
+    <version>4.2.0</version>
     <name>Apache ServiceMix Example :: CXF JAX-RS OSGI</name>
 
     <dependencies>
diff --git a/examples/cxf-nmr/pom.xml b/examples/cxf-nmr/pom.xml
index 4bb450d..723a898 100644
--- a/examples/cxf-nmr/pom.xml
+++ b/examples/cxf-nmr/pom.xml
@@ -24,13 +24,13 @@
     <parent>
         <groupId>org.apache.servicemix.examples</groupId>
         <artifactId>examples</artifactId>
-        <version>4.1.0-SNAPSHOT</version>
+        <version>4.2.0</version>
     </parent>
 
     <groupId>org.apache.servicemix.examples</groupId>
     <artifactId>cxf-nmr</artifactId>
     <packaging>bundle</packaging>
-    <version>4.1.0-SNAPSHOT</version>
+    <version>4.2.0</version>
     <name>Apache ServiceMix Example :: CXF NMR</name>
 
     <dependencies>
diff --git a/examples/cxf-osgi/pom.xml b/examples/cxf-osgi/pom.xml
index 7f3dd41..7840bca 100644
--- a/examples/cxf-osgi/pom.xml
+++ b/examples/cxf-osgi/pom.xml
@@ -24,13 +24,13 @@
     <parent>
         <groupId>org.apache.servicemix.examples</groupId>
         <artifactId>examples</artifactId>
-        <version>4.1.0-SNAPSHOT</version>
+        <version>4.2.0</version>
     </parent>
 
     <groupId>org.apache.servicemix.examples</groupId>
     <artifactId>cxf-osgi</artifactId>
     <packaging>bundle</packaging>
-    <version>4.1.0-SNAPSHOT</version>
+    <version>4.2.0</version>
     <name>Apache ServiceMix Example :: CXF OSGi</name>
 
     <dependencies>
diff --git a/examples/cxf-ws-addressing/pom.xml b/examples/cxf-ws-addressing/pom.xml
index 735d60d..3f61edf 100644
--- a/examples/cxf-ws-addressing/pom.xml
+++ b/examples/cxf-ws-addressing/pom.xml
@@ -24,13 +24,13 @@
     <parent>
         <groupId>org.apache.servicemix.examples</groupId>
         <artifactId>examples</artifactId>
-        <version>4.1.0-SNAPSHOT</version>
+        <version>4.2.0</version>
     </parent>
 
     <groupId>org.apache.servicemix.examples</groupId>
     <artifactId>cxf-ws-addressing</artifactId>
     <packaging>bundle</packaging>
-    <version>4.1.0-SNAPSHOT</version>
+    <version>4.2.0</version>
     <name>Apache ServiceMix Example :: CXF WS-ADDRESSING OSGI</name>
 
     <dependencies>
diff --git a/examples/cxf-ws-rm/pom.xml b/examples/cxf-ws-rm/pom.xml
index 987c965..a521aca 100755
--- a/examples/cxf-ws-rm/pom.xml
+++ b/examples/cxf-ws-rm/pom.xml
@@ -24,13 +24,13 @@
     <parent>
         <groupId>org.apache.servicemix.examples</groupId>
         <artifactId>examples</artifactId>
-        <version>4.1.0-SNAPSHOT</version>
+        <version>4.2.0</version>
     </parent>
 
     <groupId>org.apache.servicemix.examples</groupId>
     <artifactId>cxf-ws-rm</artifactId>
     <packaging>bundle</packaging>
-    <version>4.1.0-SNAPSHOT</version>
+    <version>4.2.0</version>
     <name>Apache ServiceMix Example :: CXF WS-RM</name>
 
     <dependencies>
diff --git a/examples/cxf-ws-security-osgi/pom.xml b/examples/cxf-ws-security-osgi/pom.xml
index 9bfdf58..5c51e88 100644
--- a/examples/cxf-ws-security-osgi/pom.xml
+++ b/examples/cxf-ws-security-osgi/pom.xml
@@ -24,13 +24,13 @@
     <parent>
         <groupId>org.apache.servicemix.examples</groupId>
         <artifactId>examples</artifactId>
-        <version>4.1.0-SNAPSHOT</version>
+        <version>4.2.0</version>
     </parent>
 
     <groupId>org.apache.servicemix.examples</groupId>
     <artifactId>cxf-ws-security-osgi</artifactId>
     <packaging>bundle</packaging>
-    <version>4.1.0-SNAPSHOT</version>
+    <version>4.2.0</version>
     <name>Apache ServiceMix Example :: CXF WS SECURITY OSGi</name>
 
     
diff --git a/examples/cxf-wsdl-first-osgi-package/client/pom.xml b/examples/cxf-wsdl-first-osgi-package/client/pom.xml
index 463db90..24e3a79 100644
--- a/examples/cxf-wsdl-first-osgi-package/client/pom.xml
+++ b/examples/cxf-wsdl-first-osgi-package/client/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix.examples</groupId>
         <artifactId>cxf-wsdl-first-osgi-package</artifactId>
-        <version>4.1.0-SNAPSHOT</version>
+        <version>4.2.0</version>
     </parent>
 
     <groupId>org.apache.servicemix.examples.cxf-wsdl-first-osgi-package</groupId>
diff --git a/examples/cxf-wsdl-first-osgi-package/pom.xml b/examples/cxf-wsdl-first-osgi-package/pom.xml
index b1e2579..2771b25 100644
--- a/examples/cxf-wsdl-first-osgi-package/pom.xml
+++ b/examples/cxf-wsdl-first-osgi-package/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.servicemix.examples</groupId>
         <artifactId>examples</artifactId>
-        <version>4.1.0-SNAPSHOT</version>
+        <version>4.2.0</version>
     </parent>
 
     <groupId>org.apache.servicemix.examples</groupId>
diff --git a/examples/cxf-wsdl-first-osgi-package/wsdl-first-cxfbc-bundle/pom.xml b/examples/cxf-wsdl-first-osgi-package/wsdl-first-cxfbc-bundle/pom.xml
index 59af3af..d27e31f 100644
--- a/examples/cxf-wsdl-first-osgi-package/wsdl-first-cxfbc-bundle/pom.xml
+++ b/examples/cxf-wsdl-first-osgi-package/wsdl-first-cxfbc-bundle/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.servicemix.examples</groupId>
         <artifactId>cxf-wsdl-first-osgi-package</artifactId>
-        <version>4.1.0-SNAPSHOT</version>
+        <version>4.2.0</version>
     </parent>
 
     <groupId>org.apache.servicemix.examples.cxf-wsdl-first-osgi-package</groupId>
diff --git a/examples/cxf-wsdl-first-osgi-package/wsdl-first-cxfse-bundle/pom.xml b/examples/cxf-wsdl-first-osgi-package/wsdl-first-cxfse-bundle/pom.xml
index 944a6f2..ac22ced 100644
--- a/examples/cxf-wsdl-first-osgi-package/wsdl-first-cxfse-bundle/pom.xml
+++ b/examples/cxf-wsdl-first-osgi-package/wsdl-first-cxfse-bundle/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.servicemix.examples</groupId>
         <artifactId>cxf-wsdl-first-osgi-package</artifactId>
-        <version>4.1.0-SNAPSHOT</version>
+        <version>4.2.0</version>
     </parent>
 
     <groupId>org.apache.servicemix.examples.cxf-wsdl-first-osgi-package</groupId>
diff --git a/examples/cxf-wsdl-first/client/pom.xml b/examples/cxf-wsdl-first/client/pom.xml
index 1e6c7d8..2344726 100644
--- a/examples/cxf-wsdl-first/client/pom.xml
+++ b/examples/cxf-wsdl-first/client/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix.examples</groupId>
         <artifactId>cxf-wsdl-first</artifactId>
-        <version>4.1.0-SNAPSHOT</version>
+        <version>4.2.0</version>
     </parent>
 
     <groupId>org.apache.servicemix.examples.cxf-wsdl-first</groupId>
diff --git a/examples/cxf-wsdl-first/pom.xml b/examples/cxf-wsdl-first/pom.xml
index 1179ec5..33fe2f1 100644
--- a/examples/cxf-wsdl-first/pom.xml
+++ b/examples/cxf-wsdl-first/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.servicemix.examples</groupId>
         <artifactId>examples</artifactId>
-        <version>4.1.0-SNAPSHOT</version>
+        <version>4.2.0</version>
     </parent>
 
     <groupId>org.apache.servicemix.examples</groupId>
diff --git a/examples/cxf-wsdl-first/wsdl-first-cxf-sa/pom.xml b/examples/cxf-wsdl-first/wsdl-first-cxf-sa/pom.xml
index 67e8f77..cc055e3 100644
--- a/examples/cxf-wsdl-first/wsdl-first-cxf-sa/pom.xml
+++ b/examples/cxf-wsdl-first/wsdl-first-cxf-sa/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.servicemix.examples</groupId>
         <artifactId>cxf-wsdl-first</artifactId>
-        <version>4.1.0-SNAPSHOT</version>
+        <version>4.2.0</version>
     </parent>
 
     <groupId>org.apache.servicemix.examples.cxf-wsdl-first</groupId>
diff --git a/examples/cxf-wsdl-first/wsdl-first-cxfbc-su/pom.xml b/examples/cxf-wsdl-first/wsdl-first-cxfbc-su/pom.xml
index 05b8aab..7bc984e 100644
--- a/examples/cxf-wsdl-first/wsdl-first-cxfbc-su/pom.xml
+++ b/examples/cxf-wsdl-first/wsdl-first-cxfbc-su/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.servicemix.examples</groupId>
         <artifactId>cxf-wsdl-first</artifactId>
-        <version>4.1.0-SNAPSHOT</version>
+        <version>4.2.0</version>
     </parent>
 
     <groupId>org.apache.servicemix.examples.cxf-wsdl-first</groupId>
diff --git a/examples/cxf-wsdl-first/wsdl-first-cxfse-su/pom.xml b/examples/cxf-wsdl-first/wsdl-first-cxfse-su/pom.xml
index d090425..9e2a6e2 100644
--- a/examples/cxf-wsdl-first/wsdl-first-cxfse-su/pom.xml
+++ b/examples/cxf-wsdl-first/wsdl-first-cxfse-su/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.servicemix.examples</groupId>
         <artifactId>cxf-wsdl-first</artifactId>
-        <version>4.1.0-SNAPSHOT</version>
+        <version>4.2.0</version>
     </parent>
 
     <groupId>org.apache.servicemix.examples.cxf-wsdl-first</groupId>
diff --git a/examples/itests/cxf-handler-cfg/pom.xml b/examples/itests/cxf-handler-cfg/pom.xml
index 7423fa8..b2adfc7 100644
--- a/examples/itests/cxf-handler-cfg/pom.xml
+++ b/examples/itests/cxf-handler-cfg/pom.xml
@@ -24,13 +24,13 @@
     <parent>
         <groupId>org.apache.servicemix.examples</groupId>
         <artifactId>org.apache.servicemix.examples.itests</artifactId>
-        <version>4.1.0-SNAPSHOT</version>
+        <version>4.2.0</version>
     </parent>
 
     <groupId>org.apache.servicemix.examples</groupId>
     <artifactId>org.apache.servicemix.examples.itests.cxf-handler-cfg</artifactId>
     <packaging>bundle</packaging>
-    <version>4.1.0-SNAPSHOT</version>
+    <version>4.2.0</version>
     <name>Apache ServiceMix Example ITESTS BUNDLE:: CXF SOAP HANDLER OSGi</name>
 
     <dependencies>
diff --git a/examples/itests/cxf-http-osgi/pom.xml b/examples/itests/cxf-http-osgi/pom.xml
index 7d1b3a2..c34adad 100644
--- a/examples/itests/cxf-http-osgi/pom.xml
+++ b/examples/itests/cxf-http-osgi/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix.examples</groupId>
         <artifactId>org.apache.servicemix.examples.itests</artifactId>
-        <version>4.1.0-SNAPSHOT</version>
+        <version>4.2.0</version>
     </parent>
 
     <groupId>org.apache.servicemix.examples</groupId>
diff --git a/examples/itests/cxf-jms-osgi/pom.xml b/examples/itests/cxf-jms-osgi/pom.xml
index f94d5bf..e10cea9 100644
--- a/examples/itests/cxf-jms-osgi/pom.xml
+++ b/examples/itests/cxf-jms-osgi/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix.examples</groupId>
         <artifactId>org.apache.servicemix.examples.itests</artifactId>
-        <version>4.1.0-SNAPSHOT</version>
+        <version>4.2.0</version>
     </parent>
 
     <groupId>org.apache.servicemix.examples</groupId>
diff --git a/examples/itests/cxf-nmr-osgi/pom.xml b/examples/itests/cxf-nmr-osgi/pom.xml
index e88365c..d9cb54e 100644
--- a/examples/itests/cxf-nmr-osgi/pom.xml
+++ b/examples/itests/cxf-nmr-osgi/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix.examples</groupId>
         <artifactId>org.apache.servicemix.examples.itests</artifactId>
-        <version>4.1.0-SNAPSHOT</version>
+        <version>4.2.0</version>
     </parent>
 
     <groupId>org.apache.servicemix.examples</groupId>
diff --git a/examples/itests/cxf-soap-handler-osgi/pom.xml b/examples/itests/cxf-soap-handler-osgi/pom.xml
index f5950f0..e1c0a95 100644
--- a/examples/itests/cxf-soap-handler-osgi/pom.xml
+++ b/examples/itests/cxf-soap-handler-osgi/pom.xml
@@ -24,13 +24,13 @@
     <parent>
         <groupId>org.apache.servicemix.examples</groupId>
         <artifactId>org.apache.servicemix.examples.itests</artifactId>
-        <version>4.1.0-SNAPSHOT</version>
+        <version>4.2.0</version>
     </parent>
 
     <groupId>org.apache.servicemix.examples</groupId>
     <artifactId>org.apache.servicemix.examples.itests.cxf-soap-handler-osgi</artifactId>
     <packaging>bundle</packaging>
-    <version>4.1.0-SNAPSHOT</version>
+    <version>4.2.0</version>
     <name>Apache ServiceMix Example ITESTS BUNDLE:: CXF SOAP HANDLER OSGi</name>
 
     <dependencies>
diff --git a/examples/itests/cxf-ws-security-osgi/pom.xml b/examples/itests/cxf-ws-security-osgi/pom.xml
index f3bc9f3..2a00202 100644
--- a/examples/itests/cxf-ws-security-osgi/pom.xml
+++ b/examples/itests/cxf-ws-security-osgi/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix.examples</groupId>
         <artifactId>org.apache.servicemix.examples.itests</artifactId>
-        <version>4.1.0-SNAPSHOT</version>
+        <version>4.2.0</version>
     </parent>
 
     <groupId>org.apache.servicemix.examples</groupId>
diff --git a/examples/itests/pom.xml b/examples/itests/pom.xml
index 351f310..7527c50 100644
--- a/examples/itests/pom.xml
+++ b/examples/itests/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.servicemix.examples</groupId>
         <artifactId>examples</artifactId>
-        <version>4.1.0-SNAPSHOT</version>
+        <version>4.2.0</version>
     </parent>
 
     <groupId>org.apache.servicemix.examples</groupId>
diff --git a/examples/itests/tests/pom.xml b/examples/itests/tests/pom.xml
index 0bc9f7c..87b3745 100644
--- a/examples/itests/tests/pom.xml
+++ b/examples/itests/tests/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.servicemix.examples</groupId>
         <artifactId>org.apache.servicemix.examples.itests</artifactId>
-        <version>4.1.0-SNAPSHOT</version>
+        <version>4.2.0</version>
     </parent>
 
     <groupId>org.apache.servicemix.examples</groupId>
diff --git a/examples/loan-broker-bpel/client/pom.xml b/examples/loan-broker-bpel/client/pom.xml
index 4b0f065..c38cc97 100644
--- a/examples/loan-broker-bpel/client/pom.xml
+++ b/examples/loan-broker-bpel/client/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix.examples</groupId>
         <artifactId>loan-broker</artifactId>
-        <version>4.1.0-SNAPSHOT</version>
+        <version>4.2.0</version>
     </parent>
 
     <groupId>org.apache.servicemix.examples.loan-broker</groupId>
diff --git a/examples/loan-broker-bpel/loan-broker-bean-su/pom.xml b/examples/loan-broker-bpel/loan-broker-bean-su/pom.xml
index 1650ebd..2dcf88b 100644
--- a/examples/loan-broker-bpel/loan-broker-bean-su/pom.xml
+++ b/examples/loan-broker-bpel/loan-broker-bean-su/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix.examples</groupId>
         <artifactId>loan-broker</artifactId>
-        <version>4.1.0-SNAPSHOT</version>
+        <version>4.2.0</version>
     </parent>
 
     <groupId>org.apache.servicemix.examples.loan-broker</groupId>
diff --git a/examples/loan-broker-bpel/loan-broker-drools-su/pom.xml b/examples/loan-broker-bpel/loan-broker-drools-su/pom.xml
index 0be2ba4..7c40e69 100644
--- a/examples/loan-broker-bpel/loan-broker-drools-su/pom.xml
+++ b/examples/loan-broker-bpel/loan-broker-drools-su/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.servicemix.examples</groupId>
         <artifactId>loan-broker</artifactId>
-        <version>4.1.0-SNAPSHOT</version>
+        <version>4.2.0</version>
     </parent>
 
     <groupId>org.apache.servicemix.examples.loan-broker</groupId>
diff --git a/examples/loan-broker-bpel/loan-broker-jms-su/pom.xml b/examples/loan-broker-bpel/loan-broker-jms-su/pom.xml
index a275b46..b62ee80 100644
--- a/examples/loan-broker-bpel/loan-broker-jms-su/pom.xml
+++ b/examples/loan-broker-bpel/loan-broker-jms-su/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.servicemix.examples</groupId>
         <artifactId>loan-broker</artifactId>
-        <version>4.1.0-SNAPSHOT</version>
+        <version>4.2.0</version>
     </parent>
 
     <groupId>org.apache.servicemix.examples.loan-broker</groupId>
diff --git a/examples/loan-broker-bpel/loan-broker-ode-su/pom.xml b/examples/loan-broker-bpel/loan-broker-ode-su/pom.xml
index 39edb27..210ee13 100644
--- a/examples/loan-broker-bpel/loan-broker-ode-su/pom.xml
+++ b/examples/loan-broker-bpel/loan-broker-ode-su/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix.examples</groupId>
         <artifactId>loan-broker</artifactId>
-        <version>4.1.0-SNAPSHOT</version>
+        <version>4.2.0</version>
     </parent>
 
     <groupId>org.apache.servicemix.examples.loan-broker</groupId>
diff --git a/examples/loan-broker-bpel/loan-broker-sa/pom.xml b/examples/loan-broker-bpel/loan-broker-sa/pom.xml
index 69a531a..33e9df6 100644
--- a/examples/loan-broker-bpel/loan-broker-sa/pom.xml
+++ b/examples/loan-broker-bpel/loan-broker-sa/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix.examples</groupId>
         <artifactId>loan-broker</artifactId>
-        <version>4.1.0-SNAPSHOT</version>
+        <version>4.2.0</version>
     </parent>
 
     <groupId>org.apache.servicemix.examples.loan-broker</groupId>
diff --git a/examples/loan-broker-bpel/pom.xml b/examples/loan-broker-bpel/pom.xml
index 5e992c1..be4b33d 100644
--- a/examples/loan-broker-bpel/pom.xml
+++ b/examples/loan-broker-bpel/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix.examples</groupId>
         <artifactId>examples</artifactId>
-        <version>4.1.0-SNAPSHOT</version>
+        <version>4.2.0</version>
     </parent>
 
     <groupId>org.apache.servicemix.examples</groupId>
diff --git a/examples/pom.xml b/examples/pom.xml
index 3a534bd..759ea14 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -23,13 +23,13 @@
     <parent>
         <groupId>org.apache.servicemix.features</groupId>
         <artifactId>features</artifactId>
-        <version>4.1.0-SNAPSHOT</version>
+        <version>4.2.0</version>
     </parent>
 
     <groupId>org.apache.servicemix.examples</groupId>
     <artifactId>examples</artifactId>
     <packaging>pom</packaging>
-    <version>4.1.0-SNAPSHOT</version>
+    <version>4.2.0</version>
     <name>Apache ServiceMix Examples</name>
 
     <modules>
diff --git a/examples/wsdl-first/pom.xml b/examples/wsdl-first/pom.xml
index 0c7eb67..43fe837 100644
--- a/examples/wsdl-first/pom.xml
+++ b/examples/wsdl-first/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.servicemix.examples</groupId>
         <artifactId>examples</artifactId>
-        <version>4.1.0-SNAPSHOT</version>
+        <version>4.2.0</version>
     </parent>
 
     <groupId>org.apache.servicemix.examples</groupId>
diff --git a/examples/wsdl-first/wsdl-first-http-su/pom.xml b/examples/wsdl-first/wsdl-first-http-su/pom.xml
index a699857..f8add79 100644
--- a/examples/wsdl-first/wsdl-first-http-su/pom.xml
+++ b/examples/wsdl-first/wsdl-first-http-su/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.servicemix.examples</groupId>
         <artifactId>wsdl-first</artifactId>
-        <version>4.1.0-SNAPSHOT</version>
+        <version>4.2.0</version>
     </parent>
 
     <groupId>org.apache.servicemix.examples.wsdl-first</groupId>
diff --git a/examples/wsdl-first/wsdl-first-jsr181-su/pom.xml b/examples/wsdl-first/wsdl-first-jsr181-su/pom.xml
index 347235d..5722a7c 100644
--- a/examples/wsdl-first/wsdl-first-jsr181-su/pom.xml
+++ b/examples/wsdl-first/wsdl-first-jsr181-su/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.servicemix.examples</groupId>
         <artifactId>wsdl-first</artifactId>
-        <version>4.1.0-SNAPSHOT</version>
+        <version>4.2.0</version>
     </parent>
 
     <groupId>org.apache.servicemix.examples.wsdl-first</groupId>
diff --git a/examples/wsdl-first/wsdl-first-sa/pom.xml b/examples/wsdl-first/wsdl-first-sa/pom.xml
index 1c3e58c..6a4de1c 100644
--- a/examples/wsdl-first/wsdl-first-sa/pom.xml
+++ b/examples/wsdl-first/wsdl-first-sa/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.servicemix.examples</groupId>
         <artifactId>wsdl-first</artifactId>
-        <version>4.1.0-SNAPSHOT</version>
+        <version>4.2.0</version>
     </parent>
 
     <groupId>org.apache.servicemix.examples.wsdl-first</groupId>
diff --git a/pom.xml b/pom.xml
index f547d4c..283dcf9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@
   <groupId>org.apache.servicemix.features</groupId>
   <artifactId>features</artifactId>
   <packaging>pom</packaging>
-  <version>4.1.0-SNAPSHOT</version>
+  <version>4.2.0</version>
   <name>Apache ServiceMix Features</name>
   <inceptionYear>2005</inceptionYear>
 
@@ -46,9 +46,9 @@
   </modules>
 
   <scm>
-      <connection>scm:svn:http://svn.apache.org/repos/asf/servicemix/smx4/features/trunk</connection>
-      <developerConnection>scm:svn:https://svn.apache.org/repos/asf/servicemix/smx4/features/trunk</developerConnection>
-      <url>http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/</url>
+      <connection>scm:svn:http://svn.apache.org/repos/asf/servicemix/smx4/features/tags/features-4.2.0</connection>
+      <developerConnection>scm:svn:https://svn.apache.org/repos/asf/servicemix/smx4/features/tags/features-4.2.0</developerConnection>
+      <url>http://svn.apache.org/viewvc/servicemix/smx4/features/tags/features-4.2.0</url>
   </scm>
   <issueManagement>
       <system>jira</system>
diff --git a/war/deployer/pom.xml b/war/deployer/pom.xml
index d8f6e8f..c5b432a 100644
--- a/war/deployer/pom.xml
+++ b/war/deployer/pom.xml
@@ -24,13 +24,13 @@
     <parent>
         <groupId>org.apache.servicemix.war</groupId>
         <artifactId>war</artifactId>
-        <version>4.1.0-SNAPSHOT</version>
+        <version>4.2.0</version>
     </parent>
 
     <groupId>org.apache.servicemix.war</groupId>
     <artifactId>org.apache.servicemix.war.deployer</artifactId>
     <packaging>bundle</packaging>
-    <version>4.1.0-SNAPSHOT</version>
+    <version>4.2.0</version>
     <name>Apache ServiceMix WAR Deployer</name>
 
     <dependencies>
diff --git a/war/pom.xml b/war/pom.xml
index e150b14..26e6c39 100644
--- a/war/pom.xml
+++ b/war/pom.xml
@@ -23,13 +23,13 @@
     <parent>
         <groupId>org.apache.servicemix.features</groupId>
         <artifactId>features</artifactId>
-        <version>4.1.0-SNAPSHOT</version>
+        <version>4.2.0</version>
     </parent>
 
     <groupId>org.apache.servicemix.war</groupId>
     <artifactId>war</artifactId>
     <packaging>pom</packaging>
-    <version>4.1.0-SNAPSHOT</version>
+    <version>4.2.0</version>
     <name>Apache ServiceMix WAR Support</name>
 
     <modules>