[jboss-cvs] JBossAS SVN: r103747 - trunk/testsuite.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Apr 9 06:19:27 EDT 2010


Author: jaikiran
Date: 2010-04-09 06:19:26 -0400 (Fri, 09 Apr 2010)
New Revision: 103747

Modified:
   trunk/testsuite/pom.xml
Log:
JBAS-7919 Change the parent of testsuite module to jboss-as-build from jboss-as-distribution

Modified: trunk/testsuite/pom.xml
===================================================================
--- trunk/testsuite/pom.xml	2010-04-09 09:30:42 UTC (rev 103746)
+++ trunk/testsuite/pom.xml	2010-04-09 10:19:26 UTC (rev 103747)
@@ -2,7 +2,7 @@
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 	<parent>
 		<groupId>org.jboss.jbossas</groupId>
-		<artifactId>jboss-as-distribution</artifactId>
+		<artifactId>jboss-as-build</artifactId>
 		<version>6.0.0-SNAPSHOT</version>
     <relativePath>../build</relativePath>
 	</parent>




More information about the jboss-cvs-commits mailing list