[seam-commits] Seam SVN: r13420 - in sandbox/encore: model and 1 other directories.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Sat Jul 17 13:24:32 EDT 2010


Author: pete.muir at jboss.org
Date: 2010-07-17 13:24:32 -0400 (Sat, 17 Jul 2010)
New Revision: 13420

Modified:
   sandbox/encore/core/pom.xml
   sandbox/encore/model/pom.xml
   sandbox/encore/shell/pom.xml
Log:
unique names

Modified: sandbox/encore/core/pom.xml
===================================================================
--- sandbox/encore/core/pom.xml	2010-07-17 11:49:40 UTC (rev 13419)
+++ sandbox/encore/core/pom.xml	2010-07-17 17:24:32 UTC (rev 13420)
@@ -9,7 +9,7 @@
       <relativePath>../pom.xml</relativePath>
    </parent>
 
-   <artifactId>core</artifactId>
+   <artifactId>encore-core</artifactId>
    <version>1.0.0-SNAPSHOT</version>
 
    <packaging>jar</packaging>

Modified: sandbox/encore/model/pom.xml
===================================================================
--- sandbox/encore/model/pom.xml	2010-07-17 11:49:40 UTC (rev 13419)
+++ sandbox/encore/model/pom.xml	2010-07-17 17:24:32 UTC (rev 13420)
@@ -9,7 +9,7 @@
       <relativePath>../pom.xml</relativePath>
    </parent>
 
-   <artifactId>model</artifactId>
+   <artifactId>encore-model</artifactId>
    <version>1.0.0-SNAPSHOT</version>
 
    <packaging>jar</packaging>

Modified: sandbox/encore/shell/pom.xml
===================================================================
--- sandbox/encore/shell/pom.xml	2010-07-17 11:49:40 UTC (rev 13419)
+++ sandbox/encore/shell/pom.xml	2010-07-17 17:24:32 UTC (rev 13420)
@@ -9,7 +9,7 @@
       <relativePath>../pom.xml</relativePath>
    </parent>
 
-   <artifactId>shell</artifactId>
+   <artifactId>encore-shell</artifactId>
    <version>1.0.0-SNAPSHOT</version>
 
    <name>Encore Shell</name>



More information about the seam-commits mailing list