Author: pete.muir(a)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>
Show replies by date