Author: dan.j.allen
Date: 2010-07-08 17:07:09 -0400 (Thu, 08 Jul 2010)
New Revision: 6586
Modified:
archetypes/trunk/javaee6-webapp-src/pom.xml
archetypes/trunk/javaee6-webapp-src/src/test/resources/arquillian.xml
Log:
track Arquillian container refactorings
Modified: archetypes/trunk/javaee6-webapp-src/pom.xml
===================================================================
--- archetypes/trunk/javaee6-webapp-src/pom.xml 2010-07-06 03:36:26 UTC (rev 6585)
+++ archetypes/trunk/javaee6-webapp-src/pom.xml 2010-07-08 21:07:09 UTC (rev 6586)
@@ -172,11 +172,11 @@
</profile>
<profile>
- <id>glassfish-embedded-30</id>
+ <id>glassfish-embedded-3</id>
<dependencies>
<dependency>
<groupId>org.jboss.arquillian.container</groupId>
- <artifactId>arquillian-glassfish-embedded-30</artifactId>
+ <artifactId>arquillian-glassfish-embedded-3</artifactId>
<version>${arquillian.version}</version>
<scope>test</scope>
</dependency>
@@ -219,11 +219,11 @@
</build>
</profile>
<profile>
- <id>jbossas-remote-60</id>
+ <id>jbossas-remote-6</id>
<dependencies>
<dependency>
<groupId>org.jboss.arquillian.container</groupId>
- <artifactId>arquillian-jbossas-remote-60</artifactId>
+ <artifactId>arquillian-jbossas-remote-6</artifactId>
<version>${arquillian.version}</version>
<scope>test</scope>
</dependency>
Modified: archetypes/trunk/javaee6-webapp-src/src/test/resources/arquillian.xml
===================================================================
--- archetypes/trunk/javaee6-webapp-src/src/test/resources/arquillian.xml 2010-07-06
03:36:26 UTC (rev 6585)
+++ archetypes/trunk/javaee6-webapp-src/src/test/resources/arquillian.xml 2010-07-08
21:07:09 UTC (rev 6586)
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<arquillian
xmlns="http://jboss.com/arquillian"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xmlns:jbasmanaged="urn:arq:org.jboss.arquillian.jbossas.local60"
- xmlns:gfembed="urn:arq:org.jboss.arquillian.glassfish.embedded30"
-
xmlns:gfremote="urn:arq:org.jboss.arquillian.container.glassfish.remote30">
+
xmlns:jbasmanaged="urn:arq:org.jboss.arquillian.container.jbossas.managed_6"
+ xmlns:gfembed="urn:arq:org.jboss.arquillian.container.glassfish.embedded_3"
+
xmlns:gfremote="urn:arq:org.jboss.arquillian.container.glassfish.remote_3">
<!-- Uncomment to have test archives exported to the file system for inspection
-->
<!--