You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ff...@apache.org on 2007/10/25 03:17:28 UTC

svn commit: r588101 [2/2] - in /incubator/servicemix/branches/servicemix-3.2: ./ archetypes/ archetypes/servicemix-archetypes-itests/ archetypes/servicemix-bean-service-unit/ archetypes/servicemix-binding-component/ archetypes/servicemix-camel-service-...

Modified: incubator/servicemix/branches/servicemix-3.2/deployables/serviceengines/servicemix-lwcontainer/src/test/java/org/apache/servicemix/lwcontainer/LwContainerComponentTest.java
URL: http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.2/deployables/serviceengines/servicemix-lwcontainer/src/test/java/org/apache/servicemix/lwcontainer/LwContainerComponentTest.java?rev=588101&r1=588100&r2=588101&view=diff
==============================================================================
--- incubator/servicemix/branches/servicemix-3.2/deployables/serviceengines/servicemix-lwcontainer/src/test/java/org/apache/servicemix/lwcontainer/LwContainerComponentTest.java (original)
+++ incubator/servicemix/branches/servicemix-3.2/deployables/serviceengines/servicemix-lwcontainer/src/test/java/org/apache/servicemix/lwcontainer/LwContainerComponentTest.java Wed Oct 24 18:17:23 2007
@@ -111,14 +111,14 @@
         InstallSharedLibrary isl = new InstallSharedLibrary();
         isl.setGroupId("org.apache.servicemix");
         isl.setArtifactId("servicemix-shared");
-        isl.setVersion("3.2-SNAPSHOT");
+        isl.setVersion("3.2");
         isl.afterPropertiesSet();
         isl.deploy(container);
 
         InstallComponent ic = new InstallComponent();
         ic.setGroupId("org.apache.servicemix");
         ic.setArtifactId("servicemix-quartz");
-        ic.setVersion("3.2-SNAPSHOT");
+        ic.setVersion("3.2");
         ic.afterPropertiesSet();
         ic.deploy(container);
 

Modified: incubator/servicemix/branches/servicemix-3.2/deployables/serviceengines/servicemix-quartz/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.2/deployables/serviceengines/servicemix-quartz/pom.xml?rev=588101&r1=588100&r2=588101&view=diff
==============================================================================
--- incubator/servicemix/branches/servicemix-3.2/deployables/serviceengines/servicemix-quartz/pom.xml (original)
+++ incubator/servicemix/branches/servicemix-3.2/deployables/serviceengines/servicemix-quartz/pom.xml Wed Oct 24 18:17:23 2007
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.servicemix</groupId>
     <artifactId>serviceengines</artifactId>
-    <version>3.2-SNAPSHOT</version>
+    <version>3.2</version>
   </parent>
 
   <artifactId>servicemix-quartz</artifactId>

Modified: incubator/servicemix/branches/servicemix-3.2/deployables/serviceengines/servicemix-saxon/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.2/deployables/serviceengines/servicemix-saxon/pom.xml?rev=588101&r1=588100&r2=588101&view=diff
==============================================================================
--- incubator/servicemix/branches/servicemix-3.2/deployables/serviceengines/servicemix-saxon/pom.xml (original)
+++ incubator/servicemix/branches/servicemix-3.2/deployables/serviceengines/servicemix-saxon/pom.xml Wed Oct 24 18:17:23 2007
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.servicemix</groupId>
     <artifactId>serviceengines</artifactId>
-    <version>3.2-SNAPSHOT</version>
+    <version>3.2</version>
   </parent>
 
   <artifactId>servicemix-saxon</artifactId>

Modified: incubator/servicemix/branches/servicemix-3.2/deployables/serviceengines/servicemix-script/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.2/deployables/serviceengines/servicemix-script/pom.xml?rev=588101&r1=588100&r2=588101&view=diff
==============================================================================
--- incubator/servicemix/branches/servicemix-3.2/deployables/serviceengines/servicemix-script/pom.xml (original)
+++ incubator/servicemix/branches/servicemix-3.2/deployables/serviceengines/servicemix-script/pom.xml Wed Oct 24 18:17:23 2007
@@ -24,7 +24,7 @@
 	<parent>
 		<groupId>org.apache.servicemix</groupId>
 		<artifactId>serviceengines</artifactId>
-		<version>3.2-SNAPSHOT</version>
+		<version>3.2</version>
 	</parent>
 
 	<groupId>org.apache.servicemix</groupId>

Modified: incubator/servicemix/branches/servicemix-3.2/deployables/serviceengines/servicemix-wsn2005/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.2/deployables/serviceengines/servicemix-wsn2005/pom.xml?rev=588101&r1=588100&r2=588101&view=diff
==============================================================================
--- incubator/servicemix/branches/servicemix-3.2/deployables/serviceengines/servicemix-wsn2005/pom.xml (original)
+++ incubator/servicemix/branches/servicemix-3.2/deployables/serviceengines/servicemix-wsn2005/pom.xml Wed Oct 24 18:17:23 2007
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.servicemix</groupId>
     <artifactId>serviceengines</artifactId>
-    <version>3.2-SNAPSHOT</version>
+    <version>3.2</version>
   </parent>
 
   <artifactId>servicemix-wsn2005</artifactId>

Modified: incubator/servicemix/branches/servicemix-3.2/deployables/sharedlibraries/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.2/deployables/sharedlibraries/pom.xml?rev=588101&r1=588100&r2=588101&view=diff
==============================================================================
--- incubator/servicemix/branches/servicemix-3.2/deployables/sharedlibraries/pom.xml (original)
+++ incubator/servicemix/branches/servicemix-3.2/deployables/sharedlibraries/pom.xml Wed Oct 24 18:17:23 2007
@@ -24,12 +24,12 @@
   <parent>
     <groupId>org.apache.servicemix</groupId>
     <artifactId>deployables</artifactId>
-    <version>3.2-SNAPSHOT</version>
+    <version>3.2</version>
   </parent>
   
   <groupId>org.apache.servicemix</groupId>
   <artifactId>sharedlibraries</artifactId>
-  <version>3.2-SNAPSHOT</version>
+  <version>3.2</version>
   <name>ServiceMix :: Shared Libraries</name>
   <packaging>pom</packaging>
 

Modified: incubator/servicemix/branches/servicemix-3.2/deployables/sharedlibraries/servicemix-shared-compat/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.2/deployables/sharedlibraries/servicemix-shared-compat/pom.xml?rev=588101&r1=588100&r2=588101&view=diff
==============================================================================
--- incubator/servicemix/branches/servicemix-3.2/deployables/sharedlibraries/servicemix-shared-compat/pom.xml (original)
+++ incubator/servicemix/branches/servicemix-3.2/deployables/sharedlibraries/servicemix-shared-compat/pom.xml Wed Oct 24 18:17:23 2007
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.servicemix</groupId>
     <artifactId>sharedlibraries</artifactId>
-    <version>3.2-SNAPSHOT</version>
+    <version>3.2</version>
   </parent>
 
   <artifactId>servicemix-shared-compat</artifactId>

Modified: incubator/servicemix/branches/servicemix-3.2/deployables/sharedlibraries/servicemix-shared/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.2/deployables/sharedlibraries/servicemix-shared/pom.xml?rev=588101&r1=588100&r2=588101&view=diff
==============================================================================
--- incubator/servicemix/branches/servicemix-3.2/deployables/sharedlibraries/servicemix-shared/pom.xml (original)
+++ incubator/servicemix/branches/servicemix-3.2/deployables/sharedlibraries/servicemix-shared/pom.xml Wed Oct 24 18:17:23 2007
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.servicemix</groupId>
     <artifactId>sharedlibraries</artifactId>
-    <version>3.2-SNAPSHOT</version>
+    <version>3.2</version>
   </parent>
 
   <artifactId>servicemix-shared</artifactId>

Modified: incubator/servicemix/branches/servicemix-3.2/distributions/apache-servicemix-web/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.2/distributions/apache-servicemix-web/pom.xml?rev=588101&r1=588100&r2=588101&view=diff
==============================================================================
--- incubator/servicemix/branches/servicemix-3.2/distributions/apache-servicemix-web/pom.xml (original)
+++ incubator/servicemix/branches/servicemix-3.2/distributions/apache-servicemix-web/pom.xml Wed Oct 24 18:17:23 2007
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.servicemix</groupId>
     <artifactId>assemblies</artifactId>
-    <version>3.2-SNAPSHOT</version>
+    <version>3.2</version>
   </parent>
 
   <artifactId>apache-servicemix-web</artifactId>

Modified: incubator/servicemix/branches/servicemix-3.2/distributions/apache-servicemix/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.2/distributions/apache-servicemix/pom.xml?rev=588101&r1=588100&r2=588101&view=diff
==============================================================================
--- incubator/servicemix/branches/servicemix-3.2/distributions/apache-servicemix/pom.xml (original)
+++ incubator/servicemix/branches/servicemix-3.2/distributions/apache-servicemix/pom.xml Wed Oct 24 18:17:23 2007
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.servicemix</groupId>
     <artifactId>assemblies</artifactId>
-    <version>3.2-SNAPSHOT</version>
+    <version>3.2</version>
   </parent>
 
   <artifactId>apache-servicemix</artifactId>

Modified: incubator/servicemix/branches/servicemix-3.2/distributions/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.2/distributions/pom.xml?rev=588101&r1=588100&r2=588101&view=diff
==============================================================================
--- incubator/servicemix/branches/servicemix-3.2/distributions/pom.xml (original)
+++ incubator/servicemix/branches/servicemix-3.2/distributions/pom.xml Wed Oct 24 18:17:23 2007
@@ -24,12 +24,12 @@
   <parent>
     <groupId>org.apache.servicemix</groupId>
     <artifactId>servicemix</artifactId>
-    <version>3.2-SNAPSHOT</version>
+    <version>3.2</version>
   </parent>
   
   <groupId>org.apache.servicemix</groupId>
   <artifactId>assemblies</artifactId>
-  <version>3.2-SNAPSHOT</version>
+  <version>3.2</version>
   <name>ServiceMix :: Assemblies</name>
   <packaging>pom</packaging>
 
@@ -59,7 +59,7 @@
                     <dependency>
                         <groupId>org.apache.servicemix</groupId>
                         <artifactId>build</artifactId>
-                        <version>3.2-SNAPSHOT</version>
+                        <version>3.2</version>
                     </dependency>
                 </dependencies>
             </plugin>

Modified: incubator/servicemix/branches/servicemix-3.2/parent/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.2/parent/pom.xml?rev=588101&r1=588100&r2=588101&view=diff
==============================================================================
--- incubator/servicemix/branches/servicemix-3.2/parent/pom.xml (original)
+++ incubator/servicemix/branches/servicemix-3.2/parent/pom.xml Wed Oct 24 18:17:23 2007
@@ -24,12 +24,12 @@
   <parent>
     <groupId>org.apache.servicemix</groupId>
     <artifactId>servicemix</artifactId>
-    <version>3.2-SNAPSHOT</version>
+    <version>3.2</version>
   </parent>
 
   <groupId>org.apache.servicemix</groupId>
   <artifactId>parent</artifactId>
-  <version>3.2-SNAPSHOT</version>
+  <version>3.2</version>
   <name>ServiceMix :: Parent</name>
   <packaging>pom</packaging>
 

Modified: incubator/servicemix/branches/servicemix-3.2/platforms/geronimo/dependencies/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.2/platforms/geronimo/dependencies/pom.xml?rev=588101&r1=588100&r2=588101&view=diff
==============================================================================
--- incubator/servicemix/branches/servicemix-3.2/platforms/geronimo/dependencies/pom.xml (original)
+++ incubator/servicemix/branches/servicemix-3.2/platforms/geronimo/dependencies/pom.xml Wed Oct 24 18:17:23 2007
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix.geronimo</groupId>
         <artifactId>geronimo</artifactId>
-        <version>3.2-SNAPSHOT</version>
+        <version>3.2</version>
     </parent>
 
     <artifactId>dependencies</artifactId>

Modified: incubator/servicemix/branches/servicemix-3.2/platforms/geronimo/deployer-service/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.2/platforms/geronimo/deployer-service/pom.xml?rev=588101&r1=588100&r2=588101&view=diff
==============================================================================
--- incubator/servicemix/branches/servicemix-3.2/platforms/geronimo/deployer-service/pom.xml (original)
+++ incubator/servicemix/branches/servicemix-3.2/platforms/geronimo/deployer-service/pom.xml Wed Oct 24 18:17:23 2007
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix.geronimo</groupId>
         <artifactId>geronimo</artifactId>
-        <version>3.2-SNAPSHOT</version>
+        <version>3.2</version>
     </parent>
 
     <artifactId>deployer-service</artifactId>

Modified: incubator/servicemix/branches/servicemix-3.2/platforms/geronimo/deployer/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.2/platforms/geronimo/deployer/pom.xml?rev=588101&r1=588100&r2=588101&view=diff
==============================================================================
--- incubator/servicemix/branches/servicemix-3.2/platforms/geronimo/deployer/pom.xml (original)
+++ incubator/servicemix/branches/servicemix-3.2/platforms/geronimo/deployer/pom.xml Wed Oct 24 18:17:23 2007
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.servicemix.geronimo</groupId>
         <artifactId>geronimo</artifactId>
-        <version>3.2-SNAPSHOT</version>
+        <version>3.2</version>
     </parent>
 
     <artifactId>deployer</artifactId>
@@ -35,7 +35,7 @@
         <dependency>
             <groupId>org.apache.servicemix.geronimo</groupId>
             <artifactId>dependencies</artifactId>
-            <version>3.2-SNAPSHOT</version>
+            <version>3.2</version>
             <scope>provided</scope>
         </dependency>
 

Modified: incubator/servicemix/branches/servicemix-3.2/platforms/geronimo/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.2/platforms/geronimo/pom.xml?rev=588101&r1=588100&r2=588101&view=diff
==============================================================================
--- incubator/servicemix/branches/servicemix-3.2/platforms/geronimo/pom.xml (original)
+++ incubator/servicemix/branches/servicemix-3.2/platforms/geronimo/pom.xml Wed Oct 24 18:17:23 2007
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix</groupId>
         <artifactId>platforms</artifactId>
-        <version>3.2-SNAPSHOT</version>
+        <version>3.2</version>
     </parent>
 
     <groupId>org.apache.servicemix.geronimo</groupId>

Modified: incubator/servicemix/branches/servicemix-3.2/platforms/geronimo/servicemix-service/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.2/platforms/geronimo/servicemix-service/pom.xml?rev=588101&r1=588100&r2=588101&view=diff
==============================================================================
--- incubator/servicemix/branches/servicemix-3.2/platforms/geronimo/servicemix-service/pom.xml (original)
+++ incubator/servicemix/branches/servicemix-3.2/platforms/geronimo/servicemix-service/pom.xml Wed Oct 24 18:17:23 2007
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix.geronimo</groupId>
         <artifactId>geronimo</artifactId>
-        <version>3.2-SNAPSHOT</version>
+        <version>3.2</version>
     </parent>
 
     <artifactId>servicemix-service</artifactId>

Modified: incubator/servicemix/branches/servicemix-3.2/platforms/geronimo/servicemix/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.2/platforms/geronimo/servicemix/pom.xml?rev=588101&r1=588100&r2=588101&view=diff
==============================================================================
--- incubator/servicemix/branches/servicemix-3.2/platforms/geronimo/servicemix/pom.xml (original)
+++ incubator/servicemix/branches/servicemix-3.2/platforms/geronimo/servicemix/pom.xml Wed Oct 24 18:17:23 2007
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix.geronimo</groupId>
         <artifactId>geronimo</artifactId>
-        <version>3.2-SNAPSHOT</version>
+        <version>3.2</version>
     </parent>
 
     <artifactId>servicemix</artifactId>

Modified: incubator/servicemix/branches/servicemix-3.2/platforms/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.2/platforms/pom.xml?rev=588101&r1=588100&r2=588101&view=diff
==============================================================================
--- incubator/servicemix/branches/servicemix-3.2/platforms/pom.xml (original)
+++ incubator/servicemix/branches/servicemix-3.2/platforms/pom.xml Wed Oct 24 18:17:23 2007
@@ -24,12 +24,12 @@
   <parent>
     <groupId>org.apache.servicemix</groupId>
     <artifactId>servicemix</artifactId>
-    <version>3.2-SNAPSHOT</version>
+    <version>3.2</version>
   </parent>
   
   <groupId>org.apache.servicemix</groupId>
   <artifactId>platforms</artifactId>
-  <version>3.2-SNAPSHOT</version>
+  <version>3.2</version>
   <name>ServiceMix :: Platforms</name>
   <packaging>pom</packaging>
 
@@ -58,7 +58,7 @@
                     <dependency>
                         <groupId>org.apache.servicemix</groupId>
                         <artifactId>build</artifactId>
-                        <version>3.2-SNAPSHOT</version>
+                        <version>3.2</version>
                     </dependency>
                 </dependencies>
             </plugin>

Modified: incubator/servicemix/branches/servicemix-3.2/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.2/pom.xml?rev=588101&r1=588100&r2=588101&view=diff
==============================================================================
--- incubator/servicemix/branches/servicemix-3.2/pom.xml (original)
+++ incubator/servicemix/branches/servicemix-3.2/pom.xml Wed Oct 24 18:17:23 2007
@@ -31,7 +31,7 @@
     <artifactId>servicemix</artifactId>
     <packaging>pom</packaging>
     <name>ServiceMix</name>
-    <version>3.2-SNAPSHOT</version>
+    <version>3.2</version>
     <description>
     ServiceMix is an open source ESB based on the Java Business
     Integration framework - JSR-208 
@@ -211,7 +211,7 @@
         <jencks-version>2.1</jencks-version>
         <jetty-version>6.1.5</jetty-version>
         <geronimo-version>2.0.1</geronimo-version>
-        <servicemix-version>3.2-SNAPSHOT</servicemix-version>
+        <servicemix-version>3.2</servicemix-version>
         <wsdl4j-version>1.6.1</wsdl4j-version>
         <commons-beanutils-version>1.7.0</commons-beanutils-version>
         <commons-fileupload-version>1.1.1</commons-fileupload-version>
@@ -288,20 +288,26 @@
             </modules>
         </profile>
         <profile>
-            <id>release-environment</id>
-            <activation>
-                <property>
-                    <name>env</name>
-                    <value>release</value>
-                </property>
-            </activation>
+            <id>release</id>
             <build>
                 <plugins>
-                    <!-- We want to sign the artifact, the POM, and all attached artifacts -->
+                    <!-- We want to deploy the artifact to a staging location for perusal -->
                     <plugin>
                         <inherited>true</inherited>
+                        <artifactId>maven-deploy-plugin</artifactId>
+                        <version>2.3</version>
+                        <configuration>
+                            <altDeploymentRepository>${deploy.altRepository}</altDeploymentRepository>
+                            <updateReleaseInfo>true</updateReleaseInfo>
+                        </configuration>
+                    </plugin>
+                    <!-- We want to sign the artifact, the POM, and all attached artifacts -->
+                    <plugin>
                         <artifactId>maven-gpg-plugin</artifactId>
-                        <version>1.0-alpha-1</version>
+                        <version>1.0-alpha-3</version>
+                        <configuration>
+                            <passphrase>${gpg.passphrase}</passphrase>
+                        </configuration>
                         <executions>
                             <execution>
                                 <goals>
@@ -309,13 +315,29 @@
                                 </goals>
                             </execution>
                         </executions>
-                        <configuration>
-                            <passphrase>${gpg.passphrase}</passphrase>
-                        </configuration>
                     </plugin>
-                    <!-- We want the JavaDoc JAR published with the release -->
-                    <plugin>
-                        <inherited>true</inherited>
+                </plugins>
+            </build>
+        </profile>
+        <profile>
+            <id>deploy</id>
+            <modules>
+                <module>build</module>
+                <module>core</module>
+                <module>common</module>
+                <module>tooling</module>
+                <module>archetypes</module>
+                <module>deployables</module>
+                <module>servicemix-itests</module>
+                <module>samples</module>
+                <module>web</module>
+                <module>platforms</module>
+                <module>distributions</module>
+            </modules>
+            <build>
+                <defaultGoal>deploy</defaultGoal>
+                 <plugins>
+                   <plugin>
                         <artifactId>maven-javadoc-plugin</artifactId>
                         <version>2.2</version>
                         <executions>
@@ -329,9 +351,8 @@
                             <source>1.5</source>
                             <attach>true</attach>
                         </configuration>
-                    </plugin>
-                    <!-- Force source JAR to be published -->
-                    <plugin>
+                   </plugin>
+                   <plugin>
                         <groupId>org.apache.maven.plugins</groupId>
                         <artifactId>maven-source-plugin</artifactId>
                         <version>2.0.2</version>
@@ -349,7 +370,7 @@
                 </plugins>
             </build>
         </profile>
-	      <profile>
+        <profile>
 	          <id>setup.eclipse</id>
             <modules>
                 <module>build</module>
@@ -656,194 +677,194 @@
             <dependency>
                 <groupId>org.apache.servicemix</groupId>
                 <artifactId>servicemix-jbi</artifactId>
-                <version>3.2-SNAPSHOT</version>
+                <version>3.2</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.servicemix</groupId>
                 <artifactId>servicemix-services</artifactId>
-                <version>3.2-SNAPSHOT</version>
+                <version>3.2</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.servicemix</groupId>
                 <artifactId>servicemix-core</artifactId>
-                <version>3.2-SNAPSHOT</version>
+                <version>3.2</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.servicemix</groupId>
                 <artifactId>servicemix-audit</artifactId>
-                <version>3.2-SNAPSHOT</version>
+                <version>3.2</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.servicemix</groupId>
                 <artifactId>servicemix-components</artifactId>
-                <version>3.2-SNAPSHOT</version>
+                <version>3.2</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.servicemix</groupId>
                 <artifactId>servicemix-common</artifactId>
-                <version>3.2-SNAPSHOT</version>
+                <version>3.2</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.servicemix</groupId>
                 <artifactId>servicemix-console</artifactId>
-                <version>3.2-SNAPSHOT</version>
+                <version>3.2</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.servicemix</groupId>
                 <artifactId>servicemix-gbean</artifactId>
-                <version>3.2-SNAPSHOT</version>
+                <version>3.2</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.servicemix</groupId>
                 <artifactId>servicemix-jms</artifactId>
-                <version>3.2-SNAPSHOT</version>
+                <version>3.2</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.servicemix</groupId>
                 <artifactId>servicemix-jsr181</artifactId>
-                <version>3.2-SNAPSHOT</version>
+                <version>3.2</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.servicemix</groupId>
                 <artifactId>servicemix-http</artifactId>
-                <version>3.2-SNAPSHOT</version>
+                <version>3.2</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.servicemix</groupId>
                 <artifactId>servicemix-sca</artifactId>
-                <version>3.2-SNAPSHOT</version>
+                <version>3.2</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.servicemix</groupId>
                 <artifactId>servicemix-soap</artifactId>
-                <version>3.2-SNAPSHOT</version>
+                <version>3.2</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.servicemix</groupId>
                 <artifactId>servicemix-soap2</artifactId>
-                <version>3.2-SNAPSHOT</version>
+                <version>3.2</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.servicemix</groupId>
                 <artifactId>servicemix-shared</artifactId>
-                <version>3.2-SNAPSHOT</version>
+                <version>3.2</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.servicemix</groupId>
                 <artifactId>servicemix-wsn2005</artifactId>
-                <version>3.2-SNAPSHOT</version>
+                <version>3.2</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.servicemix</groupId>
                 <artifactId>servicemix-lwcontainer</artifactId>
-                <version>3.2-SNAPSHOT</version>
+                <version>3.2</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.servicemix</groupId>
                 <artifactId>servicemix-bean</artifactId>
-                <version>3.2-SNAPSHOT</version>
+                <version>3.2</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.servicemix</groupId>
                 <artifactId>servicemix-eip</artifactId>
-                <version>3.2-SNAPSHOT</version>
+                <version>3.2</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.servicemix</groupId>
                 <artifactId>servicemix-script</artifactId>
-                <version>3.2-SNAPSHOT</version>
+                <version>3.2</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.servicemix</groupId>
                 <artifactId>servicemix-file</artifactId>
-                <version>3.2-SNAPSHOT</version>
+                <version>3.2</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.servicemix</groupId>
                 <artifactId>servicemix-ftp</artifactId>
-                <version>3.2-SNAPSHOT</version>
+                <version>3.2</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.servicemix</groupId>
                 <artifactId>servicemix-xmpp</artifactId>
-                <version>3.2-SNAPSHOT</version>
+                <version>3.2</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.servicemix</groupId>
                 <artifactId>servicemix-quartz</artifactId>
-                <version>3.2-SNAPSHOT</version>
+                <version>3.2</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.servicemix</groupId>
                 <artifactId>servicemix-saxon</artifactId>
-                <version>3.2-SNAPSHOT</version>
+                <version>3.2</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.servicemix</groupId>
                 <artifactId>servicemix-truezip</artifactId>
-                <version>3.2-SNAPSHOT</version>
+                <version>3.2</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.servicemix</groupId>
                 <artifactId>servicemix-cxf-bc</artifactId>
-                <version>3.2-SNAPSHOT</version>
+                <version>3.2</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.servicemix</groupId>
                 <artifactId>servicemix-cxf-se</artifactId>
-                <version>3.2-SNAPSHOT</version>
+                <version>3.2</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.servicemix</groupId>
                 <artifactId>servicemix-camel</artifactId>
-                <version>3.2-SNAPSHOT</version>
+                <version>3.2</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.servicemix.samples</groupId>
                 <artifactId>servicemix-web</artifactId>
-                <version>3.2-SNAPSHOT</version>
+                <version>3.2</version>
                 <type>war</type>
             </dependency>
             <dependency>
                 <groupId>org.apache.servicemix.samples</groupId>
                 <artifactId>wsdl-first</artifactId>
-                <version>3.2-SNAPSHOT</version>
+                <version>3.2</version>
                 <type>pom</type>
             </dependency>
             
             <dependency>
                 <groupId>org.apache.servicemix.samples</groupId>
                 <artifactId>cxf-wsdl-first</artifactId>
-                <version>3.2-SNAPSHOT</version>
+                <version>3.2</version>
                 <type>pom</type>
             </dependency>
             <dependency>
                 <groupId>org.apache.servicemix.samples</groupId>
                 <artifactId>loan-broker</artifactId>
-                <version>3.2-SNAPSHOT</version>
+                <version>3.2</version>
                 <type>pom</type>
             </dependency>
             <dependency>
                 <groupId>org.apache.servicemix.samples</groupId>
                 <artifactId>bridge</artifactId>
-                <version>3.2-SNAPSHOT</version>
+                <version>3.2</version>
                 <type>pom</type>
             </dependency>
             <dependency>
                 <groupId>org.apache.servicemix.samples</groupId>
                 <artifactId>basic</artifactId>
-                <version>3.2-SNAPSHOT</version>
+                <version>3.2</version>
                 <type>pom</type>
             </dependency>
             <dependency>
                 <groupId>org.apache.servicemix</groupId>
                 <artifactId>servicemix-beanflow</artifactId>
-                <version>3.2-SNAPSHOT</version>
+                <version>3.2</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.servicemix</groupId>
                 <artifactId>servicemix-web-console</artifactId>
-                <version>3.2-SNAPSHOT</version>
+                <version>3.2</version>
                 <type>war</type>
             </dependency>
 
@@ -1967,7 +1988,7 @@
                 <plugin>
                     <groupId>org.apache.servicemix.tooling</groupId>
                     <artifactId>jbi-maven-plugin</artifactId>
-                    <version>3.2-SNAPSHOT</version>
+                    <version>3.2</version>
                     <extensions>true</extensions>
                 </plugin>
                 <plugin>

Modified: incubator/servicemix/branches/servicemix-3.2/samples/basic/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.2/samples/basic/pom.xml?rev=588101&r1=588100&r2=588101&view=diff
==============================================================================
--- incubator/servicemix/branches/servicemix-3.2/samples/basic/pom.xml (original)
+++ incubator/servicemix/branches/servicemix-3.2/samples/basic/pom.xml Wed Oct 24 18:17:23 2007
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix</groupId>
         <artifactId>samples</artifactId>
-        <version>3.2-SNAPSHOT</version>
+        <version>3.2</version>
     </parent>
 
     <groupId>org.apache.servicemix.samples</groupId>

Modified: incubator/servicemix/branches/servicemix-3.2/samples/bridge/bridge-eip-su/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.2/samples/bridge/bridge-eip-su/pom.xml?rev=588101&r1=588100&r2=588101&view=diff
==============================================================================
--- incubator/servicemix/branches/servicemix-3.2/samples/bridge/bridge-eip-su/pom.xml (original)
+++ incubator/servicemix/branches/servicemix-3.2/samples/bridge/bridge-eip-su/pom.xml Wed Oct 24 18:17:23 2007
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix.samples</groupId>
         <artifactId>bridge</artifactId>
-        <version>3.2-SNAPSHOT</version>
+        <version>3.2</version>
     </parent>
 
     <groupId>org.apache.servicemix.samples.bridge</groupId>
@@ -36,7 +36,7 @@
         <dependency>
             <groupId>org.apache.servicemix</groupId>
             <artifactId>servicemix-eip</artifactId>
-            <version>3.2-SNAPSHOT</version>
+            <version>3.2</version>
         </dependency>
     </dependencies>
 

Modified: incubator/servicemix/branches/servicemix-3.2/samples/bridge/bridge-http-su/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.2/samples/bridge/bridge-http-su/pom.xml?rev=588101&r1=588100&r2=588101&view=diff
==============================================================================
--- incubator/servicemix/branches/servicemix-3.2/samples/bridge/bridge-http-su/pom.xml (original)
+++ incubator/servicemix/branches/servicemix-3.2/samples/bridge/bridge-http-su/pom.xml Wed Oct 24 18:17:23 2007
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix.samples</groupId>
         <artifactId>bridge</artifactId>
-        <version>3.2-SNAPSHOT</version>
+        <version>3.2</version>
     </parent>
 
     <groupId>org.apache.servicemix.samples.bridge</groupId>
@@ -36,7 +36,7 @@
         <dependency>
             <groupId>org.apache.servicemix</groupId>
             <artifactId>servicemix-http</artifactId>
-            <version>3.2-SNAPSHOT</version>
+            <version>3.2</version>
         </dependency>
     </dependencies>
 

Modified: incubator/servicemix/branches/servicemix-3.2/samples/bridge/bridge-jms-su/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.2/samples/bridge/bridge-jms-su/pom.xml?rev=588101&r1=588100&r2=588101&view=diff
==============================================================================
--- incubator/servicemix/branches/servicemix-3.2/samples/bridge/bridge-jms-su/pom.xml (original)
+++ incubator/servicemix/branches/servicemix-3.2/samples/bridge/bridge-jms-su/pom.xml Wed Oct 24 18:17:23 2007
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix.samples</groupId>
         <artifactId>bridge</artifactId>
-        <version>3.2-SNAPSHOT</version>
+        <version>3.2</version>
     </parent>
 
     <groupId>org.apache.servicemix.samples.bridge</groupId>
@@ -36,7 +36,7 @@
         <dependency>
             <groupId>org.apache.servicemix</groupId>
             <artifactId>servicemix-jms</artifactId>
-            <version>3.2-SNAPSHOT</version>
+            <version>3.2</version>
         </dependency>
     </dependencies>
 

Modified: incubator/servicemix/branches/servicemix-3.2/samples/bridge/bridge-sa-itest/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.2/samples/bridge/bridge-sa-itest/pom.xml?rev=588101&r1=588100&r2=588101&view=diff
==============================================================================
--- incubator/servicemix/branches/servicemix-3.2/samples/bridge/bridge-sa-itest/pom.xml (original)
+++ incubator/servicemix/branches/servicemix-3.2/samples/bridge/bridge-sa-itest/pom.xml Wed Oct 24 18:17:23 2007
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.servicemix.samples</groupId>
     <artifactId>bridge</artifactId>
-    <version>3.2-SNAPSHOT</version>
+    <version>3.2</version>
   </parent>
 
   <groupId>org.apache.servicemix.samples.bridge</groupId>
@@ -38,14 +38,14 @@
       <groupId>org.apache.servicemix.samples.bridge</groupId>
       <artifactId>bridge-sa</artifactId>
       <type>zip</type>
-      <version>3.2-SNAPSHOT</version>
+      <version>3.2</version>
     </dependency>
 
     <!-- for testing -->
     <dependency>
       <groupId>org.apache.servicemix</groupId>
       <artifactId>servicemix-core</artifactId>
-      <version>3.2-SNAPSHOT</version>
+      <version>3.2</version>
       <scope>test</scope>
     </dependency>
     <dependency>

Modified: incubator/servicemix/branches/servicemix-3.2/samples/bridge/bridge-sa/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.2/samples/bridge/bridge-sa/pom.xml?rev=588101&r1=588100&r2=588101&view=diff
==============================================================================
--- incubator/servicemix/branches/servicemix-3.2/samples/bridge/bridge-sa/pom.xml (original)
+++ incubator/servicemix/branches/servicemix-3.2/samples/bridge/bridge-sa/pom.xml Wed Oct 24 18:17:23 2007
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix.samples</groupId>
         <artifactId>bridge</artifactId>
-        <version>3.2-SNAPSHOT</version>
+        <version>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.2-SNAPSHOT</version>
+            <version>3.2</version>
         </dependency>
         <dependency>
             <groupId>org.apache.servicemix.samples.bridge</groupId>
             <artifactId>bridge-eip-su</artifactId>
-            <version>3.2-SNAPSHOT</version>
+            <version>3.2</version>
         </dependency>
         <dependency>
             <groupId>org.apache.servicemix.samples.bridge</groupId>
             <artifactId>bridge-xslt-su</artifactId>
-            <version>3.2-SNAPSHOT</version>
+            <version>3.2</version>
         </dependency>
         <dependency>
             <groupId>org.apache.servicemix.samples.bridge</groupId>
             <artifactId>bridge-jms-su</artifactId>
-            <version>3.2-SNAPSHOT</version>
+            <version>3.2</version>
         </dependency>
     </dependencies>
 

Modified: incubator/servicemix/branches/servicemix-3.2/samples/bridge/bridge-xslt-su/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.2/samples/bridge/bridge-xslt-su/pom.xml?rev=588101&r1=588100&r2=588101&view=diff
==============================================================================
--- incubator/servicemix/branches/servicemix-3.2/samples/bridge/bridge-xslt-su/pom.xml (original)
+++ incubator/servicemix/branches/servicemix-3.2/samples/bridge/bridge-xslt-su/pom.xml Wed Oct 24 18:17:23 2007
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix.samples</groupId>
         <artifactId>bridge</artifactId>
-        <version>3.2-SNAPSHOT</version>
+        <version>3.2</version>
     </parent>
 
     <groupId>org.apache.servicemix.samples.bridge</groupId>
@@ -36,7 +36,7 @@
         <dependency>
             <groupId>org.apache.servicemix</groupId>
             <artifactId>servicemix-saxon</artifactId>
-            <version>3.2-SNAPSHOT</version>
+            <version>3.2</version>
         </dependency>
     </dependencies>
 

Modified: incubator/servicemix/branches/servicemix-3.2/samples/bridge/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.2/samples/bridge/pom.xml?rev=588101&r1=588100&r2=588101&view=diff
==============================================================================
--- incubator/servicemix/branches/servicemix-3.2/samples/bridge/pom.xml (original)
+++ incubator/servicemix/branches/servicemix-3.2/samples/bridge/pom.xml Wed Oct 24 18:17:23 2007
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix</groupId>
         <artifactId>samples</artifactId>
-        <version>3.2-SNAPSHOT</version>
+        <version>3.2</version>
     </parent>
 
     <groupId>org.apache.servicemix.samples</groupId>

Modified: incubator/servicemix/branches/servicemix-3.2/samples/camel/camel-sa-itest/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.2/samples/camel/camel-sa-itest/pom.xml?rev=588101&r1=588100&r2=588101&view=diff
==============================================================================
--- incubator/servicemix/branches/servicemix-3.2/samples/camel/camel-sa-itest/pom.xml (original)
+++ incubator/servicemix/branches/servicemix-3.2/samples/camel/camel-sa-itest/pom.xml Wed Oct 24 18:17:23 2007
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.servicemix.samples</groupId>
     <artifactId>camel</artifactId>
-    <version>3.2-SNAPSHOT</version>
+    <version>3.2</version>
   </parent>
 
   <groupId>org.apache.servicemix.samples</groupId>
@@ -38,21 +38,21 @@
     <dependency>
       <groupId>org.apache.servicemix.samples</groupId>
       <artifactId>camel-simple-su</artifactId>
-      <version>3.2-SNAPSHOT</version>
+      <version>3.2</version>
     </dependency>
 -->
     <dependency>
       <groupId>org.apache.servicemix.samples</groupId>
       <artifactId>camel-sa</artifactId>
       <type>zip</type>
-      <version>3.2-SNAPSHOT</version>
+      <version>3.2</version>
     </dependency>
 
     <!-- for testing -->
     <dependency>
       <groupId>org.apache.servicemix</groupId>
       <artifactId>servicemix-core</artifactId>
-      <version>3.2-SNAPSHOT</version>
+      <version>3.2</version>
       <scope>test</scope>
     </dependency>
     <dependency>

Modified: incubator/servicemix/branches/servicemix-3.2/samples/camel/camel-sa/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.2/samples/camel/camel-sa/pom.xml?rev=588101&r1=588100&r2=588101&view=diff
==============================================================================
--- incubator/servicemix/branches/servicemix-3.2/samples/camel/camel-sa/pom.xml (original)
+++ incubator/servicemix/branches/servicemix-3.2/samples/camel/camel-sa/pom.xml Wed Oct 24 18:17:23 2007
@@ -25,7 +25,7 @@
   <parent>
 	  <groupId>org.apache.servicemix.samples</groupId>
 	  <artifactId>camel</artifactId>
-	  <version>3.2-SNAPSHOT</version>
+	  <version>3.2</version>
   </parent>
 
   <groupId>org.apache.servicemix.samples</groupId>
@@ -37,7 +37,7 @@
     <dependency>
 		  <groupId>org.apache.servicemix.samples</groupId>
 		  <artifactId>camel-simple-su</artifactId>
-      <version>3.2-SNAPSHOT</version>
+      <version>3.2</version>
     </dependency>
   </dependencies>
   <build>

Modified: incubator/servicemix/branches/servicemix-3.2/samples/camel/camel-simple-su/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.2/samples/camel/camel-simple-su/pom.xml?rev=588101&r1=588100&r2=588101&view=diff
==============================================================================
--- incubator/servicemix/branches/servicemix-3.2/samples/camel/camel-simple-su/pom.xml (original)
+++ incubator/servicemix/branches/servicemix-3.2/samples/camel/camel-simple-su/pom.xml Wed Oct 24 18:17:23 2007
@@ -25,7 +25,7 @@
   <parent>
 	  <groupId>org.apache.servicemix.samples</groupId>
 	  <artifactId>camel</artifactId>
-	  <version>3.2-SNAPSHOT</version>
+	  <version>3.2</version>
   </parent>
 
   <groupId>org.apache.servicemix.samples</groupId>
@@ -37,12 +37,12 @@
     <dependency>
       <groupId>org.apache.servicemix</groupId>
       <artifactId>servicemix-camel</artifactId>
-		  <version>3.2-SNAPSHOT</version>
+		  <version>3.2</version>
     </dependency>
     <dependency>
       <groupId>org.apache.servicemix</groupId>
       <artifactId>servicemix-core</artifactId>
-		  <version>3.2-SNAPSHOT</version>
+		  <version>3.2</version>
       <scope>provided</scope>
     </dependency>
   </dependencies>

Modified: incubator/servicemix/branches/servicemix-3.2/samples/camel/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.2/samples/camel/pom.xml?rev=588101&r1=588100&r2=588101&view=diff
==============================================================================
--- incubator/servicemix/branches/servicemix-3.2/samples/camel/pom.xml (original)
+++ incubator/servicemix/branches/servicemix-3.2/samples/camel/pom.xml Wed Oct 24 18:17:23 2007
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix</groupId>
         <artifactId>samples</artifactId>
-        <version>3.2-SNAPSHOT</version>
+        <version>3.2</version>
     </parent>
 
     <groupId>org.apache.servicemix.samples</groupId>

Modified: incubator/servicemix/branches/servicemix-3.2/samples/cxf-wsdl-first/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.2/samples/cxf-wsdl-first/pom.xml?rev=588101&r1=588100&r2=588101&view=diff
==============================================================================
--- incubator/servicemix/branches/servicemix-3.2/samples/cxf-wsdl-first/pom.xml (original)
+++ incubator/servicemix/branches/servicemix-3.2/samples/cxf-wsdl-first/pom.xml Wed Oct 24 18:17:23 2007
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix</groupId>
         <artifactId>samples</artifactId>
-        <version>3.2-SNAPSHOT</version>
+        <version>3.2</version>
     </parent>
 
     <groupId>org.apache.servicemix.samples</groupId>

Modified: incubator/servicemix/branches/servicemix-3.2/samples/cxf-wsdl-first/wsdl-first-cxfbc-su/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.2/samples/cxf-wsdl-first/wsdl-first-cxfbc-su/pom.xml?rev=588101&r1=588100&r2=588101&view=diff
==============================================================================
--- incubator/servicemix/branches/servicemix-3.2/samples/cxf-wsdl-first/wsdl-first-cxfbc-su/pom.xml (original)
+++ incubator/servicemix/branches/servicemix-3.2/samples/cxf-wsdl-first/wsdl-first-cxfbc-su/pom.xml Wed Oct 24 18:17:23 2007
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix.samples</groupId>
         <artifactId>cxf-wsdl-first</artifactId>
-        <version>3.2-SNAPSHOT</version>
+        <version>3.2</version>
     </parent>
 
     <groupId>org.apache.servicemix.samples.cxf-wsdl-first</groupId>
@@ -36,7 +36,7 @@
         <dependency>
             <groupId>org.apache.servicemix</groupId>
             <artifactId>servicemix-cxf-bc</artifactId>
-            <version>3.2-SNAPSHOT</version>
+            <version>3.2</version>
         </dependency>
     </dependencies>
 

Modified: incubator/servicemix/branches/servicemix-3.2/samples/cxf-wsdl-first/wsdl-first-cxfse-su/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.2/samples/cxf-wsdl-first/wsdl-first-cxfse-su/pom.xml?rev=588101&r1=588100&r2=588101&view=diff
==============================================================================
--- incubator/servicemix/branches/servicemix-3.2/samples/cxf-wsdl-first/wsdl-first-cxfse-su/pom.xml (original)
+++ incubator/servicemix/branches/servicemix-3.2/samples/cxf-wsdl-first/wsdl-first-cxfse-su/pom.xml Wed Oct 24 18:17:23 2007
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix.samples</groupId>
         <artifactId>cxf-wsdl-first</artifactId>
-        <version>3.2-SNAPSHOT</version>
+        <version>3.2</version>
     </parent>
 
     <groupId>org.apache.servicemix.samples.cxf-wsdl-first</groupId>

Modified: incubator/servicemix/branches/servicemix-3.2/samples/cxf-wsdl-first/wsdl-first-sa/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.2/samples/cxf-wsdl-first/wsdl-first-sa/pom.xml?rev=588101&r1=588100&r2=588101&view=diff
==============================================================================
--- incubator/servicemix/branches/servicemix-3.2/samples/cxf-wsdl-first/wsdl-first-sa/pom.xml (original)
+++ incubator/servicemix/branches/servicemix-3.2/samples/cxf-wsdl-first/wsdl-first-sa/pom.xml Wed Oct 24 18:17:23 2007
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix.samples</groupId>
         <artifactId>cxf-wsdl-first</artifactId>
-        <version>3.2-SNAPSHOT</version>
+        <version>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.2-SNAPSHOT</version>
+            <version>3.2</version>
         </dependency>
         <dependency>
             <groupId>org.apache.servicemix.samples.cxf-wsdl-first</groupId>
             <artifactId>wsdl-first-cxfbc-su</artifactId>
-            <version>3.2-SNAPSHOT</version>
+            <version>3.2</version>
         </dependency>
     </dependencies>
 

Modified: incubator/servicemix/branches/servicemix-3.2/samples/loan-broker/loan-broker-bean-su/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.2/samples/loan-broker/loan-broker-bean-su/pom.xml?rev=588101&r1=588100&r2=588101&view=diff
==============================================================================
--- incubator/servicemix/branches/servicemix-3.2/samples/loan-broker/loan-broker-bean-su/pom.xml (original)
+++ incubator/servicemix/branches/servicemix-3.2/samples/loan-broker/loan-broker-bean-su/pom.xml Wed Oct 24 18:17:23 2007
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix.samples</groupId>
         <artifactId>loan-broker</artifactId>
-        <version>3.2-SNAPSHOT</version>
+        <version>3.2</version>
     </parent>
 
     <groupId>org.apache.servicemix.samples.loan-broker</groupId>
@@ -36,12 +36,12 @@
         <dependency>
             <groupId>org.apache.servicemix</groupId>
             <artifactId>servicemix-bean</artifactId>
-            <version>3.2-SNAPSHOT</version>
+            <version>3.2</version>
         </dependency>
         <dependency>
             <groupId>org.apache.servicemix</groupId>
             <artifactId>servicemix-core</artifactId>
-            <version>3.2-SNAPSHOT</version>
+            <version>3.2</version>
             <scope>provided</scope>
         </dependency>
     </dependencies>

Modified: incubator/servicemix/branches/servicemix-3.2/samples/loan-broker/loan-broker-drools-su/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.2/samples/loan-broker/loan-broker-drools-su/pom.xml?rev=588101&r1=588100&r2=588101&view=diff
==============================================================================
--- incubator/servicemix/branches/servicemix-3.2/samples/loan-broker/loan-broker-drools-su/pom.xml (original)
+++ incubator/servicemix/branches/servicemix-3.2/samples/loan-broker/loan-broker-drools-su/pom.xml Wed Oct 24 18:17:23 2007
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix.samples</groupId>
         <artifactId>loan-broker</artifactId>
-        <version>3.2-SNAPSHOT</version>
+        <version>3.2</version>
     </parent>
 
     <groupId>org.apache.servicemix.samples.loan-broker</groupId>
@@ -36,18 +36,18 @@
         <dependency>
             <groupId>org.apache.servicemix</groupId>
             <artifactId>servicemix-drools</artifactId>
-            <version>3.2-SNAPSHOT</version>
+            <version>3.2</version>
         </dependency>
         <dependency>
             <groupId>org.apache.servicemix</groupId>
             <artifactId>servicemix-core</artifactId>
-            <version>3.2-SNAPSHOT</version>
+            <version>3.2</version>
             <scope>test</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.servicemix</groupId>
             <artifactId>servicemix-common</artifactId>
-            <version>3.2-SNAPSHOT</version>
+            <version>3.2</version>
             <scope>test</scope>
         </dependency>
         <dependency>

Modified: incubator/servicemix/branches/servicemix-3.2/samples/loan-broker/loan-broker-jms-su/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.2/samples/loan-broker/loan-broker-jms-su/pom.xml?rev=588101&r1=588100&r2=588101&view=diff
==============================================================================
--- incubator/servicemix/branches/servicemix-3.2/samples/loan-broker/loan-broker-jms-su/pom.xml (original)
+++ incubator/servicemix/branches/servicemix-3.2/samples/loan-broker/loan-broker-jms-su/pom.xml Wed Oct 24 18:17:23 2007
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix.samples</groupId>
         <artifactId>loan-broker</artifactId>
-        <version>3.2-SNAPSHOT</version>
+        <version>3.2</version>
     </parent>
 
     <groupId>org.apache.servicemix.samples.loan-broker</groupId>
@@ -36,7 +36,7 @@
         <dependency>
             <groupId>org.apache.servicemix</groupId>
             <artifactId>servicemix-jms</artifactId>
-            <version>3.2-SNAPSHOT</version>
+            <version>3.2</version>
         </dependency>
     </dependencies>
 

Modified: incubator/servicemix/branches/servicemix-3.2/samples/loan-broker/loan-broker-ode-su/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.2/samples/loan-broker/loan-broker-ode-su/pom.xml?rev=588101&r1=588100&r2=588101&view=diff
==============================================================================
--- incubator/servicemix/branches/servicemix-3.2/samples/loan-broker/loan-broker-ode-su/pom.xml (original)
+++ incubator/servicemix/branches/servicemix-3.2/samples/loan-broker/loan-broker-ode-su/pom.xml Wed Oct 24 18:17:23 2007
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix.samples</groupId>
         <artifactId>loan-broker</artifactId>
-        <version>3.2-SNAPSHOT</version>
+        <version>3.2</version>
     </parent>
 
     <groupId>org.apache.servicemix.samples.loan-broker</groupId>

Modified: incubator/servicemix/branches/servicemix-3.2/samples/loan-broker/loan-broker-sa/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.2/samples/loan-broker/loan-broker-sa/pom.xml?rev=588101&r1=588100&r2=588101&view=diff
==============================================================================
--- incubator/servicemix/branches/servicemix-3.2/samples/loan-broker/loan-broker-sa/pom.xml (original)
+++ incubator/servicemix/branches/servicemix-3.2/samples/loan-broker/loan-broker-sa/pom.xml Wed Oct 24 18:17:23 2007
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix.samples</groupId>
         <artifactId>loan-broker</artifactId>
-        <version>3.2-SNAPSHOT</version>
+        <version>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.2-SNAPSHOT</version>
+            <version>3.2</version>
         </dependency>
         <dependency>
             <groupId>org.apache.servicemix.samples.loan-broker</groupId>
             <artifactId>loan-broker-bean-su</artifactId>
-            <version>3.2-SNAPSHOT</version>
+            <version>3.2</version>
         </dependency>
         <dependency>
             <groupId>org.apache.servicemix.samples.loan-broker</groupId>
             <artifactId>loan-broker-drools-su</artifactId>
-            <version>3.2-SNAPSHOT</version>
+            <version>3.2</version>
         </dependency>
         <dependency>
             <groupId>org.apache.servicemix.samples.loan-broker</groupId>
             <artifactId>loan-broker-jms-su</artifactId>
-            <version>3.2-SNAPSHOT</version>
+            <version>3.2</version>
         </dependency>
     </dependencies>
 

Modified: incubator/servicemix/branches/servicemix-3.2/samples/loan-broker/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.2/samples/loan-broker/pom.xml?rev=588101&r1=588100&r2=588101&view=diff
==============================================================================
--- incubator/servicemix/branches/servicemix-3.2/samples/loan-broker/pom.xml (original)
+++ incubator/servicemix/branches/servicemix-3.2/samples/loan-broker/pom.xml Wed Oct 24 18:17:23 2007
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix</groupId>
         <artifactId>samples</artifactId>
-        <version>3.2-SNAPSHOT</version>
+        <version>3.2</version>
     </parent>
 
     <groupId>org.apache.servicemix.samples</groupId>

Modified: incubator/servicemix/branches/servicemix-3.2/samples/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.2/samples/pom.xml?rev=588101&r1=588100&r2=588101&view=diff
==============================================================================
--- incubator/servicemix/branches/servicemix-3.2/samples/pom.xml (original)
+++ incubator/servicemix/branches/servicemix-3.2/samples/pom.xml Wed Oct 24 18:17:23 2007
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.servicemix</groupId>
     <artifactId>servicemix</artifactId>
-    <version>3.2-SNAPSHOT</version>
+    <version>3.2</version>
   </parent>
   
   <groupId>org.apache.servicemix</groupId>
@@ -67,7 +67,7 @@
                     <dependency>
                         <groupId>org.apache.servicemix</groupId>
                         <artifactId>build</artifactId>
-                        <version>3.2-SNAPSHOT</version>
+                        <version>3.2</version>
                     </dependency>
                 </dependencies>
             </plugin>

Modified: incubator/servicemix/branches/servicemix-3.2/samples/servicemix-web/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.2/samples/servicemix-web/pom.xml?rev=588101&r1=588100&r2=588101&view=diff
==============================================================================
--- incubator/servicemix/branches/servicemix-3.2/samples/servicemix-web/pom.xml (original)
+++ incubator/servicemix/branches/servicemix-3.2/samples/servicemix-web/pom.xml Wed Oct 24 18:17:23 2007
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.servicemix</groupId>
     <artifactId>samples</artifactId>
-    <version>3.2-SNAPSHOT</version>
+    <version>3.2</version>
   </parent>
 
   <groupId>org.apache.servicemix.samples</groupId>

Modified: incubator/servicemix/branches/servicemix-3.2/samples/ws-sec/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.2/samples/ws-sec/pom.xml?rev=588101&r1=588100&r2=588101&view=diff
==============================================================================
--- incubator/servicemix/branches/servicemix-3.2/samples/ws-sec/pom.xml (original)
+++ incubator/servicemix/branches/servicemix-3.2/samples/ws-sec/pom.xml Wed Oct 24 18:17:23 2007
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix</groupId>
         <artifactId>samples</artifactId>
-        <version>3.2-SNAPSHOT</version>
+        <version>3.2</version>
     </parent>
 
     <groupId>org.apache.servicemix.samples</groupId>

Modified: incubator/servicemix/branches/servicemix-3.2/samples/wsdl-first/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.2/samples/wsdl-first/pom.xml?rev=588101&r1=588100&r2=588101&view=diff
==============================================================================
--- incubator/servicemix/branches/servicemix-3.2/samples/wsdl-first/pom.xml (original)
+++ incubator/servicemix/branches/servicemix-3.2/samples/wsdl-first/pom.xml Wed Oct 24 18:17:23 2007
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix</groupId>
         <artifactId>samples</artifactId>
-        <version>3.2-SNAPSHOT</version>
+        <version>3.2</version>
     </parent>
 
     <groupId>org.apache.servicemix.samples</groupId>

Modified: incubator/servicemix/branches/servicemix-3.2/samples/wsdl-first/wsdl-first-http-su/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.2/samples/wsdl-first/wsdl-first-http-su/pom.xml?rev=588101&r1=588100&r2=588101&view=diff
==============================================================================
--- incubator/servicemix/branches/servicemix-3.2/samples/wsdl-first/wsdl-first-http-su/pom.xml (original)
+++ incubator/servicemix/branches/servicemix-3.2/samples/wsdl-first/wsdl-first-http-su/pom.xml Wed Oct 24 18:17:23 2007
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix.samples</groupId>
         <artifactId>wsdl-first</artifactId>
-        <version>3.2-SNAPSHOT</version>
+        <version>3.2</version>
     </parent>
 
     <groupId>org.apache.servicemix.samples.wsdl-first</groupId>
@@ -36,7 +36,7 @@
         <dependency>
             <groupId>org.apache.servicemix</groupId>
             <artifactId>servicemix-http</artifactId>
-            <version>3.2-SNAPSHOT</version>
+            <version>3.2</version>
         </dependency>
     </dependencies>
 

Modified: incubator/servicemix/branches/servicemix-3.2/samples/wsdl-first/wsdl-first-jsr181-su/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.2/samples/wsdl-first/wsdl-first-jsr181-su/pom.xml?rev=588101&r1=588100&r2=588101&view=diff
==============================================================================
--- incubator/servicemix/branches/servicemix-3.2/samples/wsdl-first/wsdl-first-jsr181-su/pom.xml (original)
+++ incubator/servicemix/branches/servicemix-3.2/samples/wsdl-first/wsdl-first-jsr181-su/pom.xml Wed Oct 24 18:17:23 2007
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix.samples</groupId>
         <artifactId>wsdl-first</artifactId>
-        <version>3.2-SNAPSHOT</version>
+        <version>3.2</version>
     </parent>
 
     <groupId>org.apache.servicemix.samples.wsdl-first</groupId>

Modified: incubator/servicemix/branches/servicemix-3.2/samples/wsdl-first/wsdl-first-sa/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.2/samples/wsdl-first/wsdl-first-sa/pom.xml?rev=588101&r1=588100&r2=588101&view=diff
==============================================================================
--- incubator/servicemix/branches/servicemix-3.2/samples/wsdl-first/wsdl-first-sa/pom.xml (original)
+++ incubator/servicemix/branches/servicemix-3.2/samples/wsdl-first/wsdl-first-sa/pom.xml Wed Oct 24 18:17:23 2007
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix.samples</groupId>
         <artifactId>wsdl-first</artifactId>
-        <version>3.2-SNAPSHOT</version>
+        <version>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.2-SNAPSHOT</version>
+            <version>3.2</version>
         </dependency>
         <dependency>
             <groupId>org.apache.servicemix.samples.wsdl-first</groupId>
             <artifactId>wsdl-first-http-su</artifactId>
-            <version>3.2-SNAPSHOT</version>
+            <version>3.2</version>
         </dependency>
     </dependencies>
 

Modified: incubator/servicemix/branches/servicemix-3.2/sandbox/geronimo-1.0/servicemix-gbean/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.2/sandbox/geronimo-1.0/servicemix-gbean/pom.xml?rev=588101&r1=588100&r2=588101&view=diff
==============================================================================
--- incubator/servicemix/branches/servicemix-3.2/sandbox/geronimo-1.0/servicemix-gbean/pom.xml (original)
+++ incubator/servicemix/branches/servicemix-3.2/sandbox/geronimo-1.0/servicemix-gbean/pom.xml Wed Oct 24 18:17:23 2007
@@ -26,7 +26,7 @@
     <parent>
       <groupId>org.apache.servicemix</groupId>
       <artifactId>servicemix</artifactId>
-        <version>3.2-SNAPSHOT</version>
+        <version>3.2</version>
     </parent>
 
     <artifactId>servicemix-gbean</artifactId>

Modified: incubator/servicemix/branches/servicemix-3.2/sandbox/servicemix-sca/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.2/sandbox/servicemix-sca/pom.xml?rev=588101&r1=588100&r2=588101&view=diff
==============================================================================
--- incubator/servicemix/branches/servicemix-3.2/sandbox/servicemix-sca/pom.xml (original)
+++ incubator/servicemix/branches/servicemix-3.2/sandbox/servicemix-sca/pom.xml Wed Oct 24 18:17:23 2007
@@ -37,7 +37,7 @@
   <parent>
     <groupId>org.apache.servicemix</groupId>
     <artifactId>serviceengines</artifactId>
-    <version>3.2-SNAPSHOT</version>
+    <version>3.2</version>
   </parent>
 
   <artifactId>servicemix-sca</artifactId>

Modified: incubator/servicemix/branches/servicemix-3.2/servicemix-itests/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.2/servicemix-itests/pom.xml?rev=588101&r1=588100&r2=588101&view=diff
==============================================================================
--- incubator/servicemix/branches/servicemix-3.2/servicemix-itests/pom.xml (original)
+++ incubator/servicemix/branches/servicemix-3.2/servicemix-itests/pom.xml Wed Oct 24 18:17:23 2007
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.servicemix</groupId>
     <artifactId>servicemix</artifactId>
-    <version>3.2-SNAPSHOT</version>
+    <version>3.2</version>
   </parent>
 
   <artifactId>servicemix-itests</artifactId>
@@ -141,7 +141,7 @@
             <dependency>
                 <groupId>org.apache.servicemix</groupId>
                 <artifactId>build</artifactId>
-                <version>3.2-SNAPSHOT</version>
+                <version>3.2</version>
             </dependency>
         </dependencies>
       </plugin>

Modified: incubator/servicemix/branches/servicemix-3.2/tooling/jbi-maven-plugin/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.2/tooling/jbi-maven-plugin/pom.xml?rev=588101&r1=588100&r2=588101&view=diff
==============================================================================
--- incubator/servicemix/branches/servicemix-3.2/tooling/jbi-maven-plugin/pom.xml (original)
+++ incubator/servicemix/branches/servicemix-3.2/tooling/jbi-maven-plugin/pom.xml Wed Oct 24 18:17:23 2007
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix.tooling</groupId>
         <artifactId>tooling</artifactId>
-        <version>3.2-SNAPSHOT</version>
+        <version>3.2</version>
     </parent>
 
     <artifactId>jbi-maven-plugin</artifactId>
@@ -59,12 +59,12 @@
         <dependency>
             <groupId>org.apache.servicemix</groupId>
             <artifactId>servicemix-core</artifactId>
-            <version>3.2-SNAPSHOT</version>          
+            <version>3.2</version>          
         </dependency>
         <dependency>
             <groupId>org.apache.servicemix</groupId>
             <artifactId>servicemix-common</artifactId>
-            <version>3.2-SNAPSHOT</version>          
+            <version>3.2</version>          
         </dependency>
         <dependency>
             <groupId>org.apache.geronimo.specs</groupId>

Modified: incubator/servicemix/branches/servicemix-3.2/tooling/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.2/tooling/pom.xml?rev=588101&r1=588100&r2=588101&view=diff
==============================================================================
--- incubator/servicemix/branches/servicemix-3.2/tooling/pom.xml (original)
+++ incubator/servicemix/branches/servicemix-3.2/tooling/pom.xml Wed Oct 24 18:17:23 2007
@@ -24,12 +24,12 @@
     <parent>
         <groupId>org.apache.servicemix</groupId>
         <artifactId>parent</artifactId>
-        <version>3.2-SNAPSHOT</version>
+        <version>3.2</version>
     </parent>
     
     <groupId>org.apache.servicemix.tooling</groupId>
     <artifactId>tooling</artifactId>
-    <version>3.2-SNAPSHOT</version>
+    <version>3.2</version>
     <name>ServiceMix :: Tooling</name>
     <url>http://servicemix.org</url>
     <packaging>pom</packaging>
@@ -61,7 +61,7 @@
                     <dependency>
                         <groupId>org.apache.servicemix</groupId>
                         <artifactId>build</artifactId>
-                        <version>3.2-SNAPSHOT</version>
+                        <version>3.2</version>
                     </dependency>
                 </dependencies>
             </plugin>

Modified: incubator/servicemix/branches/servicemix-3.2/tooling/res-maven-plugin/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.2/tooling/res-maven-plugin/pom.xml?rev=588101&r1=588100&r2=588101&view=diff
==============================================================================
--- incubator/servicemix/branches/servicemix-3.2/tooling/res-maven-plugin/pom.xml (original)
+++ incubator/servicemix/branches/servicemix-3.2/tooling/res-maven-plugin/pom.xml Wed Oct 24 18:17:23 2007
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix.tooling</groupId>
         <artifactId>tooling</artifactId>
-        <version>3.2-SNAPSHOT</version>
+        <version>3.2</version>
     </parent>
 
     <artifactId>res-maven-plugin</artifactId>

Modified: incubator/servicemix/branches/servicemix-3.2/tooling/xfire-maven-plugin/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.2/tooling/xfire-maven-plugin/pom.xml?rev=588101&r1=588100&r2=588101&view=diff
==============================================================================
--- incubator/servicemix/branches/servicemix-3.2/tooling/xfire-maven-plugin/pom.xml (original)
+++ incubator/servicemix/branches/servicemix-3.2/tooling/xfire-maven-plugin/pom.xml Wed Oct 24 18:17:23 2007
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix.tooling</groupId>
         <artifactId>tooling</artifactId>
-        <version>3.2-SNAPSHOT</version>
+        <version>3.2</version>
     </parent>
 
     <artifactId>xfire-maven-plugin</artifactId>

Modified: incubator/servicemix/branches/servicemix-3.2/web/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.2/web/pom.xml?rev=588101&r1=588100&r2=588101&view=diff
==============================================================================
--- incubator/servicemix/branches/servicemix-3.2/web/pom.xml (original)
+++ incubator/servicemix/branches/servicemix-3.2/web/pom.xml Wed Oct 24 18:17:23 2007
@@ -24,12 +24,12 @@
     <parent>
         <groupId>org.apache.servicemix</groupId>
         <artifactId>servicemix</artifactId>
-        <version>3.2-SNAPSHOT</version>
+        <version>3.2</version>
     </parent>
     
     <groupId>org.apache.servicemix</groupId>
     <artifactId>web</artifactId>
-    <version>3.2-SNAPSHOT</version>
+    <version>3.2</version>
     <name>ServiceMix :: Web Apps</name>
     <packaging>pom</packaging>
   
@@ -59,7 +59,7 @@
                     <dependency>
                         <groupId>org.apache.servicemix</groupId>
                         <artifactId>build</artifactId>
-                        <version>3.2-SNAPSHOT</version>
+                        <version>3.2</version>
                     </dependency>
                 </dependencies>
             </plugin>

Modified: incubator/servicemix/branches/servicemix-3.2/web/servicemix-console/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.2/web/servicemix-console/pom.xml?rev=588101&r1=588100&r2=588101&view=diff
==============================================================================
--- incubator/servicemix/branches/servicemix-3.2/web/servicemix-console/pom.xml (original)
+++ incubator/servicemix/branches/servicemix-3.2/web/servicemix-console/pom.xml Wed Oct 24 18:17:23 2007
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.servicemix</groupId>
     <artifactId>servicemix</artifactId>
-    <version>3.2-SNAPSHOT</version>
+    <version>3.2</version>
   </parent>
 
   <artifactId>servicemix-console</artifactId>

Modified: incubator/servicemix/branches/servicemix-3.2/web/servicemix-web-console/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.2/web/servicemix-web-console/pom.xml?rev=588101&r1=588100&r2=588101&view=diff
==============================================================================
--- incubator/servicemix/branches/servicemix-3.2/web/servicemix-web-console/pom.xml (original)
+++ incubator/servicemix/branches/servicemix-3.2/web/servicemix-web-console/pom.xml Wed Oct 24 18:17:23 2007
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.servicemix</groupId>
     <artifactId>servicemix</artifactId>
-    <version>3.2-SNAPSHOT</version>
+    <version>3.2</version>
   </parent>
 
   <artifactId>servicemix-web-console</artifactId>