Author: julien(a)jboss.com
Date: 2008-01-10 15:37:26 -0500 (Thu, 10 Jan 2008)
New Revision: 9475
Modified:
modules/test/trunk/build/pom.xml
modules/test/trunk/remote/pom.xml
modules/test/trunk/test/agent/pom.xml
modules/test/trunk/test/core/pom.xml
modules/test/trunk/test/generic/pom.xml
modules/test/trunk/test/jboss/pom.xml
modules/test/trunk/test/opends/pom.xml
Log:
normalize artifact ids
Modified: modules/test/trunk/build/pom.xml
===================================================================
--- modules/test/trunk/build/pom.xml 2008-01-10 20:37:10 UTC (rev 9474)
+++ modules/test/trunk/build/pom.xml 2008-01-10 20:37:26 UTC (rev 9475)
@@ -130,7 +130,7 @@
<dependency>
<groupId>org.jboss.portal.common</groupId>
- <artifactId>jboss-portal-modules-common</artifactId>
+ <artifactId>common-common</artifactId>
<version>${version.portal.common}</version>
</dependency>
Modified: modules/test/trunk/remote/pom.xml
===================================================================
--- modules/test/trunk/remote/pom.xml 2008-01-10 20:37:10 UTC (rev 9474)
+++ modules/test/trunk/remote/pom.xml 2008-01-10 20:37:26 UTC (rev 9475)
@@ -23,7 +23,7 @@
</dependency>
<dependency>
<groupId>org.jboss.portal.common</groupId>
- <artifactId>jboss-portal-modules-common</artifactId>
+ <artifactId>common-common</artifactId>
</dependency>
<dependency>
<groupId>apache-httpclient</groupId>
Modified: modules/test/trunk/test/agent/pom.xml
===================================================================
--- modules/test/trunk/test/agent/pom.xml 2008-01-10 20:37:10 UTC (rev 9474)
+++ modules/test/trunk/test/agent/pom.xml 2008-01-10 20:37:26 UTC (rev 9475)
@@ -14,7 +14,7 @@
<dependencies>
<dependency>
<groupId>org.jboss.portal.common</groupId>
- <artifactId>jboss-portal-modules-common</artifactId>
+ <artifactId>common-common</artifactId>
</dependency>
<dependency>
<groupId>cargo</groupId>
Modified: modules/test/trunk/test/core/pom.xml
===================================================================
--- modules/test/trunk/test/core/pom.xml 2008-01-10 20:37:10 UTC (rev 9474)
+++ modules/test/trunk/test/core/pom.xml 2008-01-10 20:37:26 UTC (rev 9475)
@@ -14,7 +14,7 @@
<dependencies>
<dependency>
<groupId>org.jboss.portal.common</groupId>
- <artifactId>jboss-portal-modules-common</artifactId>
+ <artifactId>common-common</artifactId>
</dependency>
<dependency>
<groupId>cargo</groupId>
Modified: modules/test/trunk/test/generic/pom.xml
===================================================================
--- modules/test/trunk/test/generic/pom.xml 2008-01-10 20:37:10 UTC (rev 9474)
+++ modules/test/trunk/test/generic/pom.xml 2008-01-10 20:37:26 UTC (rev 9475)
@@ -14,7 +14,7 @@
<dependencies>
<dependency>
<groupId>org.jboss.portal.common</groupId>
- <artifactId>jboss-portal-modules-common</artifactId>
+ <artifactId>common-common</artifactId>
</dependency>
<dependency>
<groupId>cargo</groupId>
Modified: modules/test/trunk/test/jboss/pom.xml
===================================================================
--- modules/test/trunk/test/jboss/pom.xml 2008-01-10 20:37:10 UTC (rev 9474)
+++ modules/test/trunk/test/jboss/pom.xml 2008-01-10 20:37:26 UTC (rev 9475)
@@ -14,7 +14,7 @@
<dependencies>
<dependency>
<groupId>org.jboss.portal.common</groupId>
- <artifactId>jboss-portal-modules-common</artifactId>
+ <artifactId>common-common</artifactId>
</dependency>
<dependency>
<groupId>cargo</groupId>
Modified: modules/test/trunk/test/opends/pom.xml
===================================================================
--- modules/test/trunk/test/opends/pom.xml 2008-01-10 20:37:10 UTC (rev 9474)
+++ modules/test/trunk/test/opends/pom.xml 2008-01-10 20:37:26 UTC (rev 9475)
@@ -51,7 +51,7 @@
<exclude>jboss:jboss-jmx</exclude>
<exclude>jboss:jboss-backport-concurrent</exclude>
<exclude>jboss:jboss-common-logging-spi</exclude>
-
<exclude>org.jboss.portal.common:jboss-portal-modules-common</exclude>
+ <exclude>org.jboss.portal.common:common-common</exclude>
<exclude>junit:junit</exclude>
<exclude>jboss:jboss-remoting</exclude>
<exclude>jboss.jbossas.core-libs:jboss-local-jdbc</exclude>
Show replies by date