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=592741&r1=592740&r2=592741&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 Nov 7 05:23:27 2007 @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.servicemix.samples</groupId> <artifactId>bridge</artifactId> - <version>3.2</version> + <version>3.2.1-SNAPSHOT</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</version> + <version>3.2.1-SNAPSHOT</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=592741&r1=592740&r2=592741&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 Nov 7 05:23:27 2007 @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.servicemix.samples</groupId> <artifactId>bridge</artifactId> - <version>3.2</version> + <version>3.2.1-SNAPSHOT</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</version> + <version>3.2.1-SNAPSHOT</version> </dependency> <!-- for testing --> <dependency> <groupId>org.apache.servicemix</groupId> <artifactId>servicemix-core</artifactId> - <version>3.2</version> + <version>3.2.1-SNAPSHOT</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=592741&r1=592740&r2=592741&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 Nov 7 05:23:27 2007 @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.servicemix.samples</groupId> <artifactId>bridge</artifactId> - <version>3.2</version> + <version>3.2.1-SNAPSHOT</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</version> + <version>3.2.1-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.servicemix.samples.bridge</groupId> <artifactId>bridge-eip-su</artifactId> - <version>3.2</version> + <version>3.2.1-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.servicemix.samples.bridge</groupId> <artifactId>bridge-xslt-su</artifactId> - <version>3.2</version> + <version>3.2.1-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.servicemix.samples.bridge</groupId> <artifactId>bridge-jms-su</artifactId> - <version>3.2</version> + <version>3.2.1-SNAPSHOT</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=592741&r1=592740&r2=592741&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 Nov 7 05:23:27 2007 @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.servicemix.samples</groupId> <artifactId>bridge</artifactId> - <version>3.2</version> + <version>3.2.1-SNAPSHOT</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</version> + <version>3.2.1-SNAPSHOT</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=592741&r1=592740&r2=592741&view=diff ============================================================================== --- incubator/servicemix/branches/servicemix-3.2/samples/bridge/pom.xml (original) +++ incubator/servicemix/branches/servicemix-3.2/samples/bridge/pom.xml Wed Nov 7 05:23:27 2007 @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.servicemix</groupId> <artifactId>samples</artifactId> - <version>3.2</version> + <version>3.2.1-SNAPSHOT</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=592741&r1=592740&r2=592741&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 Nov 7 05:23:27 2007 @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.servicemix.samples</groupId> <artifactId>camel</artifactId> - <version>3.2</version> + <version>3.2.1-SNAPSHOT</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</version> + <version>3.2.1-SNAPSHOT</version> </dependency> --> <dependency> <groupId>org.apache.servicemix.samples</groupId> <artifactId>camel-sa</artifactId> <type>zip</type> - <version>3.2</version> + <version>3.2.1-SNAPSHOT</version> </dependency> <!-- for testing --> <dependency> <groupId>org.apache.servicemix</groupId> <artifactId>servicemix-core</artifactId> - <version>3.2</version> + <version>3.2.1-SNAPSHOT</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=592741&r1=592740&r2=592741&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 Nov 7 05:23:27 2007 @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.servicemix.samples</groupId> <artifactId>camel</artifactId> - <version>3.2</version> + <version>3.2.1-SNAPSHOT</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</version> + <version>3.2.1-SNAPSHOT</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=592741&r1=592740&r2=592741&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 Nov 7 05:23:27 2007 @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.servicemix.samples</groupId> <artifactId>camel</artifactId> - <version>3.2</version> + <version>3.2.1-SNAPSHOT</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</version> + <version>3.2.1-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.servicemix</groupId> <artifactId>servicemix-core</artifactId> - <version>3.2</version> + <version>3.2.1-SNAPSHOT</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=592741&r1=592740&r2=592741&view=diff ============================================================================== --- incubator/servicemix/branches/servicemix-3.2/samples/camel/pom.xml (original) +++ incubator/servicemix/branches/servicemix-3.2/samples/camel/pom.xml Wed Nov 7 05:23:27 2007 @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.servicemix</groupId> <artifactId>samples</artifactId> - <version>3.2</version> + <version>3.2.1-SNAPSHOT</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=592741&r1=592740&r2=592741&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 Nov 7 05:23:27 2007 @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.servicemix</groupId> <artifactId>samples</artifactId> - <version>3.2</version> + <version>3.2.1-SNAPSHOT</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=592741&r1=592740&r2=592741&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 Nov 7 05:23:27 2007 @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.servicemix.samples</groupId> <artifactId>cxf-wsdl-first</artifactId> - <version>3.2</version> + <version>3.2.1-SNAPSHOT</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</version> + <version>3.2.1-SNAPSHOT</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=592741&r1=592740&r2=592741&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 Nov 7 05:23:27 2007 @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.servicemix.samples</groupId> <artifactId>cxf-wsdl-first</artifactId> - <version>3.2</version> + <version>3.2.1-SNAPSHOT</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=592741&r1=592740&r2=592741&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 Nov 7 05:23:27 2007 @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.servicemix.samples</groupId> <artifactId>cxf-wsdl-first</artifactId> - <version>3.2</version> + <version>3.2.1-SNAPSHOT</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</version> + <version>3.2.1-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.servicemix.samples.cxf-wsdl-first</groupId> <artifactId>wsdl-first-cxfbc-su</artifactId> - <version>3.2</version> + <version>3.2.1-SNAPSHOT</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=592741&r1=592740&r2=592741&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 Nov 7 05:23:27 2007 @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.servicemix.samples</groupId> <artifactId>loan-broker</artifactId> - <version>3.2</version> + <version>3.2.1-SNAPSHOT</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</version> + <version>3.2.1-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.servicemix</groupId> <artifactId>servicemix-core</artifactId> - <version>3.2</version> + <version>3.2.1-SNAPSHOT</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=592741&r1=592740&r2=592741&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 Nov 7 05:23:27 2007 @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.servicemix.samples</groupId> <artifactId>loan-broker</artifactId> - <version>3.2</version> + <version>3.2.1-SNAPSHOT</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</version> + <version>3.2.1-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.servicemix</groupId> <artifactId>servicemix-core</artifactId> - <version>3.2</version> + <version>3.2.1-SNAPSHOT</version> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.servicemix</groupId> <artifactId>servicemix-common</artifactId> - <version>3.2</version> + <version>3.2.1-SNAPSHOT</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=592741&r1=592740&r2=592741&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 Nov 7 05:23:27 2007 @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.servicemix.samples</groupId> <artifactId>loan-broker</artifactId> - <version>3.2</version> + <version>3.2.1-SNAPSHOT</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</version> + <version>3.2.1-SNAPSHOT</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=592741&r1=592740&r2=592741&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 Nov 7 05:23:27 2007 @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.servicemix.samples</groupId> <artifactId>loan-broker</artifactId> - <version>3.2</version> + <version>3.2.1-SNAPSHOT</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=592741&r1=592740&r2=592741&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 Nov 7 05:23:27 2007 @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.servicemix.samples</groupId> <artifactId>loan-broker</artifactId> - <version>3.2</version> + <version>3.2.1-SNAPSHOT</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</version> + <version>3.2.1-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.servicemix.samples.loan-broker</groupId> <artifactId>loan-broker-bean-su</artifactId> - <version>3.2</version> + <version>3.2.1-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.servicemix.samples.loan-broker</groupId> <artifactId>loan-broker-drools-su</artifactId> - <version>3.2</version> + <version>3.2.1-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.servicemix.samples.loan-broker</groupId> <artifactId>loan-broker-jms-su</artifactId> - <version>3.2</version> + <version>3.2.1-SNAPSHOT</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=592741&r1=592740&r2=592741&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 Nov 7 05:23:27 2007 @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.servicemix</groupId> <artifactId>samples</artifactId> - <version>3.2</version> + <version>3.2.1-SNAPSHOT</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=592741&r1=592740&r2=592741&view=diff ============================================================================== --- incubator/servicemix/branches/servicemix-3.2/samples/pom.xml (original) +++ incubator/servicemix/branches/servicemix-3.2/samples/pom.xml Wed Nov 7 05:23:27 2007 @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.servicemix</groupId> <artifactId>servicemix</artifactId> - <version>3.2</version> + <version>3.2.1-SNAPSHOT</version> </parent> <groupId>org.apache.servicemix</groupId> @@ -67,7 +67,7 @@ <dependency> <groupId>org.apache.servicemix</groupId> <artifactId>build</artifactId> - <version>3.2</version> + <version>3.2.1-SNAPSHOT</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=592741&r1=592740&r2=592741&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 Nov 7 05:23:27 2007 @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.servicemix</groupId> <artifactId>samples</artifactId> - <version>3.2</version> + <version>3.2.1-SNAPSHOT</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=592741&r1=592740&r2=592741&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 Nov 7 05:23:27 2007 @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.servicemix</groupId> <artifactId>samples</artifactId> - <version>3.2</version> + <version>3.2.1-SNAPSHOT</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=592741&r1=592740&r2=592741&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 Nov 7 05:23:27 2007 @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.servicemix</groupId> <artifactId>samples</artifactId> - <version>3.2</version> + <version>3.2.1-SNAPSHOT</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=592741&r1=592740&r2=592741&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 Nov 7 05:23:27 2007 @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.servicemix.samples</groupId> <artifactId>wsdl-first</artifactId> - <version>3.2</version> + <version>3.2.1-SNAPSHOT</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</version> + <version>3.2.1-SNAPSHOT</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=592741&r1=592740&r2=592741&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 Nov 7 05:23:27 2007 @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.servicemix.samples</groupId> <artifactId>wsdl-first</artifactId> - <version>3.2</version> + <version>3.2.1-SNAPSHOT</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=592741&r1=592740&r2=592741&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 Nov 7 05:23:27 2007 @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.servicemix.samples</groupId> <artifactId>wsdl-first</artifactId> - <version>3.2</version> + <version>3.2.1-SNAPSHOT</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</version> + <version>3.2.1-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.servicemix.samples.wsdl-first</groupId> <artifactId>wsdl-first-http-su</artifactId> - <version>3.2</version> + <version>3.2.1-SNAPSHOT</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=592741&r1=592740&r2=592741&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 Nov 7 05:23:27 2007 @@ -26,7 +26,7 @@ <parent> <groupId>org.apache.servicemix</groupId> <artifactId>servicemix</artifactId> - <version>3.2</version> + <version>3.2.1-SNAPSHOT</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=592741&r1=592740&r2=592741&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 Nov 7 05:23:27 2007 @@ -37,7 +37,7 @@ <parent> <groupId>org.apache.servicemix</groupId> <artifactId>serviceengines</artifactId> - <version>3.2</version> + <version>3.2.1-SNAPSHOT</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=592741&r1=592740&r2=592741&view=diff ============================================================================== --- incubator/servicemix/branches/servicemix-3.2/servicemix-itests/pom.xml (original) +++ incubator/servicemix/branches/servicemix-3.2/servicemix-itests/pom.xml Wed Nov 7 05:23:27 2007 @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.servicemix</groupId> <artifactId>servicemix</artifactId> - <version>3.2</version> + <version>3.2.1-SNAPSHOT</version> </parent> <artifactId>servicemix-itests</artifactId> @@ -141,7 +141,7 @@ <dependency> <groupId>org.apache.servicemix</groupId> <artifactId>build</artifactId> - <version>3.2</version> + <version>3.2.1-SNAPSHOT</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=592741&r1=592740&r2=592741&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 Nov 7 05:23:27 2007 @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.servicemix.tooling</groupId> <artifactId>tooling</artifactId> - <version>3.2</version> + <version>3.2.1-SNAPSHOT</version> </parent> <artifactId>jbi-maven-plugin</artifactId> @@ -59,12 +59,12 @@ <dependency> <groupId>org.apache.servicemix</groupId> <artifactId>servicemix-core</artifactId> - <version>3.2</version> + <version>3.2.1-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.servicemix</groupId> <artifactId>servicemix-common</artifactId> - <version>3.2</version> + <version>3.2.1-SNAPSHOT</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=592741&r1=592740&r2=592741&view=diff ============================================================================== --- incubator/servicemix/branches/servicemix-3.2/tooling/pom.xml (original) +++ incubator/servicemix/branches/servicemix-3.2/tooling/pom.xml Wed Nov 7 05:23:27 2007 @@ -24,12 +24,12 @@ <parent> <groupId>org.apache.servicemix</groupId> <artifactId>parent</artifactId> - <version>3.2</version> + <version>3.2.1-SNAPSHOT</version> </parent> <groupId>org.apache.servicemix.tooling</groupId> <artifactId>tooling</artifactId> - <version>3.2</version> + <version>3.2.1-SNAPSHOT</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</version> + <version>3.2.1-SNAPSHOT</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=592741&r1=592740&r2=592741&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 Nov 7 05:23:27 2007 @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.servicemix.tooling</groupId> <artifactId>tooling</artifactId> - <version>3.2</version> + <version>3.2.1-SNAPSHOT</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=592741&r1=592740&r2=592741&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 Nov 7 05:23:27 2007 @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.servicemix.tooling</groupId> <artifactId>tooling</artifactId> - <version>3.2</version> + <version>3.2.1-SNAPSHOT</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=592741&r1=592740&r2=592741&view=diff ============================================================================== --- incubator/servicemix/branches/servicemix-3.2/web/pom.xml (original) +++ incubator/servicemix/branches/servicemix-3.2/web/pom.xml Wed Nov 7 05:23:27 2007 @@ -24,12 +24,12 @@ <parent> <groupId>org.apache.servicemix</groupId> <artifactId>servicemix</artifactId> - <version>3.2</version> + <version>3.2.1-SNAPSHOT</version> </parent> <groupId>org.apache.servicemix</groupId> <artifactId>web</artifactId> - <version>3.2</version> + <version>3.2.1-SNAPSHOT</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</version> + <version>3.2.1-SNAPSHOT</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=592741&r1=592740&r2=592741&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 Nov 7 05:23:27 2007 @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.servicemix</groupId> <artifactId>servicemix</artifactId> - <version>3.2</version> + <version>3.2.1-SNAPSHOT</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=592741&r1=592740&r2=592741&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 Nov 7 05:23:27 2007 @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.servicemix</groupId> <artifactId>servicemix</artifactId> - <version>3.2</version> + <version>3.2.1-SNAPSHOT</version> </parent> <artifactId>servicemix-web-console</artifactId>
