Author: dan.j.allen
Date: 2010-11-24 14:35:18 -0500 (Wed, 24 Nov 2010)
New Revision: 7100
Modified:
archetypes/javaee6-webapp/trunk/pom.xml
Log:
upgrade to jboss as 6.0.0.CR1
Modified: archetypes/javaee6-webapp/trunk/pom.xml
===================================================================
--- archetypes/javaee6-webapp/trunk/pom.xml 2010-11-24 19:34:45 UTC (rev 7099)
+++ archetypes/javaee6-webapp/trunk/pom.xml 2010-11-24 19:35:18 UTC (rev 7100)
@@ -21,8 +21,8 @@
<!-- By default, we assign it to the value of the JBOSS_HOME envrionment
variable -->
<jboss.home>${env.JBOSS_HOME}</jboss.home>
<jboss.domain>default</jboss.domain>
- <arquillian.version>1.0.0.Alpha3</arquillian.version>
- <jboss-javaee6-spec.version>1.0.0.Beta7</jboss-javaee6-spec.version>
+ <arquillian.version>1.0.0.Alpha4</arquillian.version>
+ <jboss-javaee6-spec.version>1.0.0.CR1</jboss-javaee6-spec.version>
</properties>
<repositories>
@@ -294,6 +294,7 @@
</plugins>
</build>
</profile>
+
<profile>
<!-- An optional Arquillian testing profile that executes tests in a remote
JBoss AS instance -->
<!-- Run with 'mvn clean test -Parq-jbossas-remote' -->
@@ -318,7 +319,7 @@
<dependency>
<groupId>org.jboss.jbossas</groupId>
<artifactId>jboss-as-client</artifactId>
- <version>6.0.0.20100721-M4</version>
+ <version>6.0.0.20101110-CR1</version>
<type>pom</type>
<scope>test</scope>
</dependency>