Author: alain_defrance
Date: 2010-12-22 05:32:46 -0500 (Wed, 22 Dec 2010)
New Revision: 5625
Modified:
components/pc/branches/adf/test/servers/jboss42/pom.xml
Log:
fix jboss4.2 deployment with cargo
Modified: components/pc/branches/adf/test/servers/jboss42/pom.xml
===================================================================
--- components/pc/branches/adf/test/servers/jboss42/pom.xml 2010-12-22 08:43:58 UTC (rev
5624)
+++ components/pc/branches/adf/test/servers/jboss42/pom.xml 2010-12-22 10:32:46 UTC (rev
5625)
@@ -158,7 +158,6 @@
<artifactId>standard</artifactId>
</dependency>
-
<dependency>
<groupId>org.gatein.wci</groupId>
<artifactId>wci-tomcat6</artifactId>
@@ -493,4 +492,8 @@
</plugins>
</build>
+ <properties>
+ <!-- Fix 1.0.3 deployment problems with jboss42 -->
+ <version.cargo>1.0.2</version.cargo>
+ </properties>
</project>
\ No newline at end of file
Show replies by date