[jboss-svn-commits] JBoss Common SVN: r3886 - in arquillian/trunk: build and 1 other directory.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Fri Dec 25 17:59:06 EST 2009


Author: aslak
Date: 2009-12-25 17:59:06 -0500 (Fri, 25 Dec 2009)
New Revision: 3886

Modified:
   arquillian/trunk/build/pom.xml
   arquillian/trunk/pom.xml
Log:
ARQ-9 Added testng/demo-testng to root pom. Upgraded to Shrinkwrap SNAPSHOT version.


Modified: arquillian/trunk/build/pom.xml
===================================================================
--- arquillian/trunk/build/pom.xml	2009-12-25 22:56:40 UTC (rev 3885)
+++ arquillian/trunk/build/pom.xml	2009-12-25 22:59:06 UTC (rev 3886)
@@ -27,8 +27,9 @@
 	<properties>
 
 		<!-- Versioning -->
-		<version.junit_junit>4.6</version.junit_junit>
-		<version.shrinkwrap_shrinkwrap>1.0.0-alpha-2</version.shrinkwrap_shrinkwrap>
+	  <version.junit_junit>4.6</version.junit_junit>	
+    <version.testng_testng>5.9</version.testng_testng>
+    <version.shrinkwrap_shrinkwrap>1.0.0-SNAPSHOT</version.shrinkwrap_shrinkwrap>
 		<version.jboss_embedded>1.0.0-alpha-1</version.jboss_embedded>
 		<version.servlet_api>2.5</version.servlet_api>
 		<version.jetty_jetty>6.1.9</version.jetty_jetty>
@@ -201,6 +202,11 @@
 				<artifactId>junit</artifactId>
 				<version>${version.junit_junit}</version>
 			</dependency>
+      <dependency>
+        <groupId>org.testng</groupId>
+        <artifactId>testng</artifactId>
+        <version>${version.testng_testng}</version>
+      </dependency>
 			<dependency>
 				<groupId>org.mortbay.jetty</groupId>
 				<artifactId>jetty-embedded</artifactId>
@@ -262,4 +268,4 @@
 
 		</plugins>
 	</reporting>
-</project>
\ No newline at end of file
+</project>

Modified: arquillian/trunk/pom.xml
===================================================================
--- arquillian/trunk/pom.xml	2009-12-25 22:56:40 UTC (rev 3885)
+++ arquillian/trunk/pom.xml	2009-12-25 22:59:06 UTC (rev 3886)
@@ -47,6 +47,7 @@
     <module>build</module>
     <module>impl-base</module>
     <module>junit</module>
+    <module>testng</module>
     <module>protocol-servlet</module>
 <!--
     <module>container-jboss-embedded</module>
@@ -55,6 +56,7 @@
     <module>container-jboss-remote-60</module>
     <module>testenricher-jboss</module>
     <module>demo</module>
+    <module>demo-testng</module>
 </modules>
 
 </project>



More information about the jboss-svn-commits mailing list