You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rave.apache.org by mp...@apache.org on 2012/04/20 14:44:07 UTC

svn commit: r1328355 - /rave/trunk/rave-portal/pom.xml

Author: mpierce
Date: Fri Apr 20 12:44:07 2012
New Revision: 1328355

URL: http://svn.apache.org/viewvc?rev=1328355&view=rev
Log:
(RAVE-562) Upgrading cargo to 1.2.1.  This supports cargo:run so we don't need cargo:start with the <wait> property.

Modified:
    rave/trunk/rave-portal/pom.xml

Modified: rave/trunk/rave-portal/pom.xml
URL: http://svn.apache.org/viewvc/rave/trunk/rave-portal/pom.xml?rev=1328355&r1=1328354&r2=1328355&view=diff
==============================================================================
--- rave/trunk/rave-portal/pom.xml (original)
+++ rave/trunk/rave-portal/pom.xml Fri Apr 20 12:44:07 2012
@@ -35,7 +35,7 @@
     <packaging>war</packaging>
 
     <properties>
-        <cargo.version>1.1.0</cargo.version>
+        <cargo.version>1.2.1</cargo.version>
         <!-- if you want a remote debugging on a different a address
   override on command line with -Dcargo.debug.addres=xxxx -->
         <cargo.debug.address>8000</cargo.debug.address>