[gatein-commits] gatein SVN: r2286 - in portal/branches/EPP_5_0_Branch/examples/skins: simpleskin and 1 other directory.

do-not-reply at jboss.org do-not-reply at jboss.org
Tue Mar 16 18:55:53 EDT 2010


Author: mpodolin
Date: 2010-03-16 18:55:52 -0400 (Tue, 16 Mar 2010)
New Revision: 2286

Modified:
   portal/branches/EPP_5_0_Branch/examples/skins/pom.xml
   portal/branches/EPP_5_0_Branch/examples/skins/simpleskin/pom.xml
Log:
artifactId renamed in order to fix the mead build

Modified: portal/branches/EPP_5_0_Branch/examples/skins/pom.xml
===================================================================
--- portal/branches/EPP_5_0_Branch/examples/skins/pom.xml	2010-03-16 22:50:02 UTC (rev 2285)
+++ portal/branches/EPP_5_0_Branch/examples/skins/pom.xml	2010-03-16 22:55:52 UTC (rev 2286)
@@ -9,7 +9,7 @@
    </parent>
 
    <groupId>org.gatein.portal.examples.skins</groupId>
-   <artifactId>parent</artifactId>
+   <artifactId>examples.skins.parent</artifactId>
    <packaging>pom</packaging>
    <name>GateIn Skins</name>
 

Modified: portal/branches/EPP_5_0_Branch/examples/skins/simpleskin/pom.xml
===================================================================
--- portal/branches/EPP_5_0_Branch/examples/skins/simpleskin/pom.xml	2010-03-16 22:50:02 UTC (rev 2285)
+++ portal/branches/EPP_5_0_Branch/examples/skins/simpleskin/pom.xml	2010-03-16 22:55:52 UTC (rev 2286)
@@ -24,7 +24,7 @@
 
   <parent>
     <groupId>org.gatein.portal.examples.skins</groupId>
-    <artifactId>parent</artifactId>
+    <artifactId>examples.skins.parent</artifactId>
     <version>epp-5.0.0-ER04</version>
   </parent> 
 



More information about the gatein-commits mailing list