[jbpm-commits] JBoss JBPM SVN: r2725 - in jbpm4/trunk: modules/test-pojo and 1 other directory.

do-not-reply at jboss.org do-not-reply at jboss.org
Fri Oct 31 13:29:05 EDT 2008


Author: tom.baeyens at jboss.com
Date: 2008-10-31 13:29:05 -0400 (Fri, 31 Oct 2008)
New Revision: 2725

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

Modified: jbpm4/trunk/modules/test-pojo/pom.xml
===================================================================
--- jbpm4/trunk/modules/test-pojo/pom.xml	2008-10-31 17:25:20 UTC (rev 2724)
+++ jbpm4/trunk/modules/test-pojo/pom.xml	2008-10-31 17:29:05 UTC (rev 2725)
@@ -17,8 +17,6 @@
   <artifactId>jbpm-test-pojo</artifactId>
   <packaging>jar</packaging>
 
-  <version>1.0.0-SNAPSHOT</version>
-  
   <!-- Parent -->
   <parent>
     <groupId>org.jbpm.jbpm4</groupId>

Modified: jbpm4/trunk/pom.xml
===================================================================
--- jbpm4/trunk/pom.xml	2008-10-31 17:25:20 UTC (rev 2724)
+++ jbpm4/trunk/pom.xml	2008-10-31 17:29:05 UTC (rev 2725)
@@ -70,9 +70,14 @@
       </dependency>
       <dependency>
         <groupId>org.jbpm.jbpm4</groupId>
-        <artifactId>jbpm-test</artifactId>
+        <artifactId>jbpm-log</artifactId>
         <version>${version}</version>
       </dependency>
+      <dependency>
+        <groupId>org.jbpm.jbpm4</groupId>
+        <artifactId>jbpm-test-base</artifactId>
+        <version>${version}</version>
+      </dependency>
 
       <!-- Please sort by groupid -->      
       <dependency>




More information about the jbpm-commits mailing list