[gatein-commits] gatein SVN: r111 - in components/mop/trunk: api and 2 other directories.

do-not-reply at jboss.org do-not-reply at jboss.org
Fri Aug 28 17:24:29 EDT 2009


Author: aheritier
Date: 2009-08-28 17:24:29 -0400 (Fri, 28 Aug 2009)
New Revision: 111

Modified:
   components/mop/trunk/api/pom.xml
   components/mop/trunk/core/pom.xml
   components/mop/trunk/pom.xml
   components/mop/trunk/spi/pom.xml
Log:
GTNMOP-4 : Fix artifactIds

Modified: components/mop/trunk/api/pom.xml
===================================================================
--- components/mop/trunk/api/pom.xml	2009-08-28 05:18:06 UTC (rev 110)
+++ components/mop/trunk/api/pom.xml	2009-08-28 21:24:29 UTC (rev 111)
@@ -24,7 +24,7 @@
 
    <parent>
       <groupId>org.gatein.mop</groupId>
-      <artifactId>mop.parent</artifactId>
+      <artifactId>mop-parent</artifactId>
       <version>1.0.0-SNAPSHOT</version>
    </parent>
    
@@ -32,7 +32,7 @@
    <!-- Project Definition -->
    <!-- ****************** -->
    
-   <artifactId>mop.api</artifactId>
+   <artifactId>mop-api</artifactId>
 
    <name>MOP API</name>
    <description>API of the Object Model for Portal</description>

Modified: components/mop/trunk/core/pom.xml
===================================================================
--- components/mop/trunk/core/pom.xml	2009-08-28 05:18:06 UTC (rev 110)
+++ components/mop/trunk/core/pom.xml	2009-08-28 21:24:29 UTC (rev 111)
@@ -24,7 +24,7 @@
 
    <parent>
       <groupId>org.gatein.mop</groupId>
-      <artifactId>mop.parent</artifactId>
+      <artifactId>mop-parent</artifactId>
       <version>1.0.0-SNAPSHOT</version>
    </parent>
 
@@ -32,7 +32,7 @@
    <!-- Project Definition -->
    <!-- ****************** -->
 
-   <artifactId>mop.core</artifactId>
+   <artifactId>mop-core</artifactId>
 
    <name>MOP Core</name>
    <description>Model Object for Portal Core</description>
@@ -50,13 +50,13 @@
 
       <dependency>
          <groupId>org.gatein.mop</groupId>
-         <artifactId>mop.api</artifactId>
+         <artifactId>mop-api</artifactId>
          <version>1.0.0-SNAPSHOT</version>
       </dependency>
 
       <dependency>
          <groupId>org.gatein.mop</groupId>
-         <artifactId>mop.spi</artifactId>
+         <artifactId>mop-spi</artifactId>
          <version>1.0.0-SNAPSHOT</version>
       </dependency>
 

Modified: components/mop/trunk/pom.xml
===================================================================
--- components/mop/trunk/pom.xml	2009-08-28 05:18:06 UTC (rev 110)
+++ components/mop/trunk/pom.xml	2009-08-28 21:24:29 UTC (rev 111)
@@ -33,7 +33,7 @@
    <!-- ****************** -->
 
    <groupId>org.gatein.mop</groupId>
-   <artifactId>mop.parent</artifactId>
+   <artifactId>mop-parent</artifactId>
    <version>1.0.0-SNAPSHOT</version>
    <packaging>pom</packaging>
 

Modified: components/mop/trunk/spi/pom.xml
===================================================================
--- components/mop/trunk/spi/pom.xml	2009-08-28 05:18:06 UTC (rev 110)
+++ components/mop/trunk/spi/pom.xml	2009-08-28 21:24:29 UTC (rev 111)
@@ -24,7 +24,7 @@
 
    <parent>
       <groupId>org.gatein.mop</groupId>
-      <artifactId>mop.parent</artifactId>
+      <artifactId>mop-parent</artifactId>
       <version>1.0.0-SNAPSHOT</version>
    </parent>
 
@@ -32,7 +32,7 @@
    <!-- Project Definition -->
    <!-- ****************** -->
 
-   <artifactId>mop.spi</artifactId>
+   <artifactId>mop-spi</artifactId>
 
    <name>MOP SPI</name>
    <description>SPI of the Object Model for Portal</description>
@@ -41,7 +41,7 @@
 
       <dependency>
          <groupId>org.gatein.mop</groupId>
-         <artifactId>mop.api</artifactId>
+         <artifactId>mop-api</artifactId>
          <version>1.0.0-SNAPSHOT</version>
       </dependency>
 



More information about the gatein-commits mailing list