[portal-commits] JBoss Portal SVN: r11847 - in modules/portlet/trunk: test and 1 other directory.
portal-commits at lists.jboss.org
portal-commits at lists.jboss.org
Tue Sep 9 14:34:17 EDT 2008
Author: mwringe
Date: 2008-09-09 14:34:17 -0400 (Tue, 09 Sep 2008)
New Revision: 11847
Modified:
modules/portlet/trunk/build/pom.xml
modules/portlet/trunk/test/pom.xml
Log:
Update cargo version to 1.0-alpha-6.
Modified: modules/portlet/trunk/build/pom.xml
===================================================================
--- modules/portlet/trunk/build/pom.xml 2008-09-09 16:43:42 UTC (rev 11846)
+++ modules/portlet/trunk/build/pom.xml 2008-09-09 18:34:17 UTC (rev 11847)
@@ -41,7 +41,7 @@
<version.apache.commons-httpclient>3.0.1</version.apache.commons-httpclient>
<version.jboss.microcontainer>2.0.0.Beta13</version.jboss.microcontainer>
<version.jboss.reflect>2.0.0.Beta12</version.jboss.reflect>
- <version.cargo>1.0-alpha-5</version.cargo>
+ <version.cargo>1.0-alpha-6</version.cargo>
<version.junit>3.8.1</version.junit>
<version.ant>1.7.0</version.ant>
<version.sun-jaxb>2.1.4</version.sun-jaxb>
Modified: modules/portlet/trunk/test/pom.xml
===================================================================
--- modules/portlet/trunk/test/pom.xml 2008-09-09 16:43:42 UTC (rev 11846)
+++ modules/portlet/trunk/test/pom.xml 2008-09-09 18:34:17 UTC (rev 11847)
@@ -137,6 +137,12 @@
<version>${version.cargo}</version>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>org.codehaus.cargo</groupId>
+ <artifactId>cargo-ant</artifactId>
+ <version>${version.cargo}</version>
+ <scope>test</scope>
+ </dependency>
<dependency>
<groupId>org.codehaus.cargo</groupId>
<artifactId>cargo-jetty-deployer</artifactId>
@@ -165,7 +171,6 @@
<dependency>
<groupId>apache-taglibs</groupId>
<artifactId>standard</artifactId>
- </dependency>
</dependencies>
<build>
More information about the portal-commits
mailing list