Author: olamy
Date: Wed Jun 15 21:38:13 2011
New Revision: 1136208

URL: http://svn.apache.org/viewvc?rev=1136208&view=rev
Log:
upgrade cargo plugin to 1.1.1

Modified:
    archiva/trunk/archiva-modules/archiva-web/archiva-webapp-test/pom.xml

Modified: archiva/trunk/archiva-modules/archiva-web/archiva-webapp-test/pom.xml
URL: 
http://svn.apache.org/viewvc/archiva/trunk/archiva-modules/archiva-web/archiva-webapp-test/pom.xml?rev=1136208&r1=1136207&r2=1136208&view=diff
==============================================================================
--- archiva/trunk/archiva-modules/archiva-web/archiva-webapp-test/pom.xml 
(original)
+++ archiva/trunk/archiva-modules/archiva-web/archiva-webapp-test/pom.xml Wed 
Jun 15 21:38:13 2011
@@ -31,6 +31,12 @@
 
   <properties>
     <container.test.port>9696</container.test.port>
+    <tomcat5x.version>5.5.27</tomcat5x.version>
+    <cargo.wait>false</cargo.wait>
+    <cargo.install.dir>cargo-installs</cargo.install.dir>
+    <maxWaitTimeInMs>60000</maxWaitTimeInMs>
+    <!-- TODO: review how appropriate the memory settings are - should work 
with less -->
+    <cargo.jvm.args>-Xmx512m -XX:MaxPermSize=256m</cargo.jvm.args>
   </properties>
 
   <dependencies>
@@ -334,7 +340,7 @@
           <plugin>
             <groupId>org.codehaus.cargo</groupId>
             <artifactId>cargo-maven2-plugin</artifactId>
-            <version>1.0</version>
+            <version>1.1.1</version>
             <executions>
               <execution>
                 <id>start-container</id>
@@ -542,12 +548,5 @@
       </properties>
     </profile>
   </profiles>
-  <properties>
-    <tomcat5x.version>5.5.27</tomcat5x.version>
-    <cargo.wait>false</cargo.wait>
-    <cargo.install.dir>cargo-installs</cargo.install.dir>
-    <maxWaitTimeInMs>60000</maxWaitTimeInMs>
-    <!-- TODO: review how appropriate the memory settings are - should work 
with less -->
-    <cargo.jvm.args>-Xmx512m -XX:MaxPermSize=256m</cargo.jvm.args>
-  </properties>
+
 </project>


Reply via email to