[jboss-svn-commits] JBoss Common SVN: r4690 - in arquillian/trunk/examples: testng and 1 other directory.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Wed Jul 7 14:52:12 EDT 2010


Author: aslak
Date: 2010-07-07 14:52:11 -0400 (Wed, 07 Jul 2010)
New Revision: 4690

Modified:
   arquillian/trunk/examples/junit/pom.xml
   arquillian/trunk/examples/testng/pom.xml
Log:
ARQ-200 Changed JBoss AS 5.1 profile name.


Modified: arquillian/trunk/examples/junit/pom.xml
===================================================================
--- arquillian/trunk/examples/junit/pom.xml	2010-07-07 18:02:08 UTC (rev 4689)
+++ arquillian/trunk/examples/junit/pom.xml	2010-07-07 18:52:11 UTC (rev 4690)
@@ -433,7 +433,7 @@
 			</build>
 		</profile>
 		<profile>
-			<id>jbossas-remote-51</id>
+			<id>jbossas-remote-5.1</id>
 			<dependencies>
 				<dependency>
 					<groupId>org.jboss.arquillian.container</groupId>
@@ -514,6 +514,7 @@
 						<configuration>
 							<excludes>
 								<exclude>com/acme/cdi/*</exclude> <!-- Weld Deployer issue in M3 -->
+								<exclude>com/acme/cdi/conversation/*</exclude>
 							</excludes>
 						</configuration>
 					</plugin>

Modified: arquillian/trunk/examples/testng/pom.xml
===================================================================
--- arquillian/trunk/examples/testng/pom.xml	2010-07-07 18:02:08 UTC (rev 4689)
+++ arquillian/trunk/examples/testng/pom.xml	2010-07-07 18:52:11 UTC (rev 4690)
@@ -440,7 +440,7 @@
 			</build>
 		</profile>
 		<profile>
-			<id>jbossas-remote-51</id>
+			<id>jbossas-remote-5.1</id>
 			<dependencies>
 				<dependency>
 					<groupId>org.jboss.arquillian.container</groupId>



More information about the jboss-svn-commits mailing list