[jbpm-commits] JBoss JBPM SVN: r2761 - in projects/jsf-console/branches/jsf-console-3.2.x: console and 1 other directories.

do-not-reply at jboss.org do-not-reply at jboss.org
Wed Nov 5 05:34:29 EST 2008


Author: heiko.braun at jboss.com
Date: 2008-11-05 05:34:29 -0500 (Wed, 05 Nov 2008)
New Revision: 2761

Removed:
   projects/jsf-console/branches/jsf-console-3.2.x/console/target/
   projects/jsf-console/branches/jsf-console-3.2.x/jbpm4jsf/target/
Modified:
   projects/jsf-console/branches/jsf-console-3.2.x/console/pom.xml
   projects/jsf-console/branches/jsf-console-3.2.x/jbpm4jsf/pom.xml
   projects/jsf-console/branches/jsf-console-3.2.x/pom.xml
Log:
Fix artifact id's

Modified: projects/jsf-console/branches/jsf-console-3.2.x/console/pom.xml
===================================================================
--- projects/jsf-console/branches/jsf-console-3.2.x/console/pom.xml	2008-11-05 09:52:39 UTC (rev 2760)
+++ projects/jsf-console/branches/jsf-console-3.2.x/console/pom.xml	2008-11-05 10:34:29 UTC (rev 2761)
@@ -15,13 +15,13 @@
   <modelVersion>4.0.0</modelVersion>
   <name>JBoss jBPM3 - Console</name>
   <groupId>org.jbpm.jbpm3</groupId>
-  <artifactId>jsf-console-war</artifactId>
+  <artifactId>jsf-console</artifactId>
   <packaging>war</packaging>
 
   <!-- Parent -->
   <parent>
     <groupId>org.jbpm.jbpm3</groupId>
-    <artifactId>jsf-console</artifactId>
+    <artifactId>jsf-console-parent</artifactId>
     <version>3.2.2-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>

Modified: projects/jsf-console/branches/jsf-console-3.2.x/jbpm4jsf/pom.xml
===================================================================
--- projects/jsf-console/branches/jsf-console-3.2.x/jbpm4jsf/pom.xml	2008-11-05 09:52:39 UTC (rev 2760)
+++ projects/jsf-console/branches/jsf-console-3.2.x/jbpm4jsf/pom.xml	2008-11-05 10:34:29 UTC (rev 2761)
@@ -23,7 +23,7 @@
   <!-- Parent -->
   <parent>
     <groupId>org.jbpm.jbpm3</groupId>
-    <artifactId>jsf-console</artifactId>
+    <artifactId>jsf-console-parent</artifactId>
     <version>3.2.2-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>

Modified: projects/jsf-console/branches/jsf-console-3.2.x/pom.xml
===================================================================
--- projects/jsf-console/branches/jsf-console-3.2.x/pom.xml	2008-11-05 09:52:39 UTC (rev 2760)
+++ projects/jsf-console/branches/jsf-console-3.2.x/pom.xml	2008-11-05 10:34:29 UTC (rev 2761)
@@ -15,7 +15,7 @@
   <modelVersion>4.0.0</modelVersion>
   <name>JBoss jBPM3</name>
   <groupId>org.jbpm.jbpm3</groupId>
-  <artifactId>jsf-console</artifactId>
+  <artifactId>jsf-console-parent</artifactId>
   <packaging>pom</packaging>
   <version>3.2.2-SNAPSHOT</version>
 




More information about the jbpm-commits mailing list