[jbpm-commits] JBoss JBPM SVN: r2734 - in jbpm4/trunk/modules: test-base and 3 other directories.

do-not-reply at jboss.org do-not-reply at jboss.org
Sat Nov 1 05:59:12 EDT 2008


Author: tom.baeyens at jboss.com
Date: 2008-11-01 05:59:11 -0400 (Sat, 01 Nov 2008)
New Revision: 2734

Modified:
   jbpm4/trunk/modules/pvm/pom.xml
   jbpm4/trunk/modules/test-base/pom.xml
   jbpm4/trunk/modules/test-db/pom.xml
   jbpm4/trunk/modules/test-load/pom.xml
   jbpm4/trunk/modules/test-pojo/pom.xml
Log:
unification api proposals

Modified: jbpm4/trunk/modules/pvm/pom.xml
===================================================================
--- jbpm4/trunk/modules/pvm/pom.xml	2008-11-01 09:51:25 UTC (rev 2733)
+++ jbpm4/trunk/modules/pvm/pom.xml	2008-11-01 09:59:11 UTC (rev 2734)
@@ -42,11 +42,11 @@
     </dependency>
     <dependency>
       <groupId>org.jbpm.jbpm4</groupId>
-      <artifactId>jbpm-test-base</artifactId>
+      <artifactId>jbpm-log</artifactId>
     </dependency>
     <dependency>
       <groupId>org.jbpm.jbpm4</groupId>
-      <artifactId>jbpm-log</artifactId>
+      <artifactId>jbpm-test-base</artifactId>
     </dependency>
     <dependency>
       <groupId>log4j</groupId>

Modified: jbpm4/trunk/modules/test-base/pom.xml
===================================================================
--- jbpm4/trunk/modules/test-base/pom.xml	2008-11-01 09:51:25 UTC (rev 2733)
+++ jbpm4/trunk/modules/test-base/pom.xml	2008-11-01 09:59:11 UTC (rev 2734)
@@ -12,7 +12,7 @@
 <!-- $Id$ -->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
-  <name>jBPM 4 - Test</name>
+  <name>jBPM 4 - Test Base</name>
   <groupId>org.jbpm.jbpm4</groupId>
   <artifactId>jbpm-test-base</artifactId>
   <packaging>jar</packaging>

Modified: jbpm4/trunk/modules/test-db/pom.xml
===================================================================
--- jbpm4/trunk/modules/test-db/pom.xml	2008-11-01 09:51:25 UTC (rev 2733)
+++ jbpm4/trunk/modules/test-db/pom.xml	2008-11-01 09:59:11 UTC (rev 2734)
@@ -12,7 +12,7 @@
 <!-- $Id$ -->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
-  <name>jBPM 4 - CTS DB</name>
+  <name>jBPM 4 - Test DB</name>
   <groupId>org.jbpm.jbpm4</groupId>
   <artifactId>jbpm-test-db</artifactId>
   <packaging>jar</packaging>

Modified: jbpm4/trunk/modules/test-load/pom.xml
===================================================================
--- jbpm4/trunk/modules/test-load/pom.xml	2008-11-01 09:51:25 UTC (rev 2733)
+++ jbpm4/trunk/modules/test-load/pom.xml	2008-11-01 09:59:11 UTC (rev 2734)
@@ -12,7 +12,7 @@
 <!-- $Id$ -->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
-  <name>jBPM 4 - CTS DB</name>
+  <name>jBPM 4 - Test Load</name>
   <groupId>org.jbpm.jbpm4</groupId>
   <artifactId>jbpm-test-load</artifactId>
   <packaging>jar</packaging>

Modified: jbpm4/trunk/modules/test-pojo/pom.xml
===================================================================
--- jbpm4/trunk/modules/test-pojo/pom.xml	2008-11-01 09:51:25 UTC (rev 2733)
+++ jbpm4/trunk/modules/test-pojo/pom.xml	2008-11-01 09:59:11 UTC (rev 2734)
@@ -12,7 +12,7 @@
 <!-- $Id$ -->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
-  <name>jBPM 4 - CTS DB</name>
+  <name>jBPM 4 - Test POJO</name>
   <groupId>org.jbpm.jbpm4</groupId>
   <artifactId>jbpm-test-pojo</artifactId>
   <packaging>jar</packaging>




More information about the jbpm-commits mailing list