You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by jb...@apache.org on 2010/04/16 13:09:15 UTC

svn commit: r934745 - in /servicemix/smx3/trunk: ./ common/ common/servicemix-components/ core/ core/servicemix-audit/ core/servicemix-core/ deployables/ deployables/serviceengines/ deployables/serviceengines/servicemix-lwcontainer/ distributions/ dist...

Author: jbonofre
Date: Fri Apr 16 11:09:13 2010
New Revision: 934745

URL: http://svn.apache.org/viewvc?rev=934745&view=rev
Log:
[maven-release-plugin] prepare release servicemix-3.3.2

Modified:
    servicemix/smx3/trunk/common/pom.xml
    servicemix/smx3/trunk/common/servicemix-components/pom.xml
    servicemix/smx3/trunk/core/pom.xml
    servicemix/smx3/trunk/core/servicemix-audit/pom.xml
    servicemix/smx3/trunk/core/servicemix-core/pom.xml
    servicemix/smx3/trunk/deployables/pom.xml
    servicemix/smx3/trunk/deployables/serviceengines/pom.xml
    servicemix/smx3/trunk/deployables/serviceengines/servicemix-lwcontainer/pom.xml
    servicemix/smx3/trunk/distributions/apache-servicemix-web/pom.xml
    servicemix/smx3/trunk/distributions/apache-servicemix/pom.xml
    servicemix/smx3/trunk/distributions/pom.xml
    servicemix/smx3/trunk/parent/pom.xml
    servicemix/smx3/trunk/platforms/geronimo/deployer-service/pom.xml
    servicemix/smx3/trunk/platforms/geronimo/deployer/pom.xml
    servicemix/smx3/trunk/platforms/geronimo/pom.xml
    servicemix/smx3/trunk/platforms/geronimo/servicemix-service/pom.xml
    servicemix/smx3/trunk/platforms/geronimo/servicemix/pom.xml
    servicemix/smx3/trunk/platforms/jboss/deployer/pom.xml
    servicemix/smx3/trunk/platforms/jboss/pom.xml
    servicemix/smx3/trunk/platforms/pom.xml
    servicemix/smx3/trunk/pom.xml
    servicemix/smx3/trunk/samples/basic/pom.xml
    servicemix/smx3/trunk/samples/bridge-camel/bridge-camel-sa/pom.xml
    servicemix/smx3/trunk/samples/bridge-camel/bridge-camel-su/pom.xml
    servicemix/smx3/trunk/samples/bridge-camel/pom.xml
    servicemix/smx3/trunk/samples/bridge/bridge-eip-su/pom.xml
    servicemix/smx3/trunk/samples/bridge/bridge-http-su/pom.xml
    servicemix/smx3/trunk/samples/bridge/bridge-jms-su/pom.xml
    servicemix/smx3/trunk/samples/bridge/bridge-sa-itest/pom.xml
    servicemix/smx3/trunk/samples/bridge/bridge-sa/pom.xml
    servicemix/smx3/trunk/samples/bridge/bridge-xslt-su/pom.xml
    servicemix/smx3/trunk/samples/bridge/pom.xml
    servicemix/smx3/trunk/samples/camel/camel-sa-itest/pom.xml
    servicemix/smx3/trunk/samples/camel/camel-sa/pom.xml
    servicemix/smx3/trunk/samples/camel/camel-simple-su/pom.xml
    servicemix/smx3/trunk/samples/camel/pom.xml
    servicemix/smx3/trunk/samples/cxf-wsdl-first/pom.xml
    servicemix/smx3/trunk/samples/cxf-wsdl-first/wsdl-first-cxf-sa/pom.xml
    servicemix/smx3/trunk/samples/cxf-wsdl-first/wsdl-first-cxfbc-su/pom.xml
    servicemix/smx3/trunk/samples/cxf-wsdl-first/wsdl-first-cxfse-su/pom.xml
    servicemix/smx3/trunk/samples/loan-broker/loan-broker-bean-su/pom.xml
    servicemix/smx3/trunk/samples/loan-broker/loan-broker-drools-su/pom.xml
    servicemix/smx3/trunk/samples/loan-broker/loan-broker-jms-su/pom.xml
    servicemix/smx3/trunk/samples/loan-broker/loan-broker-ode-su/pom.xml
    servicemix/smx3/trunk/samples/loan-broker/loan-broker-sa/pom.xml
    servicemix/smx3/trunk/samples/loan-broker/pom.xml
    servicemix/smx3/trunk/samples/pom.xml
    servicemix/smx3/trunk/samples/servicemix-web/pom.xml
    servicemix/smx3/trunk/samples/wsdl-first/pom.xml
    servicemix/smx3/trunk/samples/wsdl-first/wsdl-first-http-su/pom.xml
    servicemix/smx3/trunk/samples/wsdl-first/wsdl-first-jsr181-su/pom.xml
    servicemix/smx3/trunk/samples/wsdl-first/wsdl-first-sa/pom.xml
    servicemix/smx3/trunk/servicemix-itests/pom.xml
    servicemix/smx3/trunk/web/pom.xml
    servicemix/smx3/trunk/web/servicemix-console/pom.xml
    servicemix/smx3/trunk/web/servicemix-web-console/pom.xml

Modified: servicemix/smx3/trunk/common/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx3/trunk/common/pom.xml?rev=934745&r1=934744&r2=934745&view=diff
==============================================================================
--- servicemix/smx3/trunk/common/pom.xml (original)
+++ servicemix/smx3/trunk/common/pom.xml Fri Apr 16 11:09:13 2010
@@ -24,12 +24,12 @@
     <parent>
         <groupId>org.apache.servicemix</groupId>
         <artifactId>servicemix</artifactId>
-        <version>3.3.2-SNAPSHOT</version>
+        <version>3.3.2</version>
     </parent>
 
     <groupId>org.apache.servicemix</groupId>
     <artifactId>common</artifactId>
-    <version>3.3.2-SNAPSHOT</version>
+    <version>3.3.2</version>
     <name>ServiceMix :: Common</name>
     <packaging>pom</packaging>
 

Modified: servicemix/smx3/trunk/common/servicemix-components/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx3/trunk/common/servicemix-components/pom.xml?rev=934745&r1=934744&r2=934745&view=diff
==============================================================================
--- servicemix/smx3/trunk/common/servicemix-components/pom.xml (original)
+++ servicemix/smx3/trunk/common/servicemix-components/pom.xml Fri Apr 16 11:09:13 2010
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.servicemix</groupId>
     <artifactId>common</artifactId>
-    <version>3.3.2-SNAPSHOT</version>
+    <version>3.3.2</version>
   </parent>
 
   <artifactId>servicemix-components</artifactId>

Modified: servicemix/smx3/trunk/core/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx3/trunk/core/pom.xml?rev=934745&r1=934744&r2=934745&view=diff
==============================================================================
--- servicemix/smx3/trunk/core/pom.xml (original)
+++ servicemix/smx3/trunk/core/pom.xml Fri Apr 16 11:09:13 2010
@@ -24,12 +24,12 @@
     <parent>
         <groupId>org.apache.servicemix</groupId>
         <artifactId>parent</artifactId>
-        <version>3.3.2-SNAPSHOT</version>
+        <version>3.3.2</version>
     </parent>
 
     <groupId>org.apache.servicemix</groupId>
     <artifactId>core</artifactId>
-    <version>3.3.2-SNAPSHOT</version>
+    <version>3.3.2</version>
     <name>ServiceMix :: Core</name>
     <packaging>pom</packaging>
 

Modified: servicemix/smx3/trunk/core/servicemix-audit/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx3/trunk/core/servicemix-audit/pom.xml?rev=934745&r1=934744&r2=934745&view=diff
==============================================================================
--- servicemix/smx3/trunk/core/servicemix-audit/pom.xml (original)
+++ servicemix/smx3/trunk/core/servicemix-audit/pom.xml Fri Apr 16 11:09:13 2010
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.servicemix</groupId>
     <artifactId>core</artifactId>
-    <version>3.3.2-SNAPSHOT</version>
+    <version>3.3.2</version>
   </parent>
 
   <artifactId>servicemix-audit</artifactId>

Modified: servicemix/smx3/trunk/core/servicemix-core/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx3/trunk/core/servicemix-core/pom.xml?rev=934745&r1=934744&r2=934745&view=diff
==============================================================================
--- servicemix/smx3/trunk/core/servicemix-core/pom.xml (original)
+++ servicemix/smx3/trunk/core/servicemix-core/pom.xml Fri Apr 16 11:09:13 2010
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.servicemix</groupId>
     <artifactId>core</artifactId>
-    <version>3.3.2-SNAPSHOT</version>
+    <version>3.3.2</version>
   </parent>
 
   <artifactId>servicemix-core</artifactId>

Modified: servicemix/smx3/trunk/deployables/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx3/trunk/deployables/pom.xml?rev=934745&r1=934744&r2=934745&view=diff
==============================================================================
--- servicemix/smx3/trunk/deployables/pom.xml (original)
+++ servicemix/smx3/trunk/deployables/pom.xml Fri Apr 16 11:09:13 2010
@@ -24,12 +24,12 @@
     <parent>
         <groupId>org.apache.servicemix</groupId>
         <artifactId>servicemix</artifactId>
-        <version>3.3.2-SNAPSHOT</version>
+        <version>3.3.2</version>
     </parent>
 
     <groupId>org.apache.servicemix</groupId>
     <artifactId>deployables</artifactId>
-    <version>3.3.2-SNAPSHOT</version>
+    <version>3.3.2</version>
     <name>ServiceMix :: Deployables</name>
     <packaging>pom</packaging>
 

Modified: servicemix/smx3/trunk/deployables/serviceengines/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx3/trunk/deployables/serviceengines/pom.xml?rev=934745&r1=934744&r2=934745&view=diff
==============================================================================
--- servicemix/smx3/trunk/deployables/serviceengines/pom.xml (original)
+++ servicemix/smx3/trunk/deployables/serviceengines/pom.xml Fri Apr 16 11:09:13 2010
@@ -24,12 +24,12 @@
   <parent>
     <groupId>org.apache.servicemix</groupId>
     <artifactId>parent</artifactId>
-    <version>3.3.2-SNAPSHOT</version>
+    <version>3.3.2</version>
   </parent>
 
   <groupId>org.apache.servicemix</groupId>
   <artifactId>serviceengines</artifactId>
-  <version>3.3.2-SNAPSHOT</version>
+  <version>3.3.2</version>
   <name>ServiceMix :: Service Engines</name>
   <packaging>pom</packaging>
 

Modified: servicemix/smx3/trunk/deployables/serviceengines/servicemix-lwcontainer/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx3/trunk/deployables/serviceengines/servicemix-lwcontainer/pom.xml?rev=934745&r1=934744&r2=934745&view=diff
==============================================================================
--- servicemix/smx3/trunk/deployables/serviceengines/servicemix-lwcontainer/pom.xml (original)
+++ servicemix/smx3/trunk/deployables/serviceengines/servicemix-lwcontainer/pom.xml Fri Apr 16 11:09:13 2010
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.servicemix</groupId>
     <artifactId>serviceengines</artifactId>
-    <version>3.3.2-SNAPSHOT</version>
+    <version>3.3.2</version>
   </parent>
 
   <artifactId>servicemix-lwcontainer</artifactId>

Modified: servicemix/smx3/trunk/distributions/apache-servicemix-web/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx3/trunk/distributions/apache-servicemix-web/pom.xml?rev=934745&r1=934744&r2=934745&view=diff
==============================================================================
--- servicemix/smx3/trunk/distributions/apache-servicemix-web/pom.xml (original)
+++ servicemix/smx3/trunk/distributions/apache-servicemix-web/pom.xml Fri Apr 16 11:09:13 2010
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.servicemix</groupId>
     <artifactId>assemblies</artifactId>
-    <version>3.3.2-SNAPSHOT</version>
+    <version>3.3.2</version>
   </parent>
 
   <artifactId>apache-servicemix-web</artifactId>

Modified: servicemix/smx3/trunk/distributions/apache-servicemix/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx3/trunk/distributions/apache-servicemix/pom.xml?rev=934745&r1=934744&r2=934745&view=diff
==============================================================================
--- servicemix/smx3/trunk/distributions/apache-servicemix/pom.xml (original)
+++ servicemix/smx3/trunk/distributions/apache-servicemix/pom.xml Fri Apr 16 11:09:13 2010
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.servicemix</groupId>
     <artifactId>assemblies</artifactId>
-    <version>3.3.2-SNAPSHOT</version>
+    <version>3.3.2</version>
   </parent>
 
   <artifactId>apache-servicemix</artifactId>

Modified: servicemix/smx3/trunk/distributions/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx3/trunk/distributions/pom.xml?rev=934745&r1=934744&r2=934745&view=diff
==============================================================================
--- servicemix/smx3/trunk/distributions/pom.xml (original)
+++ servicemix/smx3/trunk/distributions/pom.xml Fri Apr 16 11:09:13 2010
@@ -24,12 +24,12 @@
   <parent>
     <groupId>org.apache.servicemix</groupId>
     <artifactId>servicemix</artifactId>
-    <version>3.3.2-SNAPSHOT</version>
+    <version>3.3.2</version>
   </parent>
   
   <groupId>org.apache.servicemix</groupId>
   <artifactId>assemblies</artifactId>
-  <version>3.3.2-SNAPSHOT</version>
+  <version>3.3.2</version>
   <name>ServiceMix :: Assemblies</name>
   <packaging>pom</packaging>
 

Modified: servicemix/smx3/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx3/trunk/parent/pom.xml?rev=934745&r1=934744&r2=934745&view=diff
==============================================================================
--- servicemix/smx3/trunk/parent/pom.xml (original)
+++ servicemix/smx3/trunk/parent/pom.xml Fri Apr 16 11:09:13 2010
@@ -24,12 +24,12 @@
   <parent>
     <groupId>org.apache.servicemix</groupId>
     <artifactId>servicemix</artifactId>
-    <version>3.3.2-SNAPSHOT</version>
+    <version>3.3.2</version>
   </parent>
 
   <groupId>org.apache.servicemix</groupId>
   <artifactId>parent</artifactId>
-  <version>3.3.2-SNAPSHOT</version>
+  <version>3.3.2</version>
   <name>ServiceMix :: Parent</name>
   <packaging>pom</packaging>
 

Modified: servicemix/smx3/trunk/platforms/geronimo/deployer-service/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx3/trunk/platforms/geronimo/deployer-service/pom.xml?rev=934745&r1=934744&r2=934745&view=diff
==============================================================================
--- servicemix/smx3/trunk/platforms/geronimo/deployer-service/pom.xml (original)
+++ servicemix/smx3/trunk/platforms/geronimo/deployer-service/pom.xml Fri Apr 16 11:09:13 2010
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix.geronimo</groupId>
         <artifactId>geronimo</artifactId>
-        <version>3.3.2-SNAPSHOT</version>
+        <version>3.3.2</version>
     </parent>
 
     <artifactId>deployer-service</artifactId>

Modified: servicemix/smx3/trunk/platforms/geronimo/deployer/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx3/trunk/platforms/geronimo/deployer/pom.xml?rev=934745&r1=934744&r2=934745&view=diff
==============================================================================
--- servicemix/smx3/trunk/platforms/geronimo/deployer/pom.xml (original)
+++ servicemix/smx3/trunk/platforms/geronimo/deployer/pom.xml Fri Apr 16 11:09:13 2010
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.servicemix.geronimo</groupId>
         <artifactId>geronimo</artifactId>
-        <version>3.3.2-SNAPSHOT</version>
+        <version>3.3.2</version>
     </parent>
 
     <artifactId>deployer</artifactId>

Modified: servicemix/smx3/trunk/platforms/geronimo/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx3/trunk/platforms/geronimo/pom.xml?rev=934745&r1=934744&r2=934745&view=diff
==============================================================================
--- servicemix/smx3/trunk/platforms/geronimo/pom.xml (original)
+++ servicemix/smx3/trunk/platforms/geronimo/pom.xml Fri Apr 16 11:09:13 2010
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix</groupId>
         <artifactId>platforms</artifactId>
-        <version>3.3.2-SNAPSHOT</version>
+        <version>3.3.2</version>
     </parent>
 
     <groupId>org.apache.servicemix.geronimo</groupId>

Modified: servicemix/smx3/trunk/platforms/geronimo/servicemix-service/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx3/trunk/platforms/geronimo/servicemix-service/pom.xml?rev=934745&r1=934744&r2=934745&view=diff
==============================================================================
--- servicemix/smx3/trunk/platforms/geronimo/servicemix-service/pom.xml (original)
+++ servicemix/smx3/trunk/platforms/geronimo/servicemix-service/pom.xml Fri Apr 16 11:09:13 2010
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix.geronimo</groupId>
         <artifactId>geronimo</artifactId>
-        <version>3.3.2-SNAPSHOT</version>
+        <version>3.3.2</version>
     </parent>
 
     <artifactId>servicemix-service</artifactId>

Modified: servicemix/smx3/trunk/platforms/geronimo/servicemix/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx3/trunk/platforms/geronimo/servicemix/pom.xml?rev=934745&r1=934744&r2=934745&view=diff
==============================================================================
--- servicemix/smx3/trunk/platforms/geronimo/servicemix/pom.xml (original)
+++ servicemix/smx3/trunk/platforms/geronimo/servicemix/pom.xml Fri Apr 16 11:09:13 2010
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix.geronimo</groupId>
         <artifactId>geronimo</artifactId>
-        <version>3.3.2-SNAPSHOT</version>
+        <version>3.3.2</version>
     </parent>
 
     <artifactId>servicemix</artifactId>

Modified: servicemix/smx3/trunk/platforms/jboss/deployer/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx3/trunk/platforms/jboss/deployer/pom.xml?rev=934745&r1=934744&r2=934745&view=diff
==============================================================================
--- servicemix/smx3/trunk/platforms/jboss/deployer/pom.xml (original)
+++ servicemix/smx3/trunk/platforms/jboss/deployer/pom.xml Fri Apr 16 11:09:13 2010
@@ -24,11 +24,11 @@
     <parent>
         <groupId>org.apache.servicemix.jboss</groupId>
         <artifactId>jboss</artifactId>
-        <version>3.3.2-SNAPSHOT</version>
+        <version>3.3.2</version>
     </parent>
 
     <artifactId>deployer</artifactId>
-    <version>3.3.2-SNAPSHOT</version>
+    <version>3.3.2</version>
     <packaging>jboss-sar</packaging>
     <name>ServiceMix :: JBoss :: Deployer</name>
 

Modified: servicemix/smx3/trunk/platforms/jboss/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx3/trunk/platforms/jboss/pom.xml?rev=934745&r1=934744&r2=934745&view=diff
==============================================================================
--- servicemix/smx3/trunk/platforms/jboss/pom.xml (original)
+++ servicemix/smx3/trunk/platforms/jboss/pom.xml Fri Apr 16 11:09:13 2010
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix</groupId>
         <artifactId>platforms</artifactId>
-        <version>3.3.2-SNAPSHOT</version>
+        <version>3.3.2</version>
     </parent>
 
     <groupId>org.apache.servicemix.jboss</groupId>

Modified: servicemix/smx3/trunk/platforms/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx3/trunk/platforms/pom.xml?rev=934745&r1=934744&r2=934745&view=diff
==============================================================================
--- servicemix/smx3/trunk/platforms/pom.xml (original)
+++ servicemix/smx3/trunk/platforms/pom.xml Fri Apr 16 11:09:13 2010
@@ -24,12 +24,12 @@
   <parent>
     <groupId>org.apache.servicemix</groupId>
     <artifactId>servicemix</artifactId>
-    <version>3.3.2-SNAPSHOT</version>
+    <version>3.3.2</version>
   </parent>
   
   <groupId>org.apache.servicemix</groupId>
   <artifactId>platforms</artifactId>
-  <version>3.3.2-SNAPSHOT</version>
+  <version>3.3.2</version>
   <name>ServiceMix :: Platforms</name>
   <packaging>pom</packaging>
 

Modified: servicemix/smx3/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx3/trunk/pom.xml?rev=934745&r1=934744&r2=934745&view=diff
==============================================================================
--- servicemix/smx3/trunk/pom.xml (original)
+++ servicemix/smx3/trunk/pom.xml Fri Apr 16 11:09:13 2010
@@ -29,7 +29,7 @@
 
     <groupId>org.apache.servicemix</groupId>
     <artifactId>servicemix</artifactId>
-    <version>3.3.2-SNAPSHOT</version>
+    <version>3.3.2</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.3.2</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/servicemix/smx3/tags/servicemix-3.3.2</developerConnection>
+        <url>http://svn.apache.org/viewcvs.cgi/servicemix/smx3/tags/servicemix-3.3.2</url>
     </scm>
 
     <repositories>
@@ -69,7 +69,7 @@
         <servicemix-mail-version>2010.01</servicemix-mail-version>
         <servicemix-osworkflow-version>2010.01</servicemix-osworkflow-version>
         <servicemix-wsn2005-version>2010.01</servicemix-wsn2005-version>
-        <servicemix-lwcontainer-version>3.3.2-SNAPSHOT</servicemix-lwcontainer-version>
+        <servicemix-lwcontainer-version>3.3.2</servicemix-lwcontainer-version>
         <servicemix-bean-version>2010.01</servicemix-bean-version>
         <servicemix-eip-version>2010.01</servicemix-eip-version>
         <servicemix-script-version>2010.01</servicemix-script-version>
@@ -449,22 +449,22 @@
             <dependency>
                 <groupId>org.apache.servicemix</groupId>
                 <artifactId>servicemix-core</artifactId>
-                <version>3.3.2-SNAPSHOT</version>
+                <version>3.3.2</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.servicemix</groupId>
                 <artifactId>servicemix-audit</artifactId>
-                <version>3.3.2-SNAPSHOT</version>
+                <version>3.3.2</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.servicemix</groupId>
                 <artifactId>servicemix-components</artifactId>
-                <version>3.3.2-SNAPSHOT</version>
+                <version>3.3.2</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.servicemix.geronimo</groupId>
                 <artifactId>deployer-service</artifactId>
-                <version>3.3.2-SNAPSHOT</version>
+                <version>3.3.2</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.servicemix</groupId>
@@ -474,7 +474,7 @@
             <dependency>
                 <groupId>org.apache.servicemix</groupId>
                 <artifactId>servicemix-console</artifactId>
-                <version>3.3.2-SNAPSHOT</version>
+                <version>3.3.2</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.servicemix</groupId>
@@ -625,44 +625,44 @@
             <dependency>
                 <groupId>org.apache.servicemix.samples</groupId>
                 <artifactId>servicemix-web</artifactId>
-                <version>3.3.2-SNAPSHOT</version>
+                <version>3.3.2</version>
                 <type>war</type>
             </dependency>
             <dependency>
                 <groupId>org.apache.servicemix.samples</groupId>
                 <artifactId>wsdl-first</artifactId>
-                <version>3.3.2-SNAPSHOT</version>
+                <version>3.3.2</version>
                 <type>pom</type>
             </dependency>
             
             <dependency>
                 <groupId>org.apache.servicemix.samples</groupId>
                 <artifactId>cxf-wsdl-first</artifactId>
-                <version>3.3.2-SNAPSHOT</version>
+                <version>3.3.2</version>
                 <type>pom</type>
             </dependency>
             <dependency>
                 <groupId>org.apache.servicemix.samples</groupId>
                 <artifactId>loan-broker</artifactId>
-                <version>3.3.2-SNAPSHOT</version>
+                <version>3.3.2</version>
                 <type>pom</type>
             </dependency>
             <dependency>
                 <groupId>org.apache.servicemix.samples</groupId>
                 <artifactId>bridge</artifactId>
-                <version>3.3.2-SNAPSHOT</version>
+                <version>3.3.2</version>
                 <type>pom</type>
             </dependency>
             <dependency>
                 <groupId>org.apache.servicemix.samples</groupId>
                 <artifactId>bridge-camel</artifactId>
-                <version>3.3.2-SNAPSHOT</version>
+                <version>3.3.2</version>
                 <type>pom</type>
             </dependency>
             <dependency>
                 <groupId>org.apache.servicemix.samples</groupId>
                 <artifactId>basic</artifactId>
-                <version>3.3.2-SNAPSHOT</version>
+                <version>3.3.2</version>
                 <type>pom</type>
             </dependency>
             <!--
@@ -675,7 +675,7 @@
             <dependency>
                 <groupId>org.apache.servicemix</groupId>
                 <artifactId>servicemix-web-console</artifactId>
-                <version>3.3.2-SNAPSHOT</version>
+                <version>3.3.2</version>
                 <type>war</type>
             </dependency>
 

Modified: servicemix/smx3/trunk/samples/basic/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx3/trunk/samples/basic/pom.xml?rev=934745&r1=934744&r2=934745&view=diff
==============================================================================
--- servicemix/smx3/trunk/samples/basic/pom.xml (original)
+++ servicemix/smx3/trunk/samples/basic/pom.xml Fri Apr 16 11:09:13 2010
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix</groupId>
         <artifactId>samples</artifactId>
-        <version>3.3.2-SNAPSHOT</version>
+        <version>3.3.2</version>
     </parent>
 
     <groupId>org.apache.servicemix.samples</groupId>

Modified: servicemix/smx3/trunk/samples/bridge-camel/bridge-camel-sa/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx3/trunk/samples/bridge-camel/bridge-camel-sa/pom.xml?rev=934745&r1=934744&r2=934745&view=diff
==============================================================================
--- servicemix/smx3/trunk/samples/bridge-camel/bridge-camel-sa/pom.xml (original)
+++ servicemix/smx3/trunk/samples/bridge-camel/bridge-camel-sa/pom.xml Fri Apr 16 11:09:13 2010
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix.samples</groupId>
         <artifactId>bridge-camel</artifactId>
-        <version>3.3.2-SNAPSHOT</version>
+        <version>3.3.2</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.3.2-SNAPSHOT</version>
+            <version>3.3.2</version>
         </dependency>
         <dependency>
             <groupId>org.apache.servicemix.samples.bridge-camel</groupId>
             <artifactId>bridge-camel-su</artifactId>
-            <version>3.3.2-SNAPSHOT</version>
+            <version>3.3.2</version>
         </dependency>
         <dependency>
             <groupId>org.apache.servicemix.samples.bridge</groupId>
             <artifactId>bridge-jms-su</artifactId>
-            <version>3.3.2-SNAPSHOT</version>
+            <version>3.3.2</version>
         </dependency>
     </dependencies>
 

Modified: servicemix/smx3/trunk/samples/bridge-camel/bridge-camel-su/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx3/trunk/samples/bridge-camel/bridge-camel-su/pom.xml?rev=934745&r1=934744&r2=934745&view=diff
==============================================================================
--- servicemix/smx3/trunk/samples/bridge-camel/bridge-camel-su/pom.xml (original)
+++ servicemix/smx3/trunk/samples/bridge-camel/bridge-camel-su/pom.xml Fri Apr 16 11:09:13 2010
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix.samples</groupId>
         <artifactId>bridge-camel</artifactId>
-        <version>3.3.2-SNAPSHOT</version>
+        <version>3.3.2</version>
     </parent>
 
     <groupId>org.apache.servicemix.samples.bridge-camel</groupId>

Modified: servicemix/smx3/trunk/samples/bridge-camel/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx3/trunk/samples/bridge-camel/pom.xml?rev=934745&r1=934744&r2=934745&view=diff
==============================================================================
--- servicemix/smx3/trunk/samples/bridge-camel/pom.xml (original)
+++ servicemix/smx3/trunk/samples/bridge-camel/pom.xml Fri Apr 16 11:09:13 2010
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix</groupId>
         <artifactId>samples</artifactId>
-        <version>3.3.2-SNAPSHOT</version>
+        <version>3.3.2</version>
     </parent>
 
     <groupId>org.apache.servicemix.samples</groupId>

Modified: servicemix/smx3/trunk/samples/bridge/bridge-eip-su/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx3/trunk/samples/bridge/bridge-eip-su/pom.xml?rev=934745&r1=934744&r2=934745&view=diff
==============================================================================
--- servicemix/smx3/trunk/samples/bridge/bridge-eip-su/pom.xml (original)
+++ servicemix/smx3/trunk/samples/bridge/bridge-eip-su/pom.xml Fri Apr 16 11:09:13 2010
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix.samples</groupId>
         <artifactId>bridge</artifactId>
-        <version>3.3.2-SNAPSHOT</version>
+        <version>3.3.2</version>
     </parent>
 
     <groupId>org.apache.servicemix.samples.bridge</groupId>

Modified: servicemix/smx3/trunk/samples/bridge/bridge-http-su/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx3/trunk/samples/bridge/bridge-http-su/pom.xml?rev=934745&r1=934744&r2=934745&view=diff
==============================================================================
--- servicemix/smx3/trunk/samples/bridge/bridge-http-su/pom.xml (original)
+++ servicemix/smx3/trunk/samples/bridge/bridge-http-su/pom.xml Fri Apr 16 11:09:13 2010
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix.samples</groupId>
         <artifactId>bridge</artifactId>
-        <version>3.3.2-SNAPSHOT</version>
+        <version>3.3.2</version>
     </parent>
 
     <groupId>org.apache.servicemix.samples.bridge</groupId>

Modified: servicemix/smx3/trunk/samples/bridge/bridge-jms-su/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx3/trunk/samples/bridge/bridge-jms-su/pom.xml?rev=934745&r1=934744&r2=934745&view=diff
==============================================================================
--- servicemix/smx3/trunk/samples/bridge/bridge-jms-su/pom.xml (original)
+++ servicemix/smx3/trunk/samples/bridge/bridge-jms-su/pom.xml Fri Apr 16 11:09:13 2010
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix.samples</groupId>
         <artifactId>bridge</artifactId>
-        <version>3.3.2-SNAPSHOT</version>
+        <version>3.3.2</version>
     </parent>
 
     <groupId>org.apache.servicemix.samples.bridge</groupId>

Modified: servicemix/smx3/trunk/samples/bridge/bridge-sa-itest/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx3/trunk/samples/bridge/bridge-sa-itest/pom.xml?rev=934745&r1=934744&r2=934745&view=diff
==============================================================================
--- servicemix/smx3/trunk/samples/bridge/bridge-sa-itest/pom.xml (original)
+++ servicemix/smx3/trunk/samples/bridge/bridge-sa-itest/pom.xml Fri Apr 16 11:09:13 2010
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.servicemix.samples</groupId>
     <artifactId>bridge</artifactId>
-    <version>3.3.2-SNAPSHOT</version>
+    <version>3.3.2</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.3.2-SNAPSHOT</version>
+      <version>3.3.2</version>
     </dependency>
 
     <!-- for testing -->
     <dependency>
       <groupId>org.apache.servicemix</groupId>
       <artifactId>servicemix-core</artifactId>
-      <version>3.3.2-SNAPSHOT</version>
+      <version>3.3.2</version>
       <scope>test</scope>
     </dependency>
     <dependency>

Modified: servicemix/smx3/trunk/samples/bridge/bridge-sa/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx3/trunk/samples/bridge/bridge-sa/pom.xml?rev=934745&r1=934744&r2=934745&view=diff
==============================================================================
--- servicemix/smx3/trunk/samples/bridge/bridge-sa/pom.xml (original)
+++ servicemix/smx3/trunk/samples/bridge/bridge-sa/pom.xml Fri Apr 16 11:09:13 2010
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix.samples</groupId>
         <artifactId>bridge</artifactId>
-        <version>3.3.2-SNAPSHOT</version>
+        <version>3.3.2</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.3.2-SNAPSHOT</version>
+            <version>3.3.2</version>
         </dependency>
         <dependency>
             <groupId>org.apache.servicemix.samples.bridge</groupId>
             <artifactId>bridge-eip-su</artifactId>
-            <version>3.3.2-SNAPSHOT</version>
+            <version>3.3.2</version>
         </dependency>
         <dependency>
             <groupId>org.apache.servicemix.samples.bridge</groupId>
             <artifactId>bridge-xslt-su</artifactId>
-            <version>3.3.2-SNAPSHOT</version>
+            <version>3.3.2</version>
         </dependency>
         <dependency>
             <groupId>org.apache.servicemix.samples.bridge</groupId>
             <artifactId>bridge-jms-su</artifactId>
-            <version>3.3.2-SNAPSHOT</version>
+            <version>3.3.2</version>
         </dependency>
     </dependencies>
 

Modified: servicemix/smx3/trunk/samples/bridge/bridge-xslt-su/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx3/trunk/samples/bridge/bridge-xslt-su/pom.xml?rev=934745&r1=934744&r2=934745&view=diff
==============================================================================
--- servicemix/smx3/trunk/samples/bridge/bridge-xslt-su/pom.xml (original)
+++ servicemix/smx3/trunk/samples/bridge/bridge-xslt-su/pom.xml Fri Apr 16 11:09:13 2010
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix.samples</groupId>
         <artifactId>bridge</artifactId>
-        <version>3.3.2-SNAPSHOT</version>
+        <version>3.3.2</version>
     </parent>
 
     <groupId>org.apache.servicemix.samples.bridge</groupId>

Modified: servicemix/smx3/trunk/samples/bridge/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx3/trunk/samples/bridge/pom.xml?rev=934745&r1=934744&r2=934745&view=diff
==============================================================================
--- servicemix/smx3/trunk/samples/bridge/pom.xml (original)
+++ servicemix/smx3/trunk/samples/bridge/pom.xml Fri Apr 16 11:09:13 2010
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix</groupId>
         <artifactId>samples</artifactId>
-        <version>3.3.2-SNAPSHOT</version>
+        <version>3.3.2</version>
     </parent>
 
     <groupId>org.apache.servicemix.samples</groupId>

Modified: servicemix/smx3/trunk/samples/camel/camel-sa-itest/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx3/trunk/samples/camel/camel-sa-itest/pom.xml?rev=934745&r1=934744&r2=934745&view=diff
==============================================================================
--- servicemix/smx3/trunk/samples/camel/camel-sa-itest/pom.xml (original)
+++ servicemix/smx3/trunk/samples/camel/camel-sa-itest/pom.xml Fri Apr 16 11:09:13 2010
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.servicemix.samples</groupId>
     <artifactId>camel</artifactId>
-    <version>3.3.2-SNAPSHOT</version>
+    <version>3.3.2</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.3.2-SNAPSHOT</version>
+      <version>3.3.2</version>
     </dependency>
 
     <!-- for testing -->

Modified: servicemix/smx3/trunk/samples/camel/camel-sa/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx3/trunk/samples/camel/camel-sa/pom.xml?rev=934745&r1=934744&r2=934745&view=diff
==============================================================================
--- servicemix/smx3/trunk/samples/camel/camel-sa/pom.xml (original)
+++ servicemix/smx3/trunk/samples/camel/camel-sa/pom.xml Fri Apr 16 11:09:13 2010
@@ -24,7 +24,7 @@
   <parent>
      <groupId>org.apache.servicemix.samples</groupId> 
      <artifactId>camel</artifactId>
-     <version>3.3.2-SNAPSHOT</version>
+     <version>3.3.2</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.3.2-SNAPSHOT</version>      
+      <version>3.3.2</version>      
     </dependency>      
   </dependencies>
   <build>

Modified: servicemix/smx3/trunk/samples/camel/camel-simple-su/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx3/trunk/samples/camel/camel-simple-su/pom.xml?rev=934745&r1=934744&r2=934745&view=diff
==============================================================================
--- servicemix/smx3/trunk/samples/camel/camel-simple-su/pom.xml (original)
+++ servicemix/smx3/trunk/samples/camel/camel-simple-su/pom.xml Fri Apr 16 11:09:13 2010
@@ -24,7 +24,7 @@
   <parent>
 	  <groupId>org.apache.servicemix.samples</groupId>
 	  <artifactId>camel</artifactId>
-	  <version>3.3.2-SNAPSHOT</version>
+	  <version>3.3.2</version>
   </parent>
 
   <groupId>org.apache.servicemix.samples</groupId>

Modified: servicemix/smx3/trunk/samples/camel/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx3/trunk/samples/camel/pom.xml?rev=934745&r1=934744&r2=934745&view=diff
==============================================================================
--- servicemix/smx3/trunk/samples/camel/pom.xml (original)
+++ servicemix/smx3/trunk/samples/camel/pom.xml Fri Apr 16 11:09:13 2010
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix</groupId>
         <artifactId>samples</artifactId>
-        <version>3.3.2-SNAPSHOT</version>
+        <version>3.3.2</version>
     </parent>
 
     <groupId>org.apache.servicemix.samples</groupId>

Modified: servicemix/smx3/trunk/samples/cxf-wsdl-first/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx3/trunk/samples/cxf-wsdl-first/pom.xml?rev=934745&r1=934744&r2=934745&view=diff
==============================================================================
--- servicemix/smx3/trunk/samples/cxf-wsdl-first/pom.xml (original)
+++ servicemix/smx3/trunk/samples/cxf-wsdl-first/pom.xml Fri Apr 16 11:09:13 2010
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix</groupId>
         <artifactId>samples</artifactId>
-        <version>3.3.2-SNAPSHOT</version>
+        <version>3.3.2</version>
     </parent>
 
     <groupId>org.apache.servicemix.samples</groupId>

Modified: servicemix/smx3/trunk/samples/cxf-wsdl-first/wsdl-first-cxf-sa/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx3/trunk/samples/cxf-wsdl-first/wsdl-first-cxf-sa/pom.xml?rev=934745&r1=934744&r2=934745&view=diff
==============================================================================
--- servicemix/smx3/trunk/samples/cxf-wsdl-first/wsdl-first-cxf-sa/pom.xml (original)
+++ servicemix/smx3/trunk/samples/cxf-wsdl-first/wsdl-first-cxf-sa/pom.xml Fri Apr 16 11:09:13 2010
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix.samples</groupId>
         <artifactId>cxf-wsdl-first</artifactId>
-        <version>3.3.2-SNAPSHOT</version>
+        <version>3.3.2</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.3.2-SNAPSHOT</version>
+            <version>3.3.2</version>
         </dependency>
         <dependency>
             <groupId>org.apache.servicemix.samples.cxf-wsdl-first</groupId>
             <artifactId>wsdl-first-cxfbc-su</artifactId>
-            <version>3.3.2-SNAPSHOT</version>
+            <version>3.3.2</version>
         </dependency>
     </dependencies>
 

Modified: servicemix/smx3/trunk/samples/cxf-wsdl-first/wsdl-first-cxfbc-su/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx3/trunk/samples/cxf-wsdl-first/wsdl-first-cxfbc-su/pom.xml?rev=934745&r1=934744&r2=934745&view=diff
==============================================================================
--- servicemix/smx3/trunk/samples/cxf-wsdl-first/wsdl-first-cxfbc-su/pom.xml (original)
+++ servicemix/smx3/trunk/samples/cxf-wsdl-first/wsdl-first-cxfbc-su/pom.xml Fri Apr 16 11:09:13 2010
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix.samples</groupId>
         <artifactId>cxf-wsdl-first</artifactId>
-        <version>3.3.2-SNAPSHOT</version>
+        <version>3.3.2</version>
     </parent>
 
     <groupId>org.apache.servicemix.samples.cxf-wsdl-first</groupId>

Modified: servicemix/smx3/trunk/samples/cxf-wsdl-first/wsdl-first-cxfse-su/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx3/trunk/samples/cxf-wsdl-first/wsdl-first-cxfse-su/pom.xml?rev=934745&r1=934744&r2=934745&view=diff
==============================================================================
--- servicemix/smx3/trunk/samples/cxf-wsdl-first/wsdl-first-cxfse-su/pom.xml (original)
+++ servicemix/smx3/trunk/samples/cxf-wsdl-first/wsdl-first-cxfse-su/pom.xml Fri Apr 16 11:09:13 2010
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix.samples</groupId>
         <artifactId>cxf-wsdl-first</artifactId>
-        <version>3.3.2-SNAPSHOT</version>
+        <version>3.3.2</version>
     </parent>
 
     <groupId>org.apache.servicemix.samples.cxf-wsdl-first</groupId>

Modified: servicemix/smx3/trunk/samples/loan-broker/loan-broker-bean-su/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx3/trunk/samples/loan-broker/loan-broker-bean-su/pom.xml?rev=934745&r1=934744&r2=934745&view=diff
==============================================================================
--- servicemix/smx3/trunk/samples/loan-broker/loan-broker-bean-su/pom.xml (original)
+++ servicemix/smx3/trunk/samples/loan-broker/loan-broker-bean-su/pom.xml Fri Apr 16 11:09:13 2010
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix.samples</groupId>
         <artifactId>loan-broker</artifactId>
-        <version>3.3.2-SNAPSHOT</version>
+        <version>3.3.2</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.3.2-SNAPSHOT</version>
+            <version>3.3.2</version>
         </dependency>
     </dependencies>
 

Modified: servicemix/smx3/trunk/samples/loan-broker/loan-broker-drools-su/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx3/trunk/samples/loan-broker/loan-broker-drools-su/pom.xml?rev=934745&r1=934744&r2=934745&view=diff
==============================================================================
--- servicemix/smx3/trunk/samples/loan-broker/loan-broker-drools-su/pom.xml (original)
+++ servicemix/smx3/trunk/samples/loan-broker/loan-broker-drools-su/pom.xml Fri Apr 16 11:09:13 2010
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix.samples</groupId>
         <artifactId>loan-broker</artifactId>
-        <version>3.3.2-SNAPSHOT</version>
+        <version>3.3.2</version>
     </parent>
 
     <groupId>org.apache.servicemix.samples.loan-broker</groupId>

Modified: servicemix/smx3/trunk/samples/loan-broker/loan-broker-jms-su/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx3/trunk/samples/loan-broker/loan-broker-jms-su/pom.xml?rev=934745&r1=934744&r2=934745&view=diff
==============================================================================
--- servicemix/smx3/trunk/samples/loan-broker/loan-broker-jms-su/pom.xml (original)
+++ servicemix/smx3/trunk/samples/loan-broker/loan-broker-jms-su/pom.xml Fri Apr 16 11:09:13 2010
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix.samples</groupId>
         <artifactId>loan-broker</artifactId>
-        <version>3.3.2-SNAPSHOT</version>
+        <version>3.3.2</version>
     </parent>
 
     <groupId>org.apache.servicemix.samples.loan-broker</groupId>

Modified: servicemix/smx3/trunk/samples/loan-broker/loan-broker-ode-su/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx3/trunk/samples/loan-broker/loan-broker-ode-su/pom.xml?rev=934745&r1=934744&r2=934745&view=diff
==============================================================================
--- servicemix/smx3/trunk/samples/loan-broker/loan-broker-ode-su/pom.xml (original)
+++ servicemix/smx3/trunk/samples/loan-broker/loan-broker-ode-su/pom.xml Fri Apr 16 11:09:13 2010
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix.samples</groupId>
         <artifactId>loan-broker</artifactId>
-        <version>3.3.2-SNAPSHOT</version>
+        <version>3.3.2</version>
     </parent>
 
     <groupId>org.apache.servicemix.samples.loan-broker</groupId>

Modified: servicemix/smx3/trunk/samples/loan-broker/loan-broker-sa/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx3/trunk/samples/loan-broker/loan-broker-sa/pom.xml?rev=934745&r1=934744&r2=934745&view=diff
==============================================================================
--- servicemix/smx3/trunk/samples/loan-broker/loan-broker-sa/pom.xml (original)
+++ servicemix/smx3/trunk/samples/loan-broker/loan-broker-sa/pom.xml Fri Apr 16 11:09:13 2010
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix.samples</groupId>
         <artifactId>loan-broker</artifactId>
-        <version>3.3.2-SNAPSHOT</version>
+        <version>3.3.2</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.3.2-SNAPSHOT</version>
+            <version>3.3.2</version>
         </dependency>
         <dependency>
             <groupId>org.apache.servicemix.samples.loan-broker</groupId>
             <artifactId>loan-broker-bean-su</artifactId>
-            <version>3.3.2-SNAPSHOT</version>
+            <version>3.3.2</version>
         </dependency>
         <dependency>
             <groupId>org.apache.servicemix.samples.loan-broker</groupId>
             <artifactId>loan-broker-drools-su</artifactId>
-            <version>3.3.2-SNAPSHOT</version>
+            <version>3.3.2</version>
         </dependency>
         <dependency>
             <groupId>org.apache.servicemix.samples.loan-broker</groupId>
             <artifactId>loan-broker-jms-su</artifactId>
-            <version>3.3.2-SNAPSHOT</version>
+            <version>3.3.2</version>
         </dependency>
     </dependencies>
 

Modified: servicemix/smx3/trunk/samples/loan-broker/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx3/trunk/samples/loan-broker/pom.xml?rev=934745&r1=934744&r2=934745&view=diff
==============================================================================
--- servicemix/smx3/trunk/samples/loan-broker/pom.xml (original)
+++ servicemix/smx3/trunk/samples/loan-broker/pom.xml Fri Apr 16 11:09:13 2010
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix</groupId>
         <artifactId>samples</artifactId>
-        <version>3.3.2-SNAPSHOT</version>
+        <version>3.3.2</version>
     </parent>
 
     <groupId>org.apache.servicemix.samples</groupId>

Modified: servicemix/smx3/trunk/samples/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx3/trunk/samples/pom.xml?rev=934745&r1=934744&r2=934745&view=diff
==============================================================================
--- servicemix/smx3/trunk/samples/pom.xml (original)
+++ servicemix/smx3/trunk/samples/pom.xml Fri Apr 16 11:09:13 2010
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.servicemix</groupId>
     <artifactId>servicemix</artifactId>
-    <version>3.3.2-SNAPSHOT</version>
+    <version>3.3.2</version>
   </parent>
   
   <groupId>org.apache.servicemix</groupId>

Modified: servicemix/smx3/trunk/samples/servicemix-web/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx3/trunk/samples/servicemix-web/pom.xml?rev=934745&r1=934744&r2=934745&view=diff
==============================================================================
--- servicemix/smx3/trunk/samples/servicemix-web/pom.xml (original)
+++ servicemix/smx3/trunk/samples/servicemix-web/pom.xml Fri Apr 16 11:09:13 2010
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.servicemix</groupId>
     <artifactId>samples</artifactId>
-    <version>3.3.2-SNAPSHOT</version>
+    <version>3.3.2</version>
   </parent>
 
   <groupId>org.apache.servicemix.samples</groupId>

Modified: servicemix/smx3/trunk/samples/wsdl-first/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx3/trunk/samples/wsdl-first/pom.xml?rev=934745&r1=934744&r2=934745&view=diff
==============================================================================
--- servicemix/smx3/trunk/samples/wsdl-first/pom.xml (original)
+++ servicemix/smx3/trunk/samples/wsdl-first/pom.xml Fri Apr 16 11:09:13 2010
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix</groupId>
         <artifactId>samples</artifactId>
-        <version>3.3.2-SNAPSHOT</version>
+        <version>3.3.2</version>
     </parent>
 
     <groupId>org.apache.servicemix.samples</groupId>

Modified: servicemix/smx3/trunk/samples/wsdl-first/wsdl-first-http-su/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx3/trunk/samples/wsdl-first/wsdl-first-http-su/pom.xml?rev=934745&r1=934744&r2=934745&view=diff
==============================================================================
--- servicemix/smx3/trunk/samples/wsdl-first/wsdl-first-http-su/pom.xml (original)
+++ servicemix/smx3/trunk/samples/wsdl-first/wsdl-first-http-su/pom.xml Fri Apr 16 11:09:13 2010
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix.samples</groupId>
         <artifactId>wsdl-first</artifactId>
-        <version>3.3.2-SNAPSHOT</version>
+        <version>3.3.2</version>
     </parent>
 
     <groupId>org.apache.servicemix.samples.wsdl-first</groupId>

Modified: servicemix/smx3/trunk/samples/wsdl-first/wsdl-first-jsr181-su/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx3/trunk/samples/wsdl-first/wsdl-first-jsr181-su/pom.xml?rev=934745&r1=934744&r2=934745&view=diff
==============================================================================
--- servicemix/smx3/trunk/samples/wsdl-first/wsdl-first-jsr181-su/pom.xml (original)
+++ servicemix/smx3/trunk/samples/wsdl-first/wsdl-first-jsr181-su/pom.xml Fri Apr 16 11:09:13 2010
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix.samples</groupId>
         <artifactId>wsdl-first</artifactId>
-        <version>3.3.2-SNAPSHOT</version>
+        <version>3.3.2</version>
     </parent>
 
     <groupId>org.apache.servicemix.samples.wsdl-first</groupId>

Modified: servicemix/smx3/trunk/samples/wsdl-first/wsdl-first-sa/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx3/trunk/samples/wsdl-first/wsdl-first-sa/pom.xml?rev=934745&r1=934744&r2=934745&view=diff
==============================================================================
--- servicemix/smx3/trunk/samples/wsdl-first/wsdl-first-sa/pom.xml (original)
+++ servicemix/smx3/trunk/samples/wsdl-first/wsdl-first-sa/pom.xml Fri Apr 16 11:09:13 2010
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix.samples</groupId>
         <artifactId>wsdl-first</artifactId>
-        <version>3.3.2-SNAPSHOT</version>
+        <version>3.3.2</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.3.2-SNAPSHOT</version>
+            <version>3.3.2</version>
         </dependency>
         <dependency>
             <groupId>org.apache.servicemix.samples.wsdl-first</groupId>
             <artifactId>wsdl-first-http-su</artifactId>
-            <version>3.3.2-SNAPSHOT</version>
+            <version>3.3.2</version>
         </dependency>
     </dependencies>
 

Modified: servicemix/smx3/trunk/servicemix-itests/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx3/trunk/servicemix-itests/pom.xml?rev=934745&r1=934744&r2=934745&view=diff
==============================================================================
--- servicemix/smx3/trunk/servicemix-itests/pom.xml (original)
+++ servicemix/smx3/trunk/servicemix-itests/pom.xml Fri Apr 16 11:09:13 2010
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.servicemix</groupId>
     <artifactId>servicemix</artifactId>
-    <version>3.3.2-SNAPSHOT</version>
+    <version>3.3.2</version>
   </parent>
 
   <artifactId>servicemix-itests</artifactId>

Modified: servicemix/smx3/trunk/web/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx3/trunk/web/pom.xml?rev=934745&r1=934744&r2=934745&view=diff
==============================================================================
--- servicemix/smx3/trunk/web/pom.xml (original)
+++ servicemix/smx3/trunk/web/pom.xml Fri Apr 16 11:09:13 2010
@@ -24,12 +24,12 @@
     <parent>
         <groupId>org.apache.servicemix</groupId>
         <artifactId>servicemix</artifactId>
-        <version>3.3.2-SNAPSHOT</version>
+        <version>3.3.2</version>
     </parent>
     
     <groupId>org.apache.servicemix</groupId>
     <artifactId>web</artifactId>
-    <version>3.3.2-SNAPSHOT</version>
+    <version>3.3.2</version>
     <name>ServiceMix :: Web Apps</name>
     <packaging>pom</packaging>
   

Modified: servicemix/smx3/trunk/web/servicemix-console/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx3/trunk/web/servicemix-console/pom.xml?rev=934745&r1=934744&r2=934745&view=diff
==============================================================================
--- servicemix/smx3/trunk/web/servicemix-console/pom.xml (original)
+++ servicemix/smx3/trunk/web/servicemix-console/pom.xml Fri Apr 16 11:09:13 2010
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.servicemix</groupId>
     <artifactId>servicemix</artifactId>
-    <version>3.3.2-SNAPSHOT</version>
+    <version>3.3.2</version>
   </parent>
 
   <artifactId>servicemix-console</artifactId>

Modified: servicemix/smx3/trunk/web/servicemix-web-console/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx3/trunk/web/servicemix-web-console/pom.xml?rev=934745&r1=934744&r2=934745&view=diff
==============================================================================
--- servicemix/smx3/trunk/web/servicemix-web-console/pom.xml (original)
+++ servicemix/smx3/trunk/web/servicemix-web-console/pom.xml Fri Apr 16 11:09:13 2010
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.servicemix</groupId>
     <artifactId>servicemix</artifactId>
-    <version>3.3.2-SNAPSHOT</version>
+    <version>3.3.2</version>
   </parent>
 
   <artifactId>servicemix-web-console</artifactId>