You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by cc...@apache.org on 2010/03/22 06:42:25 UTC

svn commit: r925960 - in /servicemix/smx4/nmr/trunk/examples/cluster: README.txt pom.xml

Author: ccustine
Date: Mon Mar 22 05:42:25 2010
New Revision: 925960

URL: http://svn.apache.org/viewvc?rev=925960&view=rev
Log:
Update to 4.2.0 release dependency for features

Modified:
    servicemix/smx4/nmr/trunk/examples/cluster/README.txt
    servicemix/smx4/nmr/trunk/examples/cluster/pom.xml

Modified: servicemix/smx4/nmr/trunk/examples/cluster/README.txt
URL: http://svn.apache.org/viewvc/servicemix/smx4/nmr/trunk/examples/cluster/README.txt?rev=925960&r1=925959&r2=925960&view=diff
==============================================================================
--- servicemix/smx4/nmr/trunk/examples/cluster/README.txt (original)
+++ servicemix/smx4/nmr/trunk/examples/cluster/README.txt Mon Mar 22 05:42:25 2010
@@ -91,9 +91,9 @@ If this example is shipped with ServiceM
 
 Note that the maven url below may need to be changed.  It is pointing to the released version
 of Apache ServiceMix 4.x and the version may need to be modified. Something like:
-   mvn:org.apache.servicemix.features/apache-servicemix/4.1.0-SNAPSHOT/xml/features
+   mvn:org.apache.servicemix.features/apache-servicemix/4.2.0/xml/features
 
-smx@root:/> features:addUrl mvn:org.apache.servicemix/apache-servicemix/4.1.0-SNAPSHOT/xml/features
+smx@root:/> features:addUrl mvn:org.apache.servicemix/apache-servicemix/4.2.0/xml/features
 
 smx@root:/> features:install activemq
 smx@root:/> activemq:create-broker

Modified: servicemix/smx4/nmr/trunk/examples/cluster/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/nmr/trunk/examples/cluster/pom.xml?rev=925960&r1=925959&r2=925960&view=diff
==============================================================================
--- servicemix/smx4/nmr/trunk/examples/cluster/pom.xml (original)
+++ servicemix/smx4/nmr/trunk/examples/cluster/pom.xml Mon Mar 22 05:42:25 2010
@@ -33,7 +33,7 @@
 
     <properties>
         <servicemix.nmr.version>${pom.version}</servicemix.nmr.version>
-        <servicemix.features.version>4.1.0-SNAPSHOT</servicemix.features.version>
+        <servicemix.features.version>4.2.0</servicemix.features.version>
     </properties>
 
     <build>