[maven-release-plugin] prepare release servicemix-3.4

git-svn-id: https://svn.apache.org/repos/asf/servicemix/smx3/trunk@1086878 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/core/pom.xml b/core/pom.xml
index 5513555..94cdedf 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix</groupId>
         <artifactId>parent</artifactId>
-        <version>3.4-SNAPSHOT</version>
+        <version>3.4</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
 
diff --git a/core/servicemix-audit/pom.xml b/core/servicemix-audit/pom.xml
index 909d253..11d5a60 100644
--- a/core/servicemix-audit/pom.xml
+++ b/core/servicemix-audit/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.servicemix</groupId>
     <artifactId>core</artifactId>
-    <version>3.4-SNAPSHOT</version>
+    <version>3.4</version>
   </parent>
 
   <artifactId>servicemix-audit</artifactId>
diff --git a/core/servicemix-core/pom.xml b/core/servicemix-core/pom.xml
index 90dc18d..5e01074 100644
--- a/core/servicemix-core/pom.xml
+++ b/core/servicemix-core/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.servicemix</groupId>
     <artifactId>core</artifactId>
-    <version>3.4-SNAPSHOT</version>
+    <version>3.4</version>
   </parent>
 
   <artifactId>servicemix-core</artifactId>
@@ -340,11 +340,9 @@
             <phase>generate-sources</phase>
             <configuration>
               <tasks>
-                <mkdir dir="${project.build.directory}/fix_schema"/>
-                <move file="${project.build.directory}/xbean/servicemix.xsd" todir="${project.build.directory}/fix_schema"/>
-                <xslt in="${project.build.directory}/fix_schema/servicemix.xsd"
-                      out="${project.build.directory}/xbean/servicemix.xsd"
-                      style="src/main/xsl/fix_schema.xsl"/>
+                <mkdir dir="${project.build.directory}/fix_schema" />
+                <move file="${project.build.directory}/xbean/servicemix.xsd" todir="${project.build.directory}/fix_schema" />
+                <xslt in="${project.build.directory}/fix_schema/servicemix.xsd" out="${project.build.directory}/xbean/servicemix.xsd" style="src/main/xsl/fix_schema.xsl" />
               </tasks>
             </configuration>
             <goals>
diff --git a/deployables/pom.xml b/deployables/pom.xml
index cfdc333..8162a44 100644
--- a/deployables/pom.xml
+++ b/deployables/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix</groupId>
         <artifactId>servicemix</artifactId>
-        <version>3.4-SNAPSHOT</version>
+        <version>3.4</version>
     </parent>
 
     <artifactId>deployables</artifactId>
diff --git a/deployables/serviceengines/pom.xml b/deployables/serviceengines/pom.xml
index 3df0e6a..6d0ed75 100644
--- a/deployables/serviceengines/pom.xml
+++ b/deployables/serviceengines/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.servicemix</groupId>
     <artifactId>parent</artifactId>
-    <version>3.4-SNAPSHOT</version>
+    <version>3.4</version>
     <relativePath>../../parent/pom.xml</relativePath>
   </parent>
 
diff --git a/deployables/serviceengines/servicemix-lwcontainer/pom.xml b/deployables/serviceengines/servicemix-lwcontainer/pom.xml
index 88666c3..4eaece7 100644
--- a/deployables/serviceengines/servicemix-lwcontainer/pom.xml
+++ b/deployables/serviceengines/servicemix-lwcontainer/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.servicemix</groupId>
     <artifactId>serviceengines</artifactId>
-    <version>3.4-SNAPSHOT</version>
+    <version>3.4</version>
   </parent>
 
   <artifactId>servicemix-lwcontainer</artifactId>
diff --git a/distributions/apache-servicemix-web/pom.xml b/distributions/apache-servicemix-web/pom.xml
index 5a6537a..34d62a0 100644
--- a/distributions/apache-servicemix-web/pom.xml
+++ b/distributions/apache-servicemix-web/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.servicemix</groupId>
     <artifactId>assemblies</artifactId>
-    <version>3.4-SNAPSHOT</version>
+    <version>3.4</version>
   </parent>
 
   <artifactId>apache-servicemix-web</artifactId>
diff --git a/distributions/apache-servicemix/pom.xml b/distributions/apache-servicemix/pom.xml
index 93df0da..ce9417f 100644
--- a/distributions/apache-servicemix/pom.xml
+++ b/distributions/apache-servicemix/pom.xml
@@ -1,6 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<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">
 
     <!--
 
@@ -25,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix</groupId>
         <artifactId>assemblies</artifactId>
-        <version>3.4-SNAPSHOT</version>
+        <version>3.4</version>
     </parent>
 
     <artifactId>apache-servicemix</artifactId>
diff --git a/distributions/pom.xml b/distributions/pom.xml
index b003436..373e8c1 100644
--- a/distributions/pom.xml
+++ b/distributions/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.servicemix</groupId>
     <artifactId>servicemix</artifactId>
-    <version>3.4-SNAPSHOT</version>
+    <version>3.4</version>
   </parent>
   
   <artifactId>assemblies</artifactId>
diff --git a/parent/pom.xml b/parent/pom.xml
index 2a58414..5a9bac6 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.servicemix</groupId>
     <artifactId>servicemix</artifactId>
-    <version>3.4-SNAPSHOT</version>
+    <version>3.4</version>
   </parent>
 
   <artifactId>parent</artifactId>
diff --git a/platforms/geronimo/deployer-service/pom.xml b/platforms/geronimo/deployer-service/pom.xml
index d20e8ab..004a755 100644
--- a/platforms/geronimo/deployer-service/pom.xml
+++ b/platforms/geronimo/deployer-service/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix.geronimo</groupId>
         <artifactId>geronimo</artifactId>
-        <version>3.4-SNAPSHOT</version>
+        <version>3.4</version>
     </parent>
 
     <artifactId>deployer-service</artifactId>
diff --git a/platforms/geronimo/deployer/pom.xml b/platforms/geronimo/deployer/pom.xml
index df863b8..a7862f6 100644
--- a/platforms/geronimo/deployer/pom.xml
+++ b/platforms/geronimo/deployer/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.servicemix.geronimo</groupId>
         <artifactId>geronimo</artifactId>
-        <version>3.4-SNAPSHOT</version>
+        <version>3.4</version>
     </parent>
 
     <artifactId>deployer</artifactId>
diff --git a/platforms/geronimo/pom.xml b/platforms/geronimo/pom.xml
index f3ca14b..d80e0be 100644
--- a/platforms/geronimo/pom.xml
+++ b/platforms/geronimo/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix</groupId>
         <artifactId>platforms</artifactId>
-        <version>3.4-SNAPSHOT</version>
+        <version>3.4</version>
     </parent>
 
     <groupId>org.apache.servicemix.geronimo</groupId>
diff --git a/platforms/geronimo/servicemix-service/pom.xml b/platforms/geronimo/servicemix-service/pom.xml
index 77e4e25..a69ae0f 100644
--- a/platforms/geronimo/servicemix-service/pom.xml
+++ b/platforms/geronimo/servicemix-service/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix.geronimo</groupId>
         <artifactId>geronimo</artifactId>
-        <version>3.4-SNAPSHOT</version>
+        <version>3.4</version>
     </parent>
 
     <artifactId>servicemix-service</artifactId>
diff --git a/platforms/geronimo/servicemix/pom.xml b/platforms/geronimo/servicemix/pom.xml
index cdd6b15..88c534b 100644
--- a/platforms/geronimo/servicemix/pom.xml
+++ b/platforms/geronimo/servicemix/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix.geronimo</groupId>
         <artifactId>geronimo</artifactId>
-        <version>3.4-SNAPSHOT</version>
+        <version>3.4</version>
     </parent>
 
     <artifactId>servicemix</artifactId>
diff --git a/platforms/jboss/deployer/pom.xml b/platforms/jboss/deployer/pom.xml
index dce3497..2e4161b 100644
--- a/platforms/jboss/deployer/pom.xml
+++ b/platforms/jboss/deployer/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix.jboss</groupId>
         <artifactId>jboss</artifactId>
-        <version>3.4-SNAPSHOT</version>
+        <version>3.4</version>
     </parent>
 
     <artifactId>deployer</artifactId>
diff --git a/platforms/jboss/pom.xml b/platforms/jboss/pom.xml
index 1c964ba..a97625a 100644
--- a/platforms/jboss/pom.xml
+++ b/platforms/jboss/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix</groupId>
         <artifactId>platforms</artifactId>
-        <version>3.4-SNAPSHOT</version>
+        <version>3.4</version>
     </parent>
 
     <groupId>org.apache.servicemix.jboss</groupId>
diff --git a/platforms/pom.xml b/platforms/pom.xml
index d1afd89..b8667ae 100644
--- a/platforms/pom.xml
+++ b/platforms/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.servicemix</groupId>
     <artifactId>servicemix</artifactId>
-    <version>3.4-SNAPSHOT</version>
+    <version>3.4</version>
   </parent>
   
   <artifactId>platforms</artifactId>
diff --git a/pom.xml b/pom.xml
index 4a77dd7..ac777e2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
 
     <groupId>org.apache.servicemix</groupId>
     <artifactId>servicemix</artifactId>
-    <version>3.4-SNAPSHOT</version>
+    <version>3.4</version>
     <packaging>pom</packaging>
 
     <name>ServiceMix</name>
@@ -43,9 +43,9 @@
     </prerequisites>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/servicemix/smx3/trunk/</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/servicemix/smx3/trunk/</developerConnection>
-        <url>http://svn.apache.org/viewcvs.cgi/servicemix/smx3/trunk/</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/servicemix/smx3/tags/servicemix-3.4</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/servicemix/smx3/tags/servicemix-3.4</developerConnection>
+        <url>http://svn.apache.org/viewcvs.cgi/servicemix/smx3/tags/servicemix-3.4</url>
     </scm>
 
     <repositories>
diff --git a/samples/basic/pom.xml b/samples/basic/pom.xml
index a91d106..0b54c07 100644
--- a/samples/basic/pom.xml
+++ b/samples/basic/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix</groupId>
         <artifactId>samples</artifactId>
-        <version>3.4-SNAPSHOT</version>
+        <version>3.4</version>
     </parent>
 
     <groupId>org.apache.servicemix.samples</groupId>
diff --git a/samples/bridge-camel/bridge-camel-sa/pom.xml b/samples/bridge-camel/bridge-camel-sa/pom.xml
index 182f828..e8178f1 100644
--- a/samples/bridge-camel/bridge-camel-sa/pom.xml
+++ b/samples/bridge-camel/bridge-camel-sa/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix.samples</groupId>
         <artifactId>bridge-camel</artifactId>
-        <version>3.4-SNAPSHOT</version>
+        <version>3.4</version>
     </parent>
 
     <groupId>org.apache.servicemix.samples.bridge-camel</groupId>
@@ -36,17 +36,17 @@
         <dependency>
             <groupId>org.apache.servicemix.samples.bridge</groupId>
             <artifactId>bridge-http-su</artifactId>
-            <version>3.4-SNAPSHOT</version>
+            <version>3.4</version>
         </dependency>
         <dependency>
             <groupId>org.apache.servicemix.samples.bridge-camel</groupId>
             <artifactId>bridge-camel-su</artifactId>
-            <version>3.4-SNAPSHOT</version>
+            <version>3.4</version>
         </dependency>
         <dependency>
             <groupId>org.apache.servicemix.samples.bridge</groupId>
             <artifactId>bridge-jms-su</artifactId>
-            <version>3.4-SNAPSHOT</version>
+            <version>3.4</version>
         </dependency>
     </dependencies>
 
diff --git a/samples/bridge-camel/bridge-camel-su/pom.xml b/samples/bridge-camel/bridge-camel-su/pom.xml
index 74bc1a9..e764383 100644
--- a/samples/bridge-camel/bridge-camel-su/pom.xml
+++ b/samples/bridge-camel/bridge-camel-su/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix.samples</groupId>
         <artifactId>bridge-camel</artifactId>
-        <version>3.4-SNAPSHOT</version>
+        <version>3.4</version>
     </parent>
 
     <groupId>org.apache.servicemix.samples.bridge-camel</groupId>
diff --git a/samples/bridge-camel/pom.xml b/samples/bridge-camel/pom.xml
index fdceab1..98d6dcf 100644
--- a/samples/bridge-camel/pom.xml
+++ b/samples/bridge-camel/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix</groupId>
         <artifactId>samples</artifactId>
-        <version>3.4-SNAPSHOT</version>
+        <version>3.4</version>
     </parent>
 
     <groupId>org.apache.servicemix.samples</groupId>
diff --git a/samples/bridge/bridge-eip-su/pom.xml b/samples/bridge/bridge-eip-su/pom.xml
index 9464553..7c15d05 100644
--- a/samples/bridge/bridge-eip-su/pom.xml
+++ b/samples/bridge/bridge-eip-su/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix.samples</groupId>
         <artifactId>bridge</artifactId>
-        <version>3.4-SNAPSHOT</version>
+        <version>3.4</version>
     </parent>
 
     <groupId>org.apache.servicemix.samples.bridge</groupId>
diff --git a/samples/bridge/bridge-http-su/pom.xml b/samples/bridge/bridge-http-su/pom.xml
index 0afea8a..fb3ca1f 100644
--- a/samples/bridge/bridge-http-su/pom.xml
+++ b/samples/bridge/bridge-http-su/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix.samples</groupId>
         <artifactId>bridge</artifactId>
-        <version>3.4-SNAPSHOT</version>
+        <version>3.4</version>
     </parent>
 
     <groupId>org.apache.servicemix.samples.bridge</groupId>
diff --git a/samples/bridge/bridge-jms-su/pom.xml b/samples/bridge/bridge-jms-su/pom.xml
index f19e627..db4b582 100644
--- a/samples/bridge/bridge-jms-su/pom.xml
+++ b/samples/bridge/bridge-jms-su/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix.samples</groupId>
         <artifactId>bridge</artifactId>
-        <version>3.4-SNAPSHOT</version>
+        <version>3.4</version>
     </parent>
 
     <groupId>org.apache.servicemix.samples.bridge</groupId>
diff --git a/samples/bridge/bridge-sa-itest/pom.xml b/samples/bridge/bridge-sa-itest/pom.xml
index 7c39764..289e133 100644
--- a/samples/bridge/bridge-sa-itest/pom.xml
+++ b/samples/bridge/bridge-sa-itest/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.servicemix.samples</groupId>
     <artifactId>bridge</artifactId>
-    <version>3.4-SNAPSHOT</version>
+    <version>3.4</version>
   </parent>
 
   <groupId>org.apache.servicemix.samples.bridge</groupId>
@@ -37,14 +37,14 @@
       <groupId>org.apache.servicemix.samples.bridge</groupId>
       <artifactId>bridge-sa</artifactId>
       <type>zip</type>
-      <version>3.4-SNAPSHOT</version>
+      <version>3.4</version>
     </dependency>
 
     <!-- for testing -->
     <dependency>
       <groupId>org.apache.servicemix</groupId>
       <artifactId>servicemix-core</artifactId>
-      <version>3.4-SNAPSHOT</version>
+      <version>3.4</version>
       <scope>test</scope>
     </dependency>
     <dependency>
diff --git a/samples/bridge/bridge-sa/pom.xml b/samples/bridge/bridge-sa/pom.xml
index 6f13467..a9f055d 100644
--- a/samples/bridge/bridge-sa/pom.xml
+++ b/samples/bridge/bridge-sa/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix.samples</groupId>
         <artifactId>bridge</artifactId>
-        <version>3.4-SNAPSHOT</version>
+        <version>3.4</version>
     </parent>
 
     <groupId>org.apache.servicemix.samples.bridge</groupId>
@@ -36,22 +36,22 @@
         <dependency>
             <groupId>org.apache.servicemix.samples.bridge</groupId>
             <artifactId>bridge-http-su</artifactId>
-            <version>3.4-SNAPSHOT</version>
+            <version>3.4</version>
         </dependency>
         <dependency>
             <groupId>org.apache.servicemix.samples.bridge</groupId>
             <artifactId>bridge-eip-su</artifactId>
-            <version>3.4-SNAPSHOT</version>
+            <version>3.4</version>
         </dependency>
         <dependency>
             <groupId>org.apache.servicemix.samples.bridge</groupId>
             <artifactId>bridge-xslt-su</artifactId>
-            <version>3.4-SNAPSHOT</version>
+            <version>3.4</version>
         </dependency>
         <dependency>
             <groupId>org.apache.servicemix.samples.bridge</groupId>
             <artifactId>bridge-jms-su</artifactId>
-            <version>3.4-SNAPSHOT</version>
+            <version>3.4</version>
         </dependency>
     </dependencies>
 
diff --git a/samples/bridge/bridge-xslt-su/pom.xml b/samples/bridge/bridge-xslt-su/pom.xml
index 9b5d59a..5aabb25 100644
--- a/samples/bridge/bridge-xslt-su/pom.xml
+++ b/samples/bridge/bridge-xslt-su/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix.samples</groupId>
         <artifactId>bridge</artifactId>
-        <version>3.4-SNAPSHOT</version>
+        <version>3.4</version>
     </parent>
 
     <groupId>org.apache.servicemix.samples.bridge</groupId>
diff --git a/samples/bridge/pom.xml b/samples/bridge/pom.xml
index 7fca120..330aa7f 100644
--- a/samples/bridge/pom.xml
+++ b/samples/bridge/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix</groupId>
         <artifactId>samples</artifactId>
-        <version>3.4-SNAPSHOT</version>
+        <version>3.4</version>
     </parent>
 
     <groupId>org.apache.servicemix.samples</groupId>
diff --git a/samples/camel/camel-sa-itest/pom.xml b/samples/camel/camel-sa-itest/pom.xml
index 2ce4f98..0862974 100644
--- a/samples/camel/camel-sa-itest/pom.xml
+++ b/samples/camel/camel-sa-itest/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.servicemix.samples</groupId>
     <artifactId>camel</artifactId>
-    <version>3.4-SNAPSHOT</version>
+    <version>3.4</version>
   </parent>
 
   <groupId>org.apache.servicemix.samples</groupId>
@@ -38,7 +38,7 @@
       <groupId>org.apache.servicemix.samples</groupId>
       <artifactId>camel-sa</artifactId>
       <type>zip</type>
-      <version>3.4-SNAPSHOT</version>
+      <version>3.4</version>
     </dependency>
 
     <!-- for testing -->
diff --git a/samples/camel/camel-sa/pom.xml b/samples/camel/camel-sa/pom.xml
index bfb1496..a64f909 100644
--- a/samples/camel/camel-sa/pom.xml
+++ b/samples/camel/camel-sa/pom.xml
@@ -24,7 +24,7 @@
   <parent>
      <groupId>org.apache.servicemix.samples</groupId> 
      <artifactId>camel</artifactId>
-     <version>3.4-SNAPSHOT</version>
+     <version>3.4</version>
   </parent>
 
   <groupId>org.apache.servicemix.samples</groupId>
@@ -40,7 +40,7 @@
     <dependency>
       <groupId>org.apache.servicemix.samples</groupId>
       <artifactId>camel-simple-su</artifactId>
-      <version>3.4-SNAPSHOT</version>
+      <version>3.4</version>
     </dependency>      
   </dependencies>
   <build>
diff --git a/samples/camel/camel-simple-su/pom.xml b/samples/camel/camel-simple-su/pom.xml
index 96e67c3..3ee82ad 100644
--- a/samples/camel/camel-simple-su/pom.xml
+++ b/samples/camel/camel-simple-su/pom.xml
@@ -24,7 +24,7 @@
   <parent>
 	  <groupId>org.apache.servicemix.samples</groupId>
 	  <artifactId>camel</artifactId>
-	  <version>3.4-SNAPSHOT</version>
+	  <version>3.4</version>
   </parent>
 
   <groupId>org.apache.servicemix.samples</groupId>
diff --git a/samples/camel/pom.xml b/samples/camel/pom.xml
index f0e2717..16cd0b9 100644
--- a/samples/camel/pom.xml
+++ b/samples/camel/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix</groupId>
         <artifactId>samples</artifactId>
-        <version>3.4-SNAPSHOT</version>
+        <version>3.4</version>
     </parent>
 
     <groupId>org.apache.servicemix.samples</groupId>
diff --git a/samples/cxf-wsdl-first/pom.xml b/samples/cxf-wsdl-first/pom.xml
index 461b486..2ed0b16 100644
--- a/samples/cxf-wsdl-first/pom.xml
+++ b/samples/cxf-wsdl-first/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix</groupId>
         <artifactId>samples</artifactId>
-        <version>3.4-SNAPSHOT</version>
+        <version>3.4</version>
     </parent>
 
     <groupId>org.apache.servicemix.samples</groupId>
diff --git a/samples/cxf-wsdl-first/wsdl-first-cxf-sa/pom.xml b/samples/cxf-wsdl-first/wsdl-first-cxf-sa/pom.xml
index fb03fc6..a484bc8 100644
--- a/samples/cxf-wsdl-first/wsdl-first-cxf-sa/pom.xml
+++ b/samples/cxf-wsdl-first/wsdl-first-cxf-sa/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix.samples</groupId>
         <artifactId>cxf-wsdl-first</artifactId>
-        <version>3.4-SNAPSHOT</version>
+        <version>3.4</version>
     </parent>
 
     <groupId>org.apache.servicemix.samples.cxf-wsdl-first</groupId>
@@ -36,12 +36,12 @@
         <dependency>
             <groupId>org.apache.servicemix.samples.cxf-wsdl-first</groupId>
             <artifactId>wsdl-first-cxfse-su</artifactId>
-            <version>3.4-SNAPSHOT</version>
+            <version>3.4</version>
         </dependency>
         <dependency>
             <groupId>org.apache.servicemix.samples.cxf-wsdl-first</groupId>
             <artifactId>wsdl-first-cxfbc-su</artifactId>
-            <version>3.4-SNAPSHOT</version>
+            <version>3.4</version>
         </dependency>
     </dependencies>
 
diff --git a/samples/cxf-wsdl-first/wsdl-first-cxfbc-su/pom.xml b/samples/cxf-wsdl-first/wsdl-first-cxfbc-su/pom.xml
index a373003..efa265c 100644
--- a/samples/cxf-wsdl-first/wsdl-first-cxfbc-su/pom.xml
+++ b/samples/cxf-wsdl-first/wsdl-first-cxfbc-su/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix.samples</groupId>
         <artifactId>cxf-wsdl-first</artifactId>
-        <version>3.4-SNAPSHOT</version>
+        <version>3.4</version>
     </parent>
 
     <groupId>org.apache.servicemix.samples.cxf-wsdl-first</groupId>
diff --git a/samples/cxf-wsdl-first/wsdl-first-cxfse-su/pom.xml b/samples/cxf-wsdl-first/wsdl-first-cxfse-su/pom.xml
index d0d150f..8423ed0 100644
--- a/samples/cxf-wsdl-first/wsdl-first-cxfse-su/pom.xml
+++ b/samples/cxf-wsdl-first/wsdl-first-cxfse-su/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix.samples</groupId>
         <artifactId>cxf-wsdl-first</artifactId>
-        <version>3.4-SNAPSHOT</version>
+        <version>3.4</version>
     </parent>
 
     <groupId>org.apache.servicemix.samples.cxf-wsdl-first</groupId>
diff --git a/samples/loan-broker/loan-broker-bean-su/pom.xml b/samples/loan-broker/loan-broker-bean-su/pom.xml
index 3919a3d..14e93ca 100644
--- a/samples/loan-broker/loan-broker-bean-su/pom.xml
+++ b/samples/loan-broker/loan-broker-bean-su/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix.samples</groupId>
         <artifactId>loan-broker</artifactId>
-        <version>3.4-SNAPSHOT</version>
+        <version>3.4</version>
     </parent>
 
     <groupId>org.apache.servicemix.samples.loan-broker</groupId>
@@ -40,7 +40,7 @@
         <dependency>
             <groupId>org.apache.servicemix</groupId>
             <artifactId>servicemix-core</artifactId>
-            <version>3.4-SNAPSHOT</version>
+            <version>3.4</version>
         </dependency>
     </dependencies>
 
diff --git a/samples/loan-broker/loan-broker-drools-su/pom.xml b/samples/loan-broker/loan-broker-drools-su/pom.xml
index 68961fd..857c0f5 100644
--- a/samples/loan-broker/loan-broker-drools-su/pom.xml
+++ b/samples/loan-broker/loan-broker-drools-su/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix.samples</groupId>
         <artifactId>loan-broker</artifactId>
-        <version>3.4-SNAPSHOT</version>
+        <version>3.4</version>
     </parent>
 
     <groupId>org.apache.servicemix.samples.loan-broker</groupId>
diff --git a/samples/loan-broker/loan-broker-jms-su/pom.xml b/samples/loan-broker/loan-broker-jms-su/pom.xml
index 645c40d..efbd8bf 100644
--- a/samples/loan-broker/loan-broker-jms-su/pom.xml
+++ b/samples/loan-broker/loan-broker-jms-su/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix.samples</groupId>
         <artifactId>loan-broker</artifactId>
-        <version>3.4-SNAPSHOT</version>
+        <version>3.4</version>
     </parent>
 
     <groupId>org.apache.servicemix.samples.loan-broker</groupId>
diff --git a/samples/loan-broker/loan-broker-ode-su/pom.xml b/samples/loan-broker/loan-broker-ode-su/pom.xml
index f8b48bc..f54fde2 100644
--- a/samples/loan-broker/loan-broker-ode-su/pom.xml
+++ b/samples/loan-broker/loan-broker-ode-su/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix.samples</groupId>
         <artifactId>loan-broker</artifactId>
-        <version>3.4-SNAPSHOT</version>
+        <version>3.4</version>
     </parent>
 
     <groupId>org.apache.servicemix.samples.loan-broker</groupId>
diff --git a/samples/loan-broker/loan-broker-sa/pom.xml b/samples/loan-broker/loan-broker-sa/pom.xml
index cd649d8..9f712b6 100644
--- a/samples/loan-broker/loan-broker-sa/pom.xml
+++ b/samples/loan-broker/loan-broker-sa/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix.samples</groupId>
         <artifactId>loan-broker</artifactId>
-        <version>3.4-SNAPSHOT</version>
+        <version>3.4</version>
     </parent>
 
     <groupId>org.apache.servicemix.samples.loan-broker</groupId>
@@ -36,22 +36,22 @@
         <dependency>
             <groupId>org.apache.servicemix.samples.loan-broker</groupId>
             <artifactId>loan-broker-ode-su</artifactId>
-            <version>3.4-SNAPSHOT</version>
+            <version>3.4</version>
         </dependency>
         <dependency>
             <groupId>org.apache.servicemix.samples.loan-broker</groupId>
             <artifactId>loan-broker-bean-su</artifactId>
-            <version>3.4-SNAPSHOT</version>
+            <version>3.4</version>
         </dependency>
         <dependency>
             <groupId>org.apache.servicemix.samples.loan-broker</groupId>
             <artifactId>loan-broker-drools-su</artifactId>
-            <version>3.4-SNAPSHOT</version>
+            <version>3.4</version>
         </dependency>
         <dependency>
             <groupId>org.apache.servicemix.samples.loan-broker</groupId>
             <artifactId>loan-broker-jms-su</artifactId>
-            <version>3.4-SNAPSHOT</version>
+            <version>3.4</version>
         </dependency>
     </dependencies>
 
diff --git a/samples/loan-broker/pom.xml b/samples/loan-broker/pom.xml
index 8d826f6..c19dca7 100644
--- a/samples/loan-broker/pom.xml
+++ b/samples/loan-broker/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix</groupId>
         <artifactId>samples</artifactId>
-        <version>3.4-SNAPSHOT</version>
+        <version>3.4</version>
     </parent>
 
     <groupId>org.apache.servicemix.samples</groupId>
diff --git a/samples/pom.xml b/samples/pom.xml
index 238aa32..969fe03 100644
--- a/samples/pom.xml
+++ b/samples/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.servicemix</groupId>
     <artifactId>servicemix</artifactId>
-    <version>3.4-SNAPSHOT</version>
+    <version>3.4</version>
   </parent>
   
   <artifactId>samples</artifactId>
diff --git a/samples/servicemix-web/pom.xml b/samples/servicemix-web/pom.xml
index cdc895a..7914f70 100644
--- a/samples/servicemix-web/pom.xml
+++ b/samples/servicemix-web/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.servicemix</groupId>
     <artifactId>samples</artifactId>
-    <version>3.4-SNAPSHOT</version>
+    <version>3.4</version>
   </parent>
 
   <groupId>org.apache.servicemix.samples</groupId>
diff --git a/samples/wsdl-first/pom.xml b/samples/wsdl-first/pom.xml
index e79ef89..31ad4e1 100644
--- a/samples/wsdl-first/pom.xml
+++ b/samples/wsdl-first/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix</groupId>
         <artifactId>samples</artifactId>
-        <version>3.4-SNAPSHOT</version>
+        <version>3.4</version>
     </parent>
 
     <groupId>org.apache.servicemix.samples</groupId>
diff --git a/samples/wsdl-first/wsdl-first-http-su/pom.xml b/samples/wsdl-first/wsdl-first-http-su/pom.xml
index ada691f..519699e 100644
--- a/samples/wsdl-first/wsdl-first-http-su/pom.xml
+++ b/samples/wsdl-first/wsdl-first-http-su/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix.samples</groupId>
         <artifactId>wsdl-first</artifactId>
-        <version>3.4-SNAPSHOT</version>
+        <version>3.4</version>
     </parent>
 
     <groupId>org.apache.servicemix.samples.wsdl-first</groupId>
diff --git a/samples/wsdl-first/wsdl-first-jsr181-su/pom.xml b/samples/wsdl-first/wsdl-first-jsr181-su/pom.xml
index 9784330..85b956e 100644
--- a/samples/wsdl-first/wsdl-first-jsr181-su/pom.xml
+++ b/samples/wsdl-first/wsdl-first-jsr181-su/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix.samples</groupId>
         <artifactId>wsdl-first</artifactId>
-        <version>3.4-SNAPSHOT</version>
+        <version>3.4</version>
     </parent>
 
     <groupId>org.apache.servicemix.samples.wsdl-first</groupId>
diff --git a/samples/wsdl-first/wsdl-first-sa/pom.xml b/samples/wsdl-first/wsdl-first-sa/pom.xml
index 7ffbd97..31cb7e0 100644
--- a/samples/wsdl-first/wsdl-first-sa/pom.xml
+++ b/samples/wsdl-first/wsdl-first-sa/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix.samples</groupId>
         <artifactId>wsdl-first</artifactId>
-        <version>3.4-SNAPSHOT</version>
+        <version>3.4</version>
     </parent>
 
     <groupId>org.apache.servicemix.samples.wsdl-first</groupId>
@@ -36,12 +36,12 @@
         <dependency>
             <groupId>org.apache.servicemix.samples.wsdl-first</groupId>
             <artifactId>wsdl-first-jsr181-su</artifactId>
-            <version>3.4-SNAPSHOT</version>
+            <version>3.4</version>
         </dependency>
         <dependency>
             <groupId>org.apache.servicemix.samples.wsdl-first</groupId>
             <artifactId>wsdl-first-http-su</artifactId>
-            <version>3.4-SNAPSHOT</version>
+            <version>3.4</version>
         </dependency>
     </dependencies>
 
diff --git a/servicemix-itests/pom.xml b/servicemix-itests/pom.xml
index 60a9d94..d5184c3 100644
--- a/servicemix-itests/pom.xml
+++ b/servicemix-itests/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.servicemix</groupId>
     <artifactId>servicemix</artifactId>
-    <version>3.4-SNAPSHOT</version>
+    <version>3.4</version>
   </parent>
 
   <artifactId>servicemix-itests</artifactId>
diff --git a/web/pom.xml b/web/pom.xml
index 6b6a83c..a8a818b 100644
--- a/web/pom.xml
+++ b/web/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix</groupId>
         <artifactId>servicemix</artifactId>
-        <version>3.4-SNAPSHOT</version>
+        <version>3.4</version>
     </parent>
     
     <artifactId>web</artifactId>
diff --git a/web/servicemix-console/pom.xml b/web/servicemix-console/pom.xml
index 835781d..ba335c0 100644
--- a/web/servicemix-console/pom.xml
+++ b/web/servicemix-console/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.servicemix</groupId>
     <artifactId>servicemix</artifactId>
-    <version>3.4-SNAPSHOT</version>
+    <version>3.4</version>
     <relativePath>../../pom.xml</relativePath>    
   </parent>
 
diff --git a/web/servicemix-web-console/pom.xml b/web/servicemix-web-console/pom.xml
index 4dc1dc8..2a3c0e4 100644
--- a/web/servicemix-web-console/pom.xml
+++ b/web/servicemix-web-console/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.servicemix</groupId>
     <artifactId>servicemix</artifactId>
-    <version>3.4-SNAPSHOT</version>
+    <version>3.4</version>
     <relativePath>../../pom.xml</relativePath>    
   </parent>