[jbpm-commits] JBoss JBPM SVN: r2583 - in jbpm3/trunk/modules/gwt-console: rpc and 2 other directories.

do-not-reply at jboss.org do-not-reply at jboss.org
Wed Oct 22 09:45:12 EDT 2008


Author: heiko.braun at jboss.com
Date: 2008-10-22 09:45:12 -0400 (Wed, 22 Oct 2008)
New Revision: 2583

Modified:
   jbpm3/trunk/modules/gwt-console/pom.xml
   jbpm3/trunk/modules/gwt-console/rpc/pom.xml
   jbpm3/trunk/modules/gwt-console/server/pom.xml
   jbpm3/trunk/modules/gwt-console/war/pom.xml
Log:
Cleanup maven artifact names

Modified: jbpm3/trunk/modules/gwt-console/pom.xml
===================================================================
--- jbpm3/trunk/modules/gwt-console/pom.xml	2008-10-22 13:38:18 UTC (rev 2582)
+++ jbpm3/trunk/modules/gwt-console/pom.xml	2008-10-22 13:45:12 UTC (rev 2583)
@@ -3,7 +3,7 @@
    <modelVersion>4.0.0</modelVersion>
    <name>JBoss jBPM3 - GWT Console</name>
    <groupId>org.jbpm.jbpm3</groupId>
-   <artifactId>gwt-console</artifactId>
+   <artifactId>gwt-console-parent</artifactId>
    <version>1.0.0-SNAPSHOT</version>
    <packaging>pom</packaging>
 

Modified: jbpm3/trunk/modules/gwt-console/rpc/pom.xml
===================================================================
--- jbpm3/trunk/modules/gwt-console/rpc/pom.xml	2008-10-22 13:38:18 UTC (rev 2582)
+++ jbpm3/trunk/modules/gwt-console/rpc/pom.xml	2008-10-22 13:45:12 UTC (rev 2583)
@@ -11,7 +11,7 @@
    <!-- Parent -->
    <parent>
       <groupId>org.jbpm.jbpm3</groupId>
-      <artifactId>gwt-console</artifactId>
+      <artifactId>gwt-console-parent</artifactId>
       <version>1.0.0-SNAPSHOT</version>
       <relativePath>../pom.xml</relativePath>
    </parent>

Modified: jbpm3/trunk/modules/gwt-console/server/pom.xml
===================================================================
--- jbpm3/trunk/modules/gwt-console/server/pom.xml	2008-10-22 13:38:18 UTC (rev 2582)
+++ jbpm3/trunk/modules/gwt-console/server/pom.xml	2008-10-22 13:45:12 UTC (rev 2583)
@@ -6,13 +6,13 @@
    <modelVersion>4.0.0</modelVersion>
    <name>JBoss jBPM3 - GWT Console (Server)</name>
    <groupId>org.jbpm.jbpm3</groupId>
-   <artifactId>gwt-console-server-war</artifactId>  
+   <artifactId>gwt-console-server</artifactId>  
    <packaging>war</packaging>
 
    <!-- Parent -->
    <parent>
       <groupId>org.jbpm.jbpm3</groupId>
-      <artifactId>gwt-console</artifactId>
+      <artifactId>gwt-console-parent</artifactId>
       <version>1.0.0-SNAPSHOT</version>
       <relativePath>../pom.xml</relativePath>
    </parent>

Modified: jbpm3/trunk/modules/gwt-console/war/pom.xml
===================================================================
--- jbpm3/trunk/modules/gwt-console/war/pom.xml	2008-10-22 13:38:18 UTC (rev 2582)
+++ jbpm3/trunk/modules/gwt-console/war/pom.xml	2008-10-22 13:45:12 UTC (rev 2583)
@@ -3,13 +3,13 @@
    <modelVersion>4.0.0</modelVersion>
    <name>JBoss jBPM3 - GWT Console (WAR)</name>
    <groupId>org.jbpm.jbpm3</groupId>
-   <artifactId>gwt-console-war</artifactId>
+   <artifactId>gwt-console</artifactId>
    <packaging>war</packaging>
 
    <!-- Parent -->
    <parent>
       <groupId>org.jbpm.jbpm3</groupId>
-      <artifactId>gwt-console</artifactId>
+      <artifactId>gwt-console-parent</artifactId>
       <version>1.0.0-SNAPSHOT</version>
       <relativePath>../pom.xml</relativePath>
    </parent>




More information about the jbpm-commits mailing list