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 2008/10/23 08:33:25 UTC

svn commit: r707292 - in /servicemix/smx3/branches/servicemix-3.2: pom.xml samples/camel/camel-sa-itest/src/test/resources/test1.xml samples/loan-broker/loan-broker-ode-su/pom.xml

Author: ffang
Date: Wed Oct 22 23:33:25 2008
New Revision: 707292

URL: http://svn.apache.org/viewvc?rev=707292&view=rev
Log:
prepare servicemix 3.2.3 release

Modified:
    servicemix/smx3/branches/servicemix-3.2/pom.xml
    servicemix/smx3/branches/servicemix-3.2/samples/camel/camel-sa-itest/src/test/resources/test1.xml
    servicemix/smx3/branches/servicemix-3.2/samples/loan-broker/loan-broker-ode-su/pom.xml

Modified: servicemix/smx3/branches/servicemix-3.2/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx3/branches/servicemix-3.2/pom.xml?rev=707292&r1=707291&r2=707292&view=diff
==============================================================================
--- servicemix/smx3/branches/servicemix-3.2/pom.xml (original)
+++ servicemix/smx3/branches/servicemix-3.2/pom.xml Wed Oct 22 23:33:25 2008
@@ -516,7 +516,7 @@
 	          <plugin>
 	            <groupId>org.codehaus.mojo</groupId>
 	            <artifactId>rat-maven-plugin</artifactId>
-	            <version>1.0-alpha-1-SNAPSHOT</version>
+	            <version>1.0-alpha-1</version>
 	            <executions>
 	              <execution>
 	                <phase>verify</phase>

Modified: servicemix/smx3/branches/servicemix-3.2/samples/camel/camel-sa-itest/src/test/resources/test1.xml
URL: http://svn.apache.org/viewvc/servicemix/smx3/branches/servicemix-3.2/samples/camel/camel-sa-itest/src/test/resources/test1.xml?rev=707292&r1=707291&r2=707292&view=diff
==============================================================================
--- servicemix/smx3/branches/servicemix-3.2/samples/camel/camel-sa-itest/src/test/resources/test1.xml (original)
+++ servicemix/smx3/branches/servicemix-3.2/samples/camel/camel-sa-itest/src/test/resources/test1.xml Wed Oct 22 23:33:25 2008
@@ -27,9 +27,9 @@
   <sm:container generateRootDir="true">
 
     <sm:deployments>
-      <sm:installSharedLibrary groupId="org.apache.servicemix" artifactId="servicemix-shared" version="3.2.2-SNAPSHOT"/>
-      <sm:installComponent groupId="org.apache.servicemix" artifactId="servicemix-camel" version="3.2.2-SNAPSHOT"/>
-      <sm:deployServiceAssembly groupId="org.apache.servicemix.samples" artifactId="camel-sa" version="3.2.2-SNAPSHOT"/>
+      <sm:installSharedLibrary groupId="org.apache.servicemix" artifactId="servicemix-shared" version="3.2.3-SNAPSHOT"/>
+      <sm:installComponent groupId="org.apache.servicemix" artifactId="servicemix-camel" version="3.2.3-SNAPSHOT"/>
+      <sm:deployServiceAssembly groupId="org.apache.servicemix.samples" artifactId="camel-sa" version="3.2.3-SNAPSHOT"/>
     </sm:deployments>
 
   </sm:container>

Modified: servicemix/smx3/branches/servicemix-3.2/samples/loan-broker/loan-broker-ode-su/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx3/branches/servicemix-3.2/samples/loan-broker/loan-broker-ode-su/pom.xml?rev=707292&r1=707291&r2=707292&view=diff
==============================================================================
--- servicemix/smx3/branches/servicemix-3.2/samples/loan-broker/loan-broker-ode-su/pom.xml (original)
+++ servicemix/smx3/branches/servicemix-3.2/samples/loan-broker/loan-broker-ode-su/pom.xml Wed Oct 22 23:33:25 2008
@@ -44,7 +44,6 @@
     </dependencies>
 
     <properties>
-        <ode-version>2.0-SNAPSHOT</ode-version>
         <componentName>OdeBpelEngine</componentName>
     </properties>