[portal-commits] JBoss Portal SVN: r8849 - in modules/test/trunk: mc and 3 other directories.

portal-commits at lists.jboss.org portal-commits at lists.jboss.org
Thu Nov 8 10:29:04 EST 2007


Author: bdaw
Date: 2007-11-08 10:29:04 -0500 (Thu, 08 Nov 2007)
New Revision: 8849

Modified:
   modules/test/trunk/build/pom.xml
   modules/test/trunk/mc/pom.xml
   modules/test/trunk/remote/pom.xml
   modules/test/trunk/tooling/ant/pom.xml
   modules/test/trunk/tooling/maven2/pom.xml
Log:
fix groupId for jboss-unit dependences

Modified: modules/test/trunk/build/pom.xml
===================================================================
--- modules/test/trunk/build/pom.xml	2007-11-08 10:50:31 UTC (rev 8848)
+++ modules/test/trunk/build/pom.xml	2007-11-08 15:29:04 UTC (rev 8849)
@@ -235,7 +235,7 @@
       <!-- The parent pom manages the inter-dependencies of the modules. -->
       <dependencies>
          <dependency>
-            <groupId>org.jboss.portal.test</groupId>
+            <groupId>org.jboss.unit</groupId>
             <artifactId>jboss-unit</artifactId>
             <version>${project.version}</version>
          </dependency>
@@ -250,7 +250,7 @@
             <version>${project.version}</version>
          </dependency>
          <dependency>
-            <groupId>org.jboss.portal.test</groupId>
+            <groupId>org.jboss.unit</groupId>
             <artifactId>jboss-unit-tooling</artifactId>
             <version>${project.version}</version>
          </dependency>

Modified: modules/test/trunk/mc/pom.xml
===================================================================
--- modules/test/trunk/mc/pom.xml	2007-11-08 10:50:31 UTC (rev 8848)
+++ modules/test/trunk/mc/pom.xml	2007-11-08 15:29:04 UTC (rev 8849)
@@ -13,7 +13,7 @@
 
    <dependencies>
       <dependency>
-         <groupId>org.jboss.portal.test</groupId>
+         <groupId>org.jboss.unit</groupId>
          <artifactId>jboss-unit</artifactId>
       </dependency>
       <dependency>

Modified: modules/test/trunk/remote/pom.xml
===================================================================
--- modules/test/trunk/remote/pom.xml	2007-11-08 10:50:31 UTC (rev 8848)
+++ modules/test/trunk/remote/pom.xml	2007-11-08 15:29:04 UTC (rev 8849)
@@ -13,7 +13,7 @@
 
    <dependencies>
       <dependency>
-         <groupId>org.jboss.portal.test</groupId>
+         <groupId>org.jboss.unit</groupId>
          <artifactId>jboss-unit</artifactId>
       </dependency>
       <dependency>

Modified: modules/test/trunk/tooling/ant/pom.xml
===================================================================
--- modules/test/trunk/tooling/ant/pom.xml	2007-11-08 10:50:31 UTC (rev 8848)
+++ modules/test/trunk/tooling/ant/pom.xml	2007-11-08 15:29:04 UTC (rev 8849)
@@ -20,11 +20,11 @@
          <artifactId>ant</artifactId>
       </dependency>
       <dependency>
-         <groupId>org.jboss.portal.test</groupId>
+         <groupId>org.jboss.unit</groupId>
          <artifactId>jboss-unit</artifactId>
       </dependency>
       <dependency>
-         <groupId>org.jboss.portal.test</groupId>
+         <groupId>org.jboss.unit</groupId>
          <artifactId>jboss-unit-tooling</artifactId>
       </dependency>
    </dependencies>

Modified: modules/test/trunk/tooling/maven2/pom.xml
===================================================================
--- modules/test/trunk/tooling/maven2/pom.xml	2007-11-08 10:50:31 UTC (rev 8848)
+++ modules/test/trunk/tooling/maven2/pom.xml	2007-11-08 15:29:04 UTC (rev 8849)
@@ -36,11 +36,11 @@
          <artifactId>ant</artifactId>
       </dependency>
       <dependency>
-         <groupId>org.jboss.portal.test</groupId>
+         <groupId>org.jboss.unit</groupId>
          <artifactId>jboss-unit</artifactId>
       </dependency>
        <dependency>
-         <groupId>org.jboss.portal.test</groupId>
+         <groupId>org.jboss.unit</groupId>
          <artifactId>jboss-unit-tooling</artifactId>
       </dependency>
    </dependencies>




More information about the portal-commits mailing list