Author: jbonofre
Date: Mon Apr 4 06:23:36 2011
New Revision: 1088488
URL: http://svn.apache.org/viewvc?rev=1088488&view=rev
Log:
Rollback ServiceMix 3.4 release.
Modified:
servicemix/smx3/trunk/core/pom.xml
servicemix/smx3/trunk/core/servicemix-audit/pom.xml
servicemix/smx3/trunk/core/servicemix-core/pom.xml
servicemix/smx3/trunk/deployables/pom.xml
servicemix/smx3/trunk/deployables/serviceengines/pom.xml
servicemix/smx3/trunk/deployables/serviceengines/servicemix-lwcontainer/pom.xml
servicemix/smx3/trunk/distributions/apache-servicemix-web/pom.xml
servicemix/smx3/trunk/distributions/apache-servicemix/pom.xml
servicemix/smx3/trunk/distributions/apache-servicemix/src/main/assembly/unix-bin.xml
servicemix/smx3/trunk/distributions/apache-servicemix/src/main/assembly/windows-bin.xml
servicemix/smx3/trunk/distributions/pom.xml
servicemix/smx3/trunk/parent/pom.xml
servicemix/smx3/trunk/platforms/geronimo/deployer-service/pom.xml
servicemix/smx3/trunk/platforms/geronimo/deployer/pom.xml
servicemix/smx3/trunk/platforms/geronimo/pom.xml
servicemix/smx3/trunk/platforms/geronimo/servicemix-service/pom.xml
servicemix/smx3/trunk/platforms/geronimo/servicemix/pom.xml
servicemix/smx3/trunk/platforms/jboss/deployer/pom.xml
servicemix/smx3/trunk/platforms/jboss/pom.xml
servicemix/smx3/trunk/platforms/pom.xml
servicemix/smx3/trunk/pom.xml
servicemix/smx3/trunk/samples/basic/pom.xml
servicemix/smx3/trunk/samples/bridge-camel/bridge-camel-sa/pom.xml
servicemix/smx3/trunk/samples/bridge-camel/bridge-camel-su/pom.xml
servicemix/smx3/trunk/samples/bridge-camel/pom.xml
servicemix/smx3/trunk/samples/bridge/bridge-eip-su/pom.xml
servicemix/smx3/trunk/samples/bridge/bridge-http-su/pom.xml
servicemix/smx3/trunk/samples/bridge/bridge-jms-su/pom.xml
servicemix/smx3/trunk/samples/bridge/bridge-sa-itest/pom.xml
servicemix/smx3/trunk/samples/bridge/bridge-sa/pom.xml
servicemix/smx3/trunk/samples/bridge/bridge-xslt-su/pom.xml
servicemix/smx3/trunk/samples/bridge/pom.xml
servicemix/smx3/trunk/samples/camel/camel-sa-itest/pom.xml
servicemix/smx3/trunk/samples/camel/camel-sa/pom.xml
servicemix/smx3/trunk/samples/camel/camel-simple-su/pom.xml
servicemix/smx3/trunk/samples/camel/pom.xml
servicemix/smx3/trunk/samples/cxf-wsdl-first/pom.xml
servicemix/smx3/trunk/samples/cxf-wsdl-first/wsdl-first-cxf-sa/pom.xml
servicemix/smx3/trunk/samples/cxf-wsdl-first/wsdl-first-cxfbc-su/pom.xml
servicemix/smx3/trunk/samples/cxf-wsdl-first/wsdl-first-cxfse-su/pom.xml
servicemix/smx3/trunk/samples/database-bean/pom.xml
servicemix/smx3/trunk/samples/loan-broker/loan-broker-bean-su/pom.xml
servicemix/smx3/trunk/samples/loan-broker/loan-broker-drools-su/pom.xml
servicemix/smx3/trunk/samples/loan-broker/loan-broker-jms-su/pom.xml
servicemix/smx3/trunk/samples/loan-broker/loan-broker-ode-su/pom.xml
servicemix/smx3/trunk/samples/loan-broker/loan-broker-sa/pom.xml
servicemix/smx3/trunk/samples/loan-broker/pom.xml
servicemix/smx3/trunk/samples/pom.xml
servicemix/smx3/trunk/samples/servicemix-web/pom.xml
servicemix/smx3/trunk/samples/ws-sec/pom.xml
servicemix/smx3/trunk/samples/wsdl-first/pom.xml
servicemix/smx3/trunk/samples/wsdl-first/wsdl-first-http-su/pom.xml
servicemix/smx3/trunk/samples/wsdl-first/wsdl-first-jsr181-su/pom.xml
servicemix/smx3/trunk/samples/wsdl-first/wsdl-first-sa/pom.xml
servicemix/smx3/trunk/servicemix-itests/pom.xml
servicemix/smx3/trunk/web/pom.xml
servicemix/smx3/trunk/web/servicemix-console/pom.xml
servicemix/smx3/trunk/web/servicemix-web-console/pom.xml
Modified: servicemix/smx3/trunk/core/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx3/trunk/core/pom.xml?rev=1088488&r1=1088487&r2=1088488&view=diff
==============================================================================
--- servicemix/smx3/trunk/core/pom.xml (original)
+++ servicemix/smx3/trunk/core/pom.xml Mon Apr 4 06:23:36 2011
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.servicemix</groupId>
<artifactId>parent</artifactId>
- <version>3.5-SNAPSHOT</version>
+ <version>3.4-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
Modified: servicemix/smx3/trunk/core/servicemix-audit/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx3/trunk/core/servicemix-audit/pom.xml?rev=1088488&r1=1088487&r2=1088488&view=diff
==============================================================================
--- servicemix/smx3/trunk/core/servicemix-audit/pom.xml (original)
+++ servicemix/smx3/trunk/core/servicemix-audit/pom.xml Mon Apr 4 06:23:36 2011
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.servicemix</groupId>
<artifactId>core</artifactId>
- <version>3.5-SNAPSHOT</version>
+ <version>3.4-SNAPSHOT</version>
</parent>
<artifactId>servicemix-audit</artifactId>
Modified: servicemix/smx3/trunk/core/servicemix-core/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx3/trunk/core/servicemix-core/pom.xml?rev=1088488&r1=1088487&r2=1088488&view=diff
==============================================================================
--- servicemix/smx3/trunk/core/servicemix-core/pom.xml (original)
+++ servicemix/smx3/trunk/core/servicemix-core/pom.xml Mon Apr 4 06:23:36 2011
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.servicemix</groupId>
<artifactId>core</artifactId>
- <version>3.5-SNAPSHOT</version>
+ <version>3.4-SNAPSHOT</version>
</parent>
<artifactId>servicemix-core</artifactId>
@@ -340,9 +340,11 @@
<phase>generate-sources</phase>
<configuration>
<tasks>
- <mkdir dir="${project.build.directory}/fix_schema" />
- <move file="${project.build.directory}/xbean/servicemix.xsd"
todir="${project.build.directory}/fix_schema" />
- <xslt
in="${project.build.directory}/fix_schema/servicemix.xsd"
out="${project.build.directory}/xbean/servicemix.xsd"
style="src/main/xsl/fix_schema.xsl" />
+ <mkdir dir="${project.build.directory}/fix_schema"/>
+ <move file="${project.build.directory}/xbean/servicemix.xsd"
todir="${project.build.directory}/fix_schema"/>
+ <xslt in="${project.build.directory}/fix_schema/servicemix.xsd"
+ out="${project.build.directory}/xbean/servicemix.xsd"
+ style="src/main/xsl/fix_schema.xsl"/>
</tasks>
</configuration>
<goals>
Modified: servicemix/smx3/trunk/deployables/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx3/trunk/deployables/pom.xml?rev=1088488&r1=1088487&r2=1088488&view=diff
==============================================================================
--- servicemix/smx3/trunk/deployables/pom.xml (original)
+++ servicemix/smx3/trunk/deployables/pom.xml Mon Apr 4 06:23:36 2011
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.servicemix</groupId>
<artifactId>servicemix</artifactId>
- <version>3.5-SNAPSHOT</version>
+ <version>3.4-SNAPSHOT</version>
</parent>
<artifactId>deployables</artifactId>
Modified: servicemix/smx3/trunk/deployables/serviceengines/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx3/trunk/deployables/serviceengines/pom.xml?rev=1088488&r1=1088487&r2=1088488&view=diff
==============================================================================
--- servicemix/smx3/trunk/deployables/serviceengines/pom.xml (original)
+++ servicemix/smx3/trunk/deployables/serviceengines/pom.xml Mon Apr 4
06:23:36 2011
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.servicemix</groupId>
<artifactId>parent</artifactId>
- <version>3.5-SNAPSHOT</version>
+ <version>3.4-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
Modified:
servicemix/smx3/trunk/deployables/serviceengines/servicemix-lwcontainer/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx3/trunk/deployables/serviceengines/servicemix-lwcontainer/pom.xml?rev=1088488&r1=1088487&r2=1088488&view=diff
==============================================================================
---
servicemix/smx3/trunk/deployables/serviceengines/servicemix-lwcontainer/pom.xml
(original)
+++
servicemix/smx3/trunk/deployables/serviceengines/servicemix-lwcontainer/pom.xml
Mon Apr 4 06:23:36 2011
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.servicemix</groupId>
<artifactId>serviceengines</artifactId>
- <version>3.5-SNAPSHOT</version>
+ <version>3.4-SNAPSHOT</version>
</parent>
<artifactId>servicemix-lwcontainer</artifactId>
Modified: servicemix/smx3/trunk/distributions/apache-servicemix-web/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx3/trunk/distributions/apache-servicemix-web/pom.xml?rev=1088488&r1=1088487&r2=1088488&view=diff
==============================================================================
--- servicemix/smx3/trunk/distributions/apache-servicemix-web/pom.xml (original)
+++ servicemix/smx3/trunk/distributions/apache-servicemix-web/pom.xml Mon Apr
4 06:23:36 2011
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.servicemix</groupId>
<artifactId>assemblies</artifactId>
- <version>3.5-SNAPSHOT</version>
+ <version>3.4-SNAPSHOT</version>
</parent>
<artifactId>apache-servicemix-web</artifactId>
Modified: servicemix/smx3/trunk/distributions/apache-servicemix/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx3/trunk/distributions/apache-servicemix/pom.xml?rev=1088488&r1=1088487&r2=1088488&view=diff
==============================================================================
--- servicemix/smx3/trunk/distributions/apache-servicemix/pom.xml (original)
+++ servicemix/smx3/trunk/distributions/apache-servicemix/pom.xml Mon Apr 4
06:23:36 2011
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
<!--
@@ -24,7 +25,7 @@
<parent>
<groupId>org.apache.servicemix</groupId>
<artifactId>assemblies</artifactId>
- <version>3.5-SNAPSHOT</version>
+ <version>3.4-SNAPSHOT</version>
</parent>
<artifactId>apache-servicemix</artifactId>
Modified:
servicemix/smx3/trunk/distributions/apache-servicemix/src/main/assembly/unix-bin.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx3/trunk/distributions/apache-servicemix/src/main/assembly/unix-bin.xml?rev=1088488&r1=1088487&r2=1088488&view=diff
==============================================================================
---
servicemix/smx3/trunk/distributions/apache-servicemix/src/main/assembly/unix-bin.xml
(original)
+++
servicemix/smx3/trunk/distributions/apache-servicemix/src/main/assembly/unix-bin.xml
Mon Apr 4 06:23:36 2011
@@ -18,7 +18,7 @@
-->
<assembly>
- <id>unix-bin</id>
+ <id></id>
<formats>
<format>tar.gz</format>
</formats>
Modified:
servicemix/smx3/trunk/distributions/apache-servicemix/src/main/assembly/windows-bin.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx3/trunk/distributions/apache-servicemix/src/main/assembly/windows-bin.xml?rev=1088488&r1=1088487&r2=1088488&view=diff
==============================================================================
---
servicemix/smx3/trunk/distributions/apache-servicemix/src/main/assembly/windows-bin.xml
(original)
+++
servicemix/smx3/trunk/distributions/apache-servicemix/src/main/assembly/windows-bin.xml
Mon Apr 4 06:23:36 2011
@@ -18,7 +18,7 @@
-->
<assembly>
- <id>windows-bin</id>
+ <id></id>
<formats>
<format>zip</format>
</formats>
Modified: servicemix/smx3/trunk/distributions/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx3/trunk/distributions/pom.xml?rev=1088488&r1=1088487&r2=1088488&view=diff
==============================================================================
--- servicemix/smx3/trunk/distributions/pom.xml (original)
+++ servicemix/smx3/trunk/distributions/pom.xml Mon Apr 4 06:23:36 2011
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.servicemix</groupId>
<artifactId>servicemix</artifactId>
- <version>3.5-SNAPSHOT</version>
+ <version>3.4-SNAPSHOT</version>
</parent>
<artifactId>assemblies</artifactId>
Modified: servicemix/smx3/trunk/parent/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx3/trunk/parent/pom.xml?rev=1088488&r1=1088487&r2=1088488&view=diff
==============================================================================
--- servicemix/smx3/trunk/parent/pom.xml (original)
+++ servicemix/smx3/trunk/parent/pom.xml Mon Apr 4 06:23:36 2011
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.servicemix</groupId>
<artifactId>servicemix</artifactId>
- <version>3.5-SNAPSHOT</version>
+ <version>3.4-SNAPSHOT</version>
</parent>
<artifactId>parent</artifactId>
Modified: servicemix/smx3/trunk/platforms/geronimo/deployer-service/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx3/trunk/platforms/geronimo/deployer-service/pom.xml?rev=1088488&r1=1088487&r2=1088488&view=diff
==============================================================================
--- servicemix/smx3/trunk/platforms/geronimo/deployer-service/pom.xml (original)
+++ servicemix/smx3/trunk/platforms/geronimo/deployer-service/pom.xml Mon Apr
4 06:23:36 2011
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.servicemix.geronimo</groupId>
<artifactId>geronimo</artifactId>
- <version>3.5-SNAPSHOT</version>
+ <version>3.4-SNAPSHOT</version>
</parent>
<artifactId>deployer-service</artifactId>
Modified: servicemix/smx3/trunk/platforms/geronimo/deployer/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx3/trunk/platforms/geronimo/deployer/pom.xml?rev=1088488&r1=1088487&r2=1088488&view=diff
==============================================================================
--- servicemix/smx3/trunk/platforms/geronimo/deployer/pom.xml (original)
+++ servicemix/smx3/trunk/platforms/geronimo/deployer/pom.xml Mon Apr 4
06:23:36 2011
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.servicemix.geronimo</groupId>
<artifactId>geronimo</artifactId>
- <version>3.5-SNAPSHOT</version>
+ <version>3.4-SNAPSHOT</version>
</parent>
<artifactId>deployer</artifactId>
Modified: servicemix/smx3/trunk/platforms/geronimo/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx3/trunk/platforms/geronimo/pom.xml?rev=1088488&r1=1088487&r2=1088488&view=diff
==============================================================================
--- servicemix/smx3/trunk/platforms/geronimo/pom.xml (original)
+++ servicemix/smx3/trunk/platforms/geronimo/pom.xml Mon Apr 4 06:23:36 2011
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.servicemix</groupId>
<artifactId>platforms</artifactId>
- <version>3.5-SNAPSHOT</version>
+ <version>3.4-SNAPSHOT</version>
</parent>
<groupId>org.apache.servicemix.geronimo</groupId>
Modified: servicemix/smx3/trunk/platforms/geronimo/servicemix-service/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx3/trunk/platforms/geronimo/servicemix-service/pom.xml?rev=1088488&r1=1088487&r2=1088488&view=diff
==============================================================================
--- servicemix/smx3/trunk/platforms/geronimo/servicemix-service/pom.xml
(original)
+++ servicemix/smx3/trunk/platforms/geronimo/servicemix-service/pom.xml Mon Apr
4 06:23:36 2011
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.servicemix.geronimo</groupId>
<artifactId>geronimo</artifactId>
- <version>3.5-SNAPSHOT</version>
+ <version>3.4-SNAPSHOT</version>
</parent>
<artifactId>servicemix-service</artifactId>
Modified: servicemix/smx3/trunk/platforms/geronimo/servicemix/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx3/trunk/platforms/geronimo/servicemix/pom.xml?rev=1088488&r1=1088487&r2=1088488&view=diff
==============================================================================
--- servicemix/smx3/trunk/platforms/geronimo/servicemix/pom.xml (original)
+++ servicemix/smx3/trunk/platforms/geronimo/servicemix/pom.xml Mon Apr 4
06:23:36 2011
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.servicemix.geronimo</groupId>
<artifactId>geronimo</artifactId>
- <version>3.5-SNAPSHOT</version>
+ <version>3.4-SNAPSHOT</version>
</parent>
<artifactId>servicemix</artifactId>
Modified: servicemix/smx3/trunk/platforms/jboss/deployer/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx3/trunk/platforms/jboss/deployer/pom.xml?rev=1088488&r1=1088487&r2=1088488&view=diff
==============================================================================
--- servicemix/smx3/trunk/platforms/jboss/deployer/pom.xml (original)
+++ servicemix/smx3/trunk/platforms/jboss/deployer/pom.xml Mon Apr 4 06:23:36
2011
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.servicemix.jboss</groupId>
<artifactId>jboss</artifactId>
- <version>3.5-SNAPSHOT</version>
+ <version>3.4-SNAPSHOT</version>
</parent>
<artifactId>deployer</artifactId>
Modified: servicemix/smx3/trunk/platforms/jboss/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx3/trunk/platforms/jboss/pom.xml?rev=1088488&r1=1088487&r2=1088488&view=diff
==============================================================================
--- servicemix/smx3/trunk/platforms/jboss/pom.xml (original)
+++ servicemix/smx3/trunk/platforms/jboss/pom.xml Mon Apr 4 06:23:36 2011
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.servicemix</groupId>
<artifactId>platforms</artifactId>
- <version>3.5-SNAPSHOT</version>
+ <version>3.4-SNAPSHOT</version>
</parent>
<groupId>org.apache.servicemix.jboss</groupId>
Modified: servicemix/smx3/trunk/platforms/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx3/trunk/platforms/pom.xml?rev=1088488&r1=1088487&r2=1088488&view=diff
==============================================================================
--- servicemix/smx3/trunk/platforms/pom.xml (original)
+++ servicemix/smx3/trunk/platforms/pom.xml Mon Apr 4 06:23:36 2011
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.servicemix</groupId>
<artifactId>servicemix</artifactId>
- <version>3.5-SNAPSHOT</version>
+ <version>3.4-SNAPSHOT</version>
</parent>
<artifactId>platforms</artifactId>
Modified: servicemix/smx3/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx3/trunk/pom.xml?rev=1088488&r1=1088487&r2=1088488&view=diff
==============================================================================
--- servicemix/smx3/trunk/pom.xml (original)
+++ servicemix/smx3/trunk/pom.xml Mon Apr 4 06:23:36 2011
@@ -29,7 +29,7 @@
<groupId>org.apache.servicemix</groupId>
<artifactId>servicemix</artifactId>
- <version>3.5-SNAPSHOT</version>
+ <version>3.4-SNAPSHOT</version>
<packaging>pom</packaging>
<name>ServiceMix</name>
@@ -107,7 +107,7 @@
<xfire-jsr181-api-version>1.0-M1</xfire-jsr181-api-version>
<xfire-version>1.2.5</xfire-version>
- <mavenAssemblyPluginVersion>2.2.1 </mavenAssemblyPluginVersion>
+ <mavenAssemblyPluginVersion>2.1</mavenAssemblyPluginVersion>
<xbean-version>3.7</xbean-version>
<spring-version>3.0.5.RELEASE</spring-version>
<activemq-version>5.4.2</activemq-version>
Modified: servicemix/smx3/trunk/samples/basic/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx3/trunk/samples/basic/pom.xml?rev=1088488&r1=1088487&r2=1088488&view=diff
==============================================================================
--- servicemix/smx3/trunk/samples/basic/pom.xml (original)
+++ servicemix/smx3/trunk/samples/basic/pom.xml Mon Apr 4 06:23:36 2011
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.servicemix</groupId>
<artifactId>samples</artifactId>
- <version>3.5-SNAPSHOT</version>
+ <version>3.4-SNAPSHOT</version>
</parent>
<groupId>org.apache.servicemix.samples</groupId>
@@ -92,7 +92,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
- <version>2.2.1</version>
+ <version>2.1</version>
<inherited>false</inherited>
<executions>
<execution>
Modified: servicemix/smx3/trunk/samples/bridge-camel/bridge-camel-sa/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx3/trunk/samples/bridge-camel/bridge-camel-sa/pom.xml?rev=1088488&r1=1088487&r2=1088488&view=diff
==============================================================================
--- servicemix/smx3/trunk/samples/bridge-camel/bridge-camel-sa/pom.xml
(original)
+++ servicemix/smx3/trunk/samples/bridge-camel/bridge-camel-sa/pom.xml Mon Apr
4 06:23:36 2011
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.servicemix.samples</groupId>
<artifactId>bridge-camel</artifactId>
- <version>3.5-SNAPSHOT</version>
+ <version>3.4-SNAPSHOT</version>
</parent>
<groupId>org.apache.servicemix.samples.bridge-camel</groupId>
@@ -36,17 +36,17 @@
<dependency>
<groupId>org.apache.servicemix.samples.bridge</groupId>
<artifactId>bridge-http-su</artifactId>
- <version>3.5-SNAPSHOT</version>
+ <version>3.4-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.servicemix.samples.bridge-camel</groupId>
<artifactId>bridge-camel-su</artifactId>
- <version>3.5-SNAPSHOT</version>
+ <version>3.4-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.servicemix.samples.bridge</groupId>
<artifactId>bridge-jms-su</artifactId>
- <version>3.5-SNAPSHOT</version>
+ <version>3.4-SNAPSHOT</version>
</dependency>
</dependencies>
Modified: servicemix/smx3/trunk/samples/bridge-camel/bridge-camel-su/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx3/trunk/samples/bridge-camel/bridge-camel-su/pom.xml?rev=1088488&r1=1088487&r2=1088488&view=diff
==============================================================================
--- servicemix/smx3/trunk/samples/bridge-camel/bridge-camel-su/pom.xml
(original)
+++ servicemix/smx3/trunk/samples/bridge-camel/bridge-camel-su/pom.xml Mon Apr
4 06:23:36 2011
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.servicemix.samples</groupId>
<artifactId>bridge-camel</artifactId>
- <version>3.5-SNAPSHOT</version>
+ <version>3.4-SNAPSHOT</version>
</parent>
<groupId>org.apache.servicemix.samples.bridge-camel</groupId>
Modified: servicemix/smx3/trunk/samples/bridge-camel/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx3/trunk/samples/bridge-camel/pom.xml?rev=1088488&r1=1088487&r2=1088488&view=diff
==============================================================================
--- servicemix/smx3/trunk/samples/bridge-camel/pom.xml (original)
+++ servicemix/smx3/trunk/samples/bridge-camel/pom.xml Mon Apr 4 06:23:36 2011
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.servicemix</groupId>
<artifactId>samples</artifactId>
- <version>3.5-SNAPSHOT</version>
+ <version>3.4-SNAPSHOT</version>
</parent>
<groupId>org.apache.servicemix.samples</groupId>
@@ -64,7 +64,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
- <version>2.2.1</version>
+ <version>2.1</version>
<inherited>false</inherited>
<executions>
<execution>
Modified: servicemix/smx3/trunk/samples/bridge/bridge-eip-su/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx3/trunk/samples/bridge/bridge-eip-su/pom.xml?rev=1088488&r1=1088487&r2=1088488&view=diff
==============================================================================
--- servicemix/smx3/trunk/samples/bridge/bridge-eip-su/pom.xml (original)
+++ servicemix/smx3/trunk/samples/bridge/bridge-eip-su/pom.xml Mon Apr 4
06:23:36 2011
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.servicemix.samples</groupId>
<artifactId>bridge</artifactId>
- <version>3.5-SNAPSHOT</version>
+ <version>3.4-SNAPSHOT</version>
</parent>
<groupId>org.apache.servicemix.samples.bridge</groupId>
Modified: servicemix/smx3/trunk/samples/bridge/bridge-http-su/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx3/trunk/samples/bridge/bridge-http-su/pom.xml?rev=1088488&r1=1088487&r2=1088488&view=diff
==============================================================================
--- servicemix/smx3/trunk/samples/bridge/bridge-http-su/pom.xml (original)
+++ servicemix/smx3/trunk/samples/bridge/bridge-http-su/pom.xml Mon Apr 4
06:23:36 2011
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.servicemix.samples</groupId>
<artifactId>bridge</artifactId>
- <version>3.5-SNAPSHOT</version>
+ <version>3.4-SNAPSHOT</version>
</parent>
<groupId>org.apache.servicemix.samples.bridge</groupId>
Modified: servicemix/smx3/trunk/samples/bridge/bridge-jms-su/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx3/trunk/samples/bridge/bridge-jms-su/pom.xml?rev=1088488&r1=1088487&r2=1088488&view=diff
==============================================================================
--- servicemix/smx3/trunk/samples/bridge/bridge-jms-su/pom.xml (original)
+++ servicemix/smx3/trunk/samples/bridge/bridge-jms-su/pom.xml Mon Apr 4
06:23:36 2011
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.servicemix.samples</groupId>
<artifactId>bridge</artifactId>
- <version>3.5-SNAPSHOT</version>
+ <version>3.4-SNAPSHOT</version>
</parent>
<groupId>org.apache.servicemix.samples.bridge</groupId>
Modified: servicemix/smx3/trunk/samples/bridge/bridge-sa-itest/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx3/trunk/samples/bridge/bridge-sa-itest/pom.xml?rev=1088488&r1=1088487&r2=1088488&view=diff
==============================================================================
--- servicemix/smx3/trunk/samples/bridge/bridge-sa-itest/pom.xml (original)
+++ servicemix/smx3/trunk/samples/bridge/bridge-sa-itest/pom.xml Mon Apr 4
06:23:36 2011
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.servicemix.samples</groupId>
<artifactId>bridge</artifactId>
- <version>3.5-SNAPSHOT</version>
+ <version>3.4-SNAPSHOT</version>
</parent>
<groupId>org.apache.servicemix.samples.bridge</groupId>
@@ -37,14 +37,14 @@
<groupId>org.apache.servicemix.samples.bridge</groupId>
<artifactId>bridge-sa</artifactId>
<type>zip</type>
- <version>3.5-SNAPSHOT</version>
+ <version>3.4-SNAPSHOT</version>
</dependency>
<!-- for testing -->
<dependency>
<groupId>org.apache.servicemix</groupId>
<artifactId>servicemix-core</artifactId>
- <version>3.5-SNAPSHOT</version>
+ <version>3.4-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
Modified: servicemix/smx3/trunk/samples/bridge/bridge-sa/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx3/trunk/samples/bridge/bridge-sa/pom.xml?rev=1088488&r1=1088487&r2=1088488&view=diff
==============================================================================
--- servicemix/smx3/trunk/samples/bridge/bridge-sa/pom.xml (original)
+++ servicemix/smx3/trunk/samples/bridge/bridge-sa/pom.xml Mon Apr 4 06:23:36
2011
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.servicemix.samples</groupId>
<artifactId>bridge</artifactId>
- <version>3.5-SNAPSHOT</version>
+ <version>3.4-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.5-SNAPSHOT</version>
+ <version>3.4-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.servicemix.samples.bridge</groupId>
<artifactId>bridge-eip-su</artifactId>
- <version>3.5-SNAPSHOT</version>
+ <version>3.4-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.servicemix.samples.bridge</groupId>
<artifactId>bridge-xslt-su</artifactId>
- <version>3.5-SNAPSHOT</version>
+ <version>3.4-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.servicemix.samples.bridge</groupId>
<artifactId>bridge-jms-su</artifactId>
- <version>3.5-SNAPSHOT</version>
+ <version>3.4-SNAPSHOT</version>
</dependency>
</dependencies>
Modified: servicemix/smx3/trunk/samples/bridge/bridge-xslt-su/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx3/trunk/samples/bridge/bridge-xslt-su/pom.xml?rev=1088488&r1=1088487&r2=1088488&view=diff
==============================================================================
--- servicemix/smx3/trunk/samples/bridge/bridge-xslt-su/pom.xml (original)
+++ servicemix/smx3/trunk/samples/bridge/bridge-xslt-su/pom.xml Mon Apr 4
06:23:36 2011
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.servicemix.samples</groupId>
<artifactId>bridge</artifactId>
- <version>3.5-SNAPSHOT</version>
+ <version>3.4-SNAPSHOT</version>
</parent>
<groupId>org.apache.servicemix.samples.bridge</groupId>
Modified: servicemix/smx3/trunk/samples/bridge/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx3/trunk/samples/bridge/pom.xml?rev=1088488&r1=1088487&r2=1088488&view=diff
==============================================================================
--- servicemix/smx3/trunk/samples/bridge/pom.xml (original)
+++ servicemix/smx3/trunk/samples/bridge/pom.xml Mon Apr 4 06:23:36 2011
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.servicemix</groupId>
<artifactId>samples</artifactId>
- <version>3.5-SNAPSHOT</version>
+ <version>3.4-SNAPSHOT</version>
</parent>
<groupId>org.apache.servicemix.samples</groupId>
@@ -68,7 +68,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
- <version>2.2.1</version>
+ <version>2.1</version>
<inherited>false</inherited>
<executions>
<execution>
Modified: servicemix/smx3/trunk/samples/camel/camel-sa-itest/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx3/trunk/samples/camel/camel-sa-itest/pom.xml?rev=1088488&r1=1088487&r2=1088488&view=diff
==============================================================================
--- servicemix/smx3/trunk/samples/camel/camel-sa-itest/pom.xml (original)
+++ servicemix/smx3/trunk/samples/camel/camel-sa-itest/pom.xml Mon Apr 4
06:23:36 2011
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.servicemix.samples</groupId>
<artifactId>camel</artifactId>
- <version>3.5-SNAPSHOT</version>
+ <version>3.4-SNAPSHOT</version>
</parent>
<groupId>org.apache.servicemix.samples</groupId>
@@ -38,7 +38,7 @@
<groupId>org.apache.servicemix.samples</groupId>
<artifactId>camel-sa</artifactId>
<type>zip</type>
- <version>3.5-SNAPSHOT</version>
+ <version>3.4-SNAPSHOT</version>
</dependency>
<!-- for testing -->
Modified: servicemix/smx3/trunk/samples/camel/camel-sa/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx3/trunk/samples/camel/camel-sa/pom.xml?rev=1088488&r1=1088487&r2=1088488&view=diff
==============================================================================
--- servicemix/smx3/trunk/samples/camel/camel-sa/pom.xml (original)
+++ servicemix/smx3/trunk/samples/camel/camel-sa/pom.xml Mon Apr 4 06:23:36
2011
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.servicemix.samples</groupId>
<artifactId>camel</artifactId>
- <version>3.5-SNAPSHOT</version>
+ <version>3.4-SNAPSHOT</version>
</parent>
<groupId>org.apache.servicemix.samples</groupId>
@@ -40,7 +40,7 @@
<dependency>
<groupId>org.apache.servicemix.samples</groupId>
<artifactId>camel-simple-su</artifactId>
- <version>3.5-SNAPSHOT</version>
+ <version>3.4-SNAPSHOT</version>
</dependency>
</dependencies>
<build>
Modified: servicemix/smx3/trunk/samples/camel/camel-simple-su/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx3/trunk/samples/camel/camel-simple-su/pom.xml?rev=1088488&r1=1088487&r2=1088488&view=diff
==============================================================================
--- servicemix/smx3/trunk/samples/camel/camel-simple-su/pom.xml (original)
+++ servicemix/smx3/trunk/samples/camel/camel-simple-su/pom.xml Mon Apr 4
06:23:36 2011
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.servicemix.samples</groupId>
<artifactId>camel</artifactId>
- <version>3.5-SNAPSHOT</version>
+ <version>3.4-SNAPSHOT</version>
</parent>
<groupId>org.apache.servicemix.samples</groupId>
Modified: servicemix/smx3/trunk/samples/camel/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx3/trunk/samples/camel/pom.xml?rev=1088488&r1=1088487&r2=1088488&view=diff
==============================================================================
--- servicemix/smx3/trunk/samples/camel/pom.xml (original)
+++ servicemix/smx3/trunk/samples/camel/pom.xml Mon Apr 4 06:23:36 2011
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.servicemix</groupId>
<artifactId>samples</artifactId>
- <version>3.5-SNAPSHOT</version>
+ <version>3.4-SNAPSHOT</version>
</parent>
<groupId>org.apache.servicemix.samples</groupId>
@@ -65,7 +65,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
- <version>2.2.1</version>
+ <version>2.1</version>
<inherited>false</inherited>
<executions>
<execution>
Modified: servicemix/smx3/trunk/samples/cxf-wsdl-first/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx3/trunk/samples/cxf-wsdl-first/pom.xml?rev=1088488&r1=1088487&r2=1088488&view=diff
==============================================================================
--- servicemix/smx3/trunk/samples/cxf-wsdl-first/pom.xml (original)
+++ servicemix/smx3/trunk/samples/cxf-wsdl-first/pom.xml Mon Apr 4 06:23:36
2011
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.servicemix</groupId>
<artifactId>samples</artifactId>
- <version>3.5-SNAPSHOT</version>
+ <version>3.4-SNAPSHOT</version>
</parent>
<groupId>org.apache.servicemix.samples</groupId>
@@ -65,7 +65,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
- <version>2.2.1</version>
+ <version>2.1</version>
<inherited>false</inherited>
<executions>
<execution>
Modified: servicemix/smx3/trunk/samples/cxf-wsdl-first/wsdl-first-cxf-sa/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx3/trunk/samples/cxf-wsdl-first/wsdl-first-cxf-sa/pom.xml?rev=1088488&r1=1088487&r2=1088488&view=diff
==============================================================================
--- servicemix/smx3/trunk/samples/cxf-wsdl-first/wsdl-first-cxf-sa/pom.xml
(original)
+++ servicemix/smx3/trunk/samples/cxf-wsdl-first/wsdl-first-cxf-sa/pom.xml Mon
Apr 4 06:23:36 2011
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.servicemix.samples</groupId>
<artifactId>cxf-wsdl-first</artifactId>
- <version>3.5-SNAPSHOT</version>
+ <version>3.4-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.5-SNAPSHOT</version>
+ <version>3.4-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.servicemix.samples.cxf-wsdl-first</groupId>
<artifactId>wsdl-first-cxfbc-su</artifactId>
- <version>3.5-SNAPSHOT</version>
+ <version>3.4-SNAPSHOT</version>
</dependency>
</dependencies>
Modified:
servicemix/smx3/trunk/samples/cxf-wsdl-first/wsdl-first-cxfbc-su/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx3/trunk/samples/cxf-wsdl-first/wsdl-first-cxfbc-su/pom.xml?rev=1088488&r1=1088487&r2=1088488&view=diff
==============================================================================
--- servicemix/smx3/trunk/samples/cxf-wsdl-first/wsdl-first-cxfbc-su/pom.xml
(original)
+++ servicemix/smx3/trunk/samples/cxf-wsdl-first/wsdl-first-cxfbc-su/pom.xml
Mon Apr 4 06:23:36 2011
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.servicemix.samples</groupId>
<artifactId>cxf-wsdl-first</artifactId>
- <version>3.5-SNAPSHOT</version>
+ <version>3.4-SNAPSHOT</version>
</parent>
<groupId>org.apache.servicemix.samples.cxf-wsdl-first</groupId>
Modified:
servicemix/smx3/trunk/samples/cxf-wsdl-first/wsdl-first-cxfse-su/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx3/trunk/samples/cxf-wsdl-first/wsdl-first-cxfse-su/pom.xml?rev=1088488&r1=1088487&r2=1088488&view=diff
==============================================================================
--- servicemix/smx3/trunk/samples/cxf-wsdl-first/wsdl-first-cxfse-su/pom.xml
(original)
+++ servicemix/smx3/trunk/samples/cxf-wsdl-first/wsdl-first-cxfse-su/pom.xml
Mon Apr 4 06:23:36 2011
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.servicemix.samples</groupId>
<artifactId>cxf-wsdl-first</artifactId>
- <version>3.5-SNAPSHOT</version>
+ <version>3.4-SNAPSHOT</version>
</parent>
<groupId>org.apache.servicemix.samples.cxf-wsdl-first</groupId>
Modified: servicemix/smx3/trunk/samples/database-bean/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx3/trunk/samples/database-bean/pom.xml?rev=1088488&r1=1088487&r2=1088488&view=diff
==============================================================================
--- servicemix/smx3/trunk/samples/database-bean/pom.xml (original)
+++ servicemix/smx3/trunk/samples/database-bean/pom.xml Mon Apr 4 06:23:36 2011
@@ -66,7 +66,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
- <version>2.2.1</version>
+ <version>2.1</version>
<inherited>false</inherited>
<executions>
<execution>
Modified: servicemix/smx3/trunk/samples/loan-broker/loan-broker-bean-su/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx3/trunk/samples/loan-broker/loan-broker-bean-su/pom.xml?rev=1088488&r1=1088487&r2=1088488&view=diff
==============================================================================
--- servicemix/smx3/trunk/samples/loan-broker/loan-broker-bean-su/pom.xml
(original)
+++ servicemix/smx3/trunk/samples/loan-broker/loan-broker-bean-su/pom.xml Mon
Apr 4 06:23:36 2011
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.servicemix.samples</groupId>
<artifactId>loan-broker</artifactId>
- <version>3.5-SNAPSHOT</version>
+ <version>3.4-SNAPSHOT</version>
</parent>
<groupId>org.apache.servicemix.samples.loan-broker</groupId>
@@ -40,7 +40,7 @@
<dependency>
<groupId>org.apache.servicemix</groupId>
<artifactId>servicemix-core</artifactId>
- <version>3.5-SNAPSHOT</version>
+ <version>3.4-SNAPSHOT</version>
</dependency>
</dependencies>
Modified:
servicemix/smx3/trunk/samples/loan-broker/loan-broker-drools-su/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx3/trunk/samples/loan-broker/loan-broker-drools-su/pom.xml?rev=1088488&r1=1088487&r2=1088488&view=diff
==============================================================================
--- servicemix/smx3/trunk/samples/loan-broker/loan-broker-drools-su/pom.xml
(original)
+++ servicemix/smx3/trunk/samples/loan-broker/loan-broker-drools-su/pom.xml Mon
Apr 4 06:23:36 2011
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.servicemix.samples</groupId>
<artifactId>loan-broker</artifactId>
- <version>3.5-SNAPSHOT</version>
+ <version>3.4-SNAPSHOT</version>
</parent>
<groupId>org.apache.servicemix.samples.loan-broker</groupId>
Modified: servicemix/smx3/trunk/samples/loan-broker/loan-broker-jms-su/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx3/trunk/samples/loan-broker/loan-broker-jms-su/pom.xml?rev=1088488&r1=1088487&r2=1088488&view=diff
==============================================================================
--- servicemix/smx3/trunk/samples/loan-broker/loan-broker-jms-su/pom.xml
(original)
+++ servicemix/smx3/trunk/samples/loan-broker/loan-broker-jms-su/pom.xml Mon
Apr 4 06:23:36 2011
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.servicemix.samples</groupId>
<artifactId>loan-broker</artifactId>
- <version>3.5-SNAPSHOT</version>
+ <version>3.4-SNAPSHOT</version>
</parent>
<groupId>org.apache.servicemix.samples.loan-broker</groupId>
Modified: servicemix/smx3/trunk/samples/loan-broker/loan-broker-ode-su/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx3/trunk/samples/loan-broker/loan-broker-ode-su/pom.xml?rev=1088488&r1=1088487&r2=1088488&view=diff
==============================================================================
--- servicemix/smx3/trunk/samples/loan-broker/loan-broker-ode-su/pom.xml
(original)
+++ servicemix/smx3/trunk/samples/loan-broker/loan-broker-ode-su/pom.xml Mon
Apr 4 06:23:36 2011
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.servicemix.samples</groupId>
<artifactId>loan-broker</artifactId>
- <version>3.5-SNAPSHOT</version>
+ <version>3.4-SNAPSHOT</version>
</parent>
<groupId>org.apache.servicemix.samples.loan-broker</groupId>
Modified: servicemix/smx3/trunk/samples/loan-broker/loan-broker-sa/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx3/trunk/samples/loan-broker/loan-broker-sa/pom.xml?rev=1088488&r1=1088487&r2=1088488&view=diff
==============================================================================
--- servicemix/smx3/trunk/samples/loan-broker/loan-broker-sa/pom.xml (original)
+++ servicemix/smx3/trunk/samples/loan-broker/loan-broker-sa/pom.xml Mon Apr 4
06:23:36 2011
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.servicemix.samples</groupId>
<artifactId>loan-broker</artifactId>
- <version>3.5-SNAPSHOT</version>
+ <version>3.4-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.5-SNAPSHOT</version>
+ <version>3.4-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.servicemix.samples.loan-broker</groupId>
<artifactId>loan-broker-bean-su</artifactId>
- <version>3.5-SNAPSHOT</version>
+ <version>3.4-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.servicemix.samples.loan-broker</groupId>
<artifactId>loan-broker-drools-su</artifactId>
- <version>3.5-SNAPSHOT</version>
+ <version>3.4-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.servicemix.samples.loan-broker</groupId>
<artifactId>loan-broker-jms-su</artifactId>
- <version>3.5-SNAPSHOT</version>
+ <version>3.4-SNAPSHOT</version>
</dependency>
</dependencies>
Modified: servicemix/smx3/trunk/samples/loan-broker/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx3/trunk/samples/loan-broker/pom.xml?rev=1088488&r1=1088487&r2=1088488&view=diff
==============================================================================
--- servicemix/smx3/trunk/samples/loan-broker/pom.xml (original)
+++ servicemix/smx3/trunk/samples/loan-broker/pom.xml Mon Apr 4 06:23:36 2011
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.servicemix</groupId>
<artifactId>samples</artifactId>
- <version>3.5-SNAPSHOT</version>
+ <version>3.4-SNAPSHOT</version>
</parent>
<groupId>org.apache.servicemix.samples</groupId>
@@ -67,7 +67,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
- <version>2.2.1</version>
+ <version>2.1</version>
<inherited>false</inherited>
<executions>
<execution>
Modified: servicemix/smx3/trunk/samples/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx3/trunk/samples/pom.xml?rev=1088488&r1=1088487&r2=1088488&view=diff
==============================================================================
--- servicemix/smx3/trunk/samples/pom.xml (original)
+++ servicemix/smx3/trunk/samples/pom.xml Mon Apr 4 06:23:36 2011
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.servicemix</groupId>
<artifactId>servicemix</artifactId>
- <version>3.5-SNAPSHOT</version>
+ <version>3.4-SNAPSHOT</version>
</parent>
<artifactId>samples</artifactId>
Modified: servicemix/smx3/trunk/samples/servicemix-web/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx3/trunk/samples/servicemix-web/pom.xml?rev=1088488&r1=1088487&r2=1088488&view=diff
==============================================================================
--- servicemix/smx3/trunk/samples/servicemix-web/pom.xml (original)
+++ servicemix/smx3/trunk/samples/servicemix-web/pom.xml Mon Apr 4 06:23:36
2011
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.servicemix</groupId>
<artifactId>samples</artifactId>
- <version>3.5-SNAPSHOT</version>
+ <version>3.4-SNAPSHOT</version>
</parent>
<groupId>org.apache.servicemix.samples</groupId>
Modified: servicemix/smx3/trunk/samples/ws-sec/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx3/trunk/samples/ws-sec/pom.xml?rev=1088488&r1=1088487&r2=1088488&view=diff
==============================================================================
--- servicemix/smx3/trunk/samples/ws-sec/pom.xml (original)
+++ servicemix/smx3/trunk/samples/ws-sec/pom.xml Mon Apr 4 06:23:36 2011
@@ -74,7 +74,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
- <version>2.2.1</version>
+ <version>2.1</version>
<inherited>false</inherited>
<executions>
<execution>
Modified: servicemix/smx3/trunk/samples/wsdl-first/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx3/trunk/samples/wsdl-first/pom.xml?rev=1088488&r1=1088487&r2=1088488&view=diff
==============================================================================
--- servicemix/smx3/trunk/samples/wsdl-first/pom.xml (original)
+++ servicemix/smx3/trunk/samples/wsdl-first/pom.xml Mon Apr 4 06:23:36 2011
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.servicemix</groupId>
<artifactId>samples</artifactId>
- <version>3.5-SNAPSHOT</version>
+ <version>3.4-SNAPSHOT</version>
</parent>
<groupId>org.apache.servicemix.samples</groupId>
@@ -65,7 +65,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
- <version>2.2.1</version>
+ <version>2.1</version>
<inherited>false</inherited>
<executions>
<execution>
Modified: servicemix/smx3/trunk/samples/wsdl-first/wsdl-first-http-su/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx3/trunk/samples/wsdl-first/wsdl-first-http-su/pom.xml?rev=1088488&r1=1088487&r2=1088488&view=diff
==============================================================================
--- servicemix/smx3/trunk/samples/wsdl-first/wsdl-first-http-su/pom.xml
(original)
+++ servicemix/smx3/trunk/samples/wsdl-first/wsdl-first-http-su/pom.xml Mon Apr
4 06:23:36 2011
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.servicemix.samples</groupId>
<artifactId>wsdl-first</artifactId>
- <version>3.5-SNAPSHOT</version>
+ <version>3.4-SNAPSHOT</version>
</parent>
<groupId>org.apache.servicemix.samples.wsdl-first</groupId>
Modified: servicemix/smx3/trunk/samples/wsdl-first/wsdl-first-jsr181-su/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx3/trunk/samples/wsdl-first/wsdl-first-jsr181-su/pom.xml?rev=1088488&r1=1088487&r2=1088488&view=diff
==============================================================================
--- servicemix/smx3/trunk/samples/wsdl-first/wsdl-first-jsr181-su/pom.xml
(original)
+++ servicemix/smx3/trunk/samples/wsdl-first/wsdl-first-jsr181-su/pom.xml Mon
Apr 4 06:23:36 2011
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.servicemix.samples</groupId>
<artifactId>wsdl-first</artifactId>
- <version>3.5-SNAPSHOT</version>
+ <version>3.4-SNAPSHOT</version>
</parent>
<groupId>org.apache.servicemix.samples.wsdl-first</groupId>
Modified: servicemix/smx3/trunk/samples/wsdl-first/wsdl-first-sa/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx3/trunk/samples/wsdl-first/wsdl-first-sa/pom.xml?rev=1088488&r1=1088487&r2=1088488&view=diff
==============================================================================
--- servicemix/smx3/trunk/samples/wsdl-first/wsdl-first-sa/pom.xml (original)
+++ servicemix/smx3/trunk/samples/wsdl-first/wsdl-first-sa/pom.xml Mon Apr 4
06:23:36 2011
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.servicemix.samples</groupId>
<artifactId>wsdl-first</artifactId>
- <version>3.5-SNAPSHOT</version>
+ <version>3.4-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.5-SNAPSHOT</version>
+ <version>3.4-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.servicemix.samples.wsdl-first</groupId>
<artifactId>wsdl-first-http-su</artifactId>
- <version>3.5-SNAPSHOT</version>
+ <version>3.4-SNAPSHOT</version>
</dependency>
</dependencies>
Modified: servicemix/smx3/trunk/servicemix-itests/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx3/trunk/servicemix-itests/pom.xml?rev=1088488&r1=1088487&r2=1088488&view=diff
==============================================================================
--- servicemix/smx3/trunk/servicemix-itests/pom.xml (original)
+++ servicemix/smx3/trunk/servicemix-itests/pom.xml Mon Apr 4 06:23:36 2011
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.servicemix</groupId>
<artifactId>servicemix</artifactId>
- <version>3.5-SNAPSHOT</version>
+ <version>3.4-SNAPSHOT</version>
</parent>
<artifactId>servicemix-itests</artifactId>
Modified: servicemix/smx3/trunk/web/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx3/trunk/web/pom.xml?rev=1088488&r1=1088487&r2=1088488&view=diff
==============================================================================
--- servicemix/smx3/trunk/web/pom.xml (original)
+++ servicemix/smx3/trunk/web/pom.xml Mon Apr 4 06:23:36 2011
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.servicemix</groupId>
<artifactId>servicemix</artifactId>
- <version>3.5-SNAPSHOT</version>
+ <version>3.4-SNAPSHOT</version>
</parent>
<artifactId>web</artifactId>
Modified: servicemix/smx3/trunk/web/servicemix-console/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx3/trunk/web/servicemix-console/pom.xml?rev=1088488&r1=1088487&r2=1088488&view=diff
==============================================================================
--- servicemix/smx3/trunk/web/servicemix-console/pom.xml (original)
+++ servicemix/smx3/trunk/web/servicemix-console/pom.xml Mon Apr 4 06:23:36
2011
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.servicemix</groupId>
<artifactId>servicemix</artifactId>
- <version>3.5-SNAPSHOT</version>
+ <version>3.4-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: servicemix/smx3/trunk/web/servicemix-web-console/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx3/trunk/web/servicemix-web-console/pom.xml?rev=1088488&r1=1088487&r2=1088488&view=diff
==============================================================================
--- servicemix/smx3/trunk/web/servicemix-web-console/pom.xml (original)
+++ servicemix/smx3/trunk/web/servicemix-web-console/pom.xml Mon Apr 4
06:23:36 2011
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.servicemix</groupId>
<artifactId>servicemix</artifactId>
- <version>3.5-SNAPSHOT</version>
+ <version>3.4-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>