Author: julien(a)jboss.com
Date: 2008-01-10 15:37:10 -0500 (Thu, 10 Jan 2008)
New Revision: 9474
Modified:
modules/common/trunk/build/pom.xml
modules/common/trunk/common/pom.xml
modules/common/trunk/mc/pom.xml
modules/common/trunk/pom.xml
modules/common/trunk/portal/pom.xml
Log:
normalize artifact ids
Modified: modules/common/trunk/build/pom.xml
===================================================================
--- modules/common/trunk/build/pom.xml 2008-01-10 17:07:49 UTC (rev 9473)
+++ modules/common/trunk/build/pom.xml 2008-01-10 20:37:10 UTC (rev 9474)
@@ -7,7 +7,7 @@
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.portal.common</groupId>
- <artifactId>jboss-portal-modules-common-parent</artifactId>
+ <artifactId>module-parent</artifactId>
<packaging>pom</packaging>
<name>JBoss Portal Modules Common</name>
<version>1.2.0-SNAPSHOT</version>
Modified: modules/common/trunk/common/pom.xml
===================================================================
--- modules/common/trunk/common/pom.xml 2008-01-10 17:07:49 UTC (rev 9473)
+++ modules/common/trunk/common/pom.xml 2008-01-10 20:37:10 UTC (rev 9474)
@@ -2,12 +2,12 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
<parent>
<groupId>org.jboss.portal.common</groupId>
- <artifactId>jboss-portal-modules-common-parent</artifactId>
+ <artifactId>module-parent</artifactId>
<version>1.2.0-SNAPSHOT</version>
<relativePath>../build/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
- <artifactId>jboss-portal-modules-common</artifactId>
+ <artifactId>common-common</artifactId>
<packaging>jar</packaging>
<name>JBoss Portal Modules Common</name>
@@ -145,4 +145,4 @@
</build>
<properties/>
-</project>
\ No newline at end of file
+</project>
Modified: modules/common/trunk/mc/pom.xml
===================================================================
--- modules/common/trunk/mc/pom.xml 2008-01-10 17:07:49 UTC (rev 9473)
+++ modules/common/trunk/mc/pom.xml 2008-01-10 20:37:10 UTC (rev 9474)
@@ -2,12 +2,12 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
<parent>
<groupId>org.jboss.portal.common</groupId>
- <artifactId>jboss-portal-modules-common-parent</artifactId>
+ <artifactId>module-parent</artifactId>
<version>1.2.0-SNAPSHOT</version>
<relativePath>../build/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
- <artifactId>jboss-portal-modules-common-mc</artifactId>
+ <artifactId>common-mc</artifactId>
<packaging>jar</packaging>
<name>JBoss Portal Modules Common MC</name>
@@ -37,4 +37,4 @@
<properties/>
-</project>
\ No newline at end of file
+</project>
Modified: modules/common/trunk/pom.xml
===================================================================
--- modules/common/trunk/pom.xml 2008-01-10 17:07:49 UTC (rev 9473)
+++ modules/common/trunk/pom.xml 2008-01-10 20:37:10 UTC (rev 9474)
@@ -2,7 +2,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.portal.common</groupId>
- <artifactId>jboss-portal-modules-common-aggregator</artifactId>
+ <artifactId>module-aggregator</artifactId>
<packaging>pom</packaging>
<name>JBoss Portal Modules Common (aggregator)</name>
<version>1.2.0-SNAPSHOT</version>
Modified: modules/common/trunk/portal/pom.xml
===================================================================
--- modules/common/trunk/portal/pom.xml 2008-01-10 17:07:49 UTC (rev 9473)
+++ modules/common/trunk/portal/pom.xml 2008-01-10 20:37:10 UTC (rev 9474)
@@ -2,12 +2,12 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
<parent>
<groupId>org.jboss.portal.common</groupId>
- <artifactId>jboss-portal-modules-common-parent</artifactId>
+ <artifactId>module-parent</artifactId>
<version>1.2.0-SNAPSHOT</version>
<relativePath>../build/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
- <artifactId>jboss-portal-modules-common-portal</artifactId>
+ <artifactId>common-portal</artifactId>
<packaging>jar</packaging>
<name>JBoss Portal Modules Common Portal</name>