Author: julien(a)jboss.com
Date: 2008-01-10 15:37:49 -0500 (Thu, 10 Jan 2008)
New Revision: 9477
Modified:
modules/identity/trunk/build/pom.xml
modules/identity/trunk/identity/pom.xml
modules/identity/trunk/pom.xml
modules/identity/trunk/sso/pom.xml
Log:
normalize artifact ids
Modified: modules/identity/trunk/build/pom.xml
===================================================================
--- modules/identity/trunk/build/pom.xml 2008-01-10 20:37:38 UTC (rev 9476)
+++ modules/identity/trunk/build/pom.xml 2008-01-10 20:37:49 UTC (rev 9477)
@@ -17,7 +17,7 @@
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.portal.identity</groupId>
- <artifactId>jboss-portal-modules-identity</artifactId>
+ <artifactId>module-parent</artifactId>
<version>1.1.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>JBoss Portal Identity</name>
@@ -110,7 +110,7 @@
<dependencies>
<dependency>
<groupId>org.jboss.portal.common</groupId>
- <artifactId>jboss-portal-modules-common</artifactId>
+ <artifactId>common-common</artifactId>
<version>${version.jboss.portal.common}</version>
</dependency>
<dependency>
Modified: modules/identity/trunk/identity/pom.xml
===================================================================
--- modules/identity/trunk/identity/pom.xml 2008-01-10 20:37:38 UTC (rev 9476)
+++ modules/identity/trunk/identity/pom.xml 2008-01-10 20:37:49 UTC (rev 9477)
@@ -2,19 +2,19 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
<parent>
<groupId>org.jboss.portal.identity</groupId>
- <artifactId>jboss-portal-modules-identity</artifactId>
+ <artifactId>module-parent</artifactId>
<relativePath>../build/pom.xml</relativePath>
<version>1.1.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
- <artifactId>portal-identity</artifactId>
+ <artifactId>identity-identity</artifactId>
<packaging>jar</packaging>
<name>JBoss Portal Identity Core</name>
<dependencies>
<dependency>
<groupId>org.jboss.portal.common</groupId>
- <artifactId>jboss-portal-modules-common</artifactId>
+ <artifactId>common-common</artifactId>
</dependency>
<dependency>
<groupId>apache-tomcat</groupId>
Modified: modules/identity/trunk/pom.xml
===================================================================
--- modules/identity/trunk/pom.xml 2008-01-10 20:37:38 UTC (rev 9476)
+++ modules/identity/trunk/pom.xml 2008-01-10 20:37:49 UTC (rev 9477)
@@ -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.identity</groupId>
- <artifactId>jboss-portal-modules-identity-aggregator</artifactId>
+ <artifactId>module-aggregator</artifactId>
<packaging>pom</packaging>
<name>JBoss Portal Identity Module</name>
<version>1.1.0-SNAPSHOT</version>
Modified: modules/identity/trunk/sso/pom.xml
===================================================================
--- modules/identity/trunk/sso/pom.xml 2008-01-10 20:37:38 UTC (rev 9476)
+++ modules/identity/trunk/sso/pom.xml 2008-01-10 20:37:49 UTC (rev 9477)
@@ -2,19 +2,19 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
<parent>
<groupId>org.jboss.portal.identity</groupId>
- <artifactId>jboss-portal-modules-identity</artifactId>
+ <artifactId>module-parent</artifactId>
<relativePath>../build/pom.xml</relativePath>
<version>1.1.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
- <artifactId>portal-identity-sso</artifactId>
+ <artifactId>identity-sso</artifactId>
<packaging>jar</packaging>
<name>JBoss Portal Identity SSO Integration</name>
<dependencies>
<dependency>
<groupId>org.jboss.portal.identity</groupId>
- <artifactId>portal-identity</artifactId>
+ <artifactId>identity-identity</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>