[jbpm-commits] JBoss JBPM SVN: r4775 - in jbpm4/branches/jbpm-4.0.0.Beta2: bin and 25 other directories.

do-not-reply at jboss.org do-not-reply at jboss.org
Mon May 11 06:19:04 EDT 2009


Author: tom.baeyens at jboss.com
Date: 2009-05-11 06:19:04 -0400 (Mon, 11 May 2009)
New Revision: 4775

Modified:
   jbpm4/branches/jbpm-4.0.0.Beta2/bin/test.distro.bat
   jbpm4/branches/jbpm-4.0.0.Beta2/bin/test.distro.sh
   jbpm4/branches/jbpm-4.0.0.Beta2/build.xml
   jbpm4/branches/jbpm-4.0.0.Beta2/modules/api/pom.xml
   jbpm4/branches/jbpm-4.0.0.Beta2/modules/db/pom.xml
   jbpm4/branches/jbpm-4.0.0.Beta2/modules/devguide/pom.xml
   jbpm4/branches/jbpm-4.0.0.Beta2/modules/distro/pom.xml
   jbpm4/branches/jbpm-4.0.0.Beta2/modules/distro/src/main/files/db/build.xml
   jbpm4/branches/jbpm-4.0.0.Beta2/modules/distro/src/main/files/examples/build.xml
   jbpm4/branches/jbpm-4.0.0.Beta2/modules/distro/src/main/files/gpd/build.xml
   jbpm4/branches/jbpm-4.0.0.Beta2/modules/distro/src/main/files/jboss/build.xml
   jbpm4/branches/jbpm-4.0.0.Beta2/modules/enterprise/pom.xml
   jbpm4/branches/jbpm-4.0.0.Beta2/modules/examples/pom.xml
   jbpm4/branches/jbpm-4.0.0.Beta2/modules/integration/console/pom.xml
   jbpm4/branches/jbpm-4.0.0.Beta2/modules/integration/form-plugin/pom.xml
   jbpm4/branches/jbpm-4.0.0.Beta2/modules/integration/jboss4/pom.xml
   jbpm4/branches/jbpm-4.0.0.Beta2/modules/integration/jboss5/pom.xml
   jbpm4/branches/jbpm-4.0.0.Beta2/modules/integration/pom.xml
   jbpm4/branches/jbpm-4.0.0.Beta2/modules/integration/spi/pom.xml
   jbpm4/branches/jbpm-4.0.0.Beta2/modules/jpdl/pom.xml
   jbpm4/branches/jbpm-4.0.0.Beta2/modules/log/pom.xml
   jbpm4/branches/jbpm-4.0.0.Beta2/modules/pvm/pom.xml
   jbpm4/branches/jbpm-4.0.0.Beta2/modules/test-base/pom.xml
   jbpm4/branches/jbpm-4.0.0.Beta2/modules/test-db/pom.xml
   jbpm4/branches/jbpm-4.0.0.Beta2/modules/test-load/pom.xml
   jbpm4/branches/jbpm-4.0.0.Beta2/modules/test-pojo/pom.xml
   jbpm4/branches/jbpm-4.0.0.Beta2/modules/userguide/pom.xml
   jbpm4/branches/jbpm-4.0.0.Beta2/pom.xml
   jbpm4/branches/jbpm-4.0.0.Beta2/qa/build.xml
Log:
updated version to 4.0.0.Beta2

Modified: jbpm4/branches/jbpm-4.0.0.Beta2/bin/test.distro.bat
===================================================================
--- jbpm4/branches/jbpm-4.0.0.Beta2/bin/test.distro.bat	2009-05-11 08:24:13 UTC (rev 4774)
+++ jbpm4/branches/jbpm-4.0.0.Beta2/bin/test.distro.bat	2009-05-11 10:19:04 UTC (rev 4775)
@@ -1,5 +1,5 @@
 set JBPM4_ROOT=c:\wsjbpm4\jbpm4
-set JBPM_VERSION=4.0.0-SNAPSHOT
+set JBPM_VERSION=4.0.0.Beta2
 set JBOSS_PARENT=C:\Software
 set DOWNLOAD_DIR=C:\Downloads\jboss
 set JBOSS_VERSION=4.2.2.GA

Modified: jbpm4/branches/jbpm-4.0.0.Beta2/bin/test.distro.sh
===================================================================
--- jbpm4/branches/jbpm-4.0.0.Beta2/bin/test.distro.sh	2009-05-11 08:24:13 UTC (rev 4774)
+++ jbpm4/branches/jbpm-4.0.0.Beta2/bin/test.distro.sh	2009-05-11 10:19:04 UTC (rev 4775)
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 JBPM4_ROOT=~/jbpm/jbpm4/branches/tbaeyens
-JBPM_VERSION=4.0.0-SNAPSHOT
+JBPM_VERSION=4.0.0.Beta2
 JBOSS_PARENT=~
 JBOSS_VERSION=4.2.3.GA
 DOWNLOAD_DIR=~/Descargas/jboss

Modified: jbpm4/branches/jbpm-4.0.0.Beta2/build.xml
===================================================================
--- jbpm4/branches/jbpm-4.0.0.Beta2/build.xml	2009-05-11 08:24:13 UTC (rev 4774)
+++ jbpm4/branches/jbpm-4.0.0.Beta2/build.xml	2009-05-11 10:19:04 UTC (rev 4775)
@@ -21,7 +21,7 @@
   <property name="linux.browser" value="mozilla" />
 
   <property name="distro.installation.dir" value="c:/software" />
-  <property name="distro.version" value="4.0.0-SNAPSHOT" />
+  <property name="distro.version" value="4.0.0.Beta2" />
   <property name="distro.jboss.version" value="5.0.0.GA" />
   <property name="distro.eclipse" value="c:/downloads/eclipse/eclipse-jee-ganymede-SR1-win32.zip" />
   <property name="distro.jboss" value="c:/downloads/jboss/jboss-${distro.jboss.version}.zip" />

Modified: jbpm4/branches/jbpm-4.0.0.Beta2/modules/api/pom.xml
===================================================================
--- jbpm4/branches/jbpm-4.0.0.Beta2/modules/api/pom.xml	2009-05-11 08:24:13 UTC (rev 4774)
+++ jbpm4/branches/jbpm-4.0.0.Beta2/modules/api/pom.xml	2009-05-11 10:19:04 UTC (rev 4775)
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.jbpm.jbpm4</groupId>
     <artifactId>jbpm</artifactId>
-    <version>4.0.0-SNAPSHOT</version>
+    <version>4.0.0.Beta2</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: jbpm4/branches/jbpm-4.0.0.Beta2/modules/db/pom.xml
===================================================================
--- jbpm4/branches/jbpm-4.0.0.Beta2/modules/db/pom.xml	2009-05-11 08:24:13 UTC (rev 4774)
+++ jbpm4/branches/jbpm-4.0.0.Beta2/modules/db/pom.xml	2009-05-11 10:19:04 UTC (rev 4775)
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.jbpm.jbpm4</groupId>
     <artifactId>jbpm</artifactId>
-    <version>4.0.0-SNAPSHOT</version>
+    <version>4.0.0.Beta2</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: jbpm4/branches/jbpm-4.0.0.Beta2/modules/devguide/pom.xml
===================================================================
--- jbpm4/branches/jbpm-4.0.0.Beta2/modules/devguide/pom.xml	2009-05-11 08:24:13 UTC (rev 4774)
+++ jbpm4/branches/jbpm-4.0.0.Beta2/modules/devguide/pom.xml	2009-05-11 10:19:04 UTC (rev 4775)
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.jbpm.jbpm4</groupId>
     <artifactId>jbpm</artifactId>
-    <version>4.0.0-SNAPSHOT</version>
+    <version>4.0.0.Beta2</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: jbpm4/branches/jbpm-4.0.0.Beta2/modules/distro/pom.xml
===================================================================
--- jbpm4/branches/jbpm-4.0.0.Beta2/modules/distro/pom.xml	2009-05-11 08:24:13 UTC (rev 4774)
+++ jbpm4/branches/jbpm-4.0.0.Beta2/modules/distro/pom.xml	2009-05-11 10:19:04 UTC (rev 4775)
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.jbpm.jbpm4</groupId>
     <artifactId>jbpm</artifactId>
-    <version>4.0.0-SNAPSHOT</version>
+    <version>4.0.0.Beta2</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   
@@ -52,12 +52,6 @@
       <artifactId>jbpm-console-form-plugin</artifactId>
       <version>${version}</version>
     </dependency>
-     <dependency>
-      <groupId>org.jbpm.jbpm4</groupId>
-      <artifactId>jbpm-console-integration</artifactId>
-       <classifier>config</classifier>
-      <version>${version}</version>
-    </dependency>
     <dependency>
       <groupId>org.jbpm.jbpm4</groupId>
       <artifactId>jbpm-jboss4</artifactId>

Modified: jbpm4/branches/jbpm-4.0.0.Beta2/modules/distro/src/main/files/db/build.xml
===================================================================
--- jbpm4/branches/jbpm-4.0.0.Beta2/modules/distro/src/main/files/db/build.xml	2009-05-11 08:24:13 UTC (rev 4774)
+++ jbpm4/branches/jbpm-4.0.0.Beta2/modules/distro/src/main/files/db/build.xml	2009-05-11 10:19:04 UTC (rev 4775)
@@ -12,7 +12,7 @@
   <!-- DEFAULT PROPERTY VALUES -->
   <property name="database" value="hsqldb" />
   <property name="jbpm.parent.dir" value="../.." />
-  <property name="jbpm.version" value="4.0.0-SNAPSHOT" />
+  <property name="jbpm.version" value="4.0.0.Beta2" />
   <property name="jbpm.home" value="${jbpm.parent.dir}/jbpm-${jbpm.version}" />
 
   <!-- ### LOG PROPERTIES ################################################# -->

Modified: jbpm4/branches/jbpm-4.0.0.Beta2/modules/distro/src/main/files/examples/build.xml
===================================================================
--- jbpm4/branches/jbpm-4.0.0.Beta2/modules/distro/src/main/files/examples/build.xml	2009-05-11 08:24:13 UTC (rev 4774)
+++ jbpm4/branches/jbpm-4.0.0.Beta2/modules/distro/src/main/files/examples/build.xml	2009-05-11 10:19:04 UTC (rev 4775)
@@ -12,7 +12,7 @@
   <!-- DEFAULT PROPERTY VALUES -->
   <property name="database" value="hsqldb" />
   <property name="jbpm.parent.dir" value="../.." />
-  <property name="jbpm.version" value="4.0.0-SNAPSHOT" />
+  <property name="jbpm.version" value="4.0.0.Beta2" />
   <property name="jboss.version" value="5.0.0.GA" />
   <property name="jbpm.home" value="${jbpm.parent.dir}/jbpm-${jbpm.version}" />
 

Modified: jbpm4/branches/jbpm-4.0.0.Beta2/modules/distro/src/main/files/gpd/build.xml
===================================================================
--- jbpm4/branches/jbpm-4.0.0.Beta2/modules/distro/src/main/files/gpd/build.xml	2009-05-11 08:24:13 UTC (rev 4774)
+++ jbpm4/branches/jbpm-4.0.0.Beta2/modules/distro/src/main/files/gpd/build.xml	2009-05-11 10:19:04 UTC (rev 4775)
@@ -7,7 +7,7 @@
 
   <!-- DEFAULT PROPERTY VALUES -->
   <property name="jbpm.parent.dir" value="../.." />
-  <property name="jbpm.version" value="4.0.0-SNAPSHOT" />
+  <property name="jbpm.version" value="4.0.0.Beta2" />
 	<property name="jbpm.home" value="${jbpm.parent.dir}/jbpm-${jbpm.version}" /> <!-- jbpm.home should not be configured. change jbpm.parent.dir instead -->
   <property name="eclipse.filename" value="eclipse-jee-ganymede-SR2-win32.zip" />
   <property name="eclipse.distro.url" value="http://mirror.cc.vt.edu/pub/eclipse/technology/epp/downloads/release/ganymede/SR2/${eclipse.filename}" />

Modified: jbpm4/branches/jbpm-4.0.0.Beta2/modules/distro/src/main/files/jboss/build.xml
===================================================================
--- jbpm4/branches/jbpm-4.0.0.Beta2/modules/distro/src/main/files/jboss/build.xml	2009-05-11 08:24:13 UTC (rev 4774)
+++ jbpm4/branches/jbpm-4.0.0.Beta2/modules/distro/src/main/files/jboss/build.xml	2009-05-11 10:19:04 UTC (rev 4775)
@@ -11,7 +11,7 @@
 
   <!-- DEFAULT PROPERTY VALUES -->
   <property name="database" value="hsqldb" />
-  <property name="jbpm.version" value="4.0.0-SNAPSHOT" />
+  <property name="jbpm.version" value="4.0.0.Beta2" />
   <property name="jbpm.parent.dir" value="../.." />
   <property name="jbpm.home" value="${jbpm.parent.dir}/jbpm-${jbpm.version}" /> <!-- jbpm.home should not be configured. change jbpm.parent.dir instead -->
   <property name="jboss.version" value="5.0.0.GA" />

Modified: jbpm4/branches/jbpm-4.0.0.Beta2/modules/enterprise/pom.xml
===================================================================
--- jbpm4/branches/jbpm-4.0.0.Beta2/modules/enterprise/pom.xml	2009-05-11 08:24:13 UTC (rev 4774)
+++ jbpm4/branches/jbpm-4.0.0.Beta2/modules/enterprise/pom.xml	2009-05-11 10:19:04 UTC (rev 4775)
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.jbpm.jbpm4</groupId>
     <artifactId>jbpm</artifactId>
-    <version>4.0.0-SNAPSHOT</version>
+    <version>4.0.0.Beta2</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: jbpm4/branches/jbpm-4.0.0.Beta2/modules/examples/pom.xml
===================================================================
--- jbpm4/branches/jbpm-4.0.0.Beta2/modules/examples/pom.xml	2009-05-11 08:24:13 UTC (rev 4774)
+++ jbpm4/branches/jbpm-4.0.0.Beta2/modules/examples/pom.xml	2009-05-11 10:19:04 UTC (rev 4775)
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.jbpm.jbpm4</groupId>
     <artifactId>jbpm</artifactId>
-    <version>4.0.0-SNAPSHOT</version>
+    <version>4.0.0.Beta2</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: jbpm4/branches/jbpm-4.0.0.Beta2/modules/integration/console/pom.xml
===================================================================
--- jbpm4/branches/jbpm-4.0.0.Beta2/modules/integration/console/pom.xml	2009-05-11 08:24:13 UTC (rev 4774)
+++ jbpm4/branches/jbpm-4.0.0.Beta2/modules/integration/console/pom.xml	2009-05-11 10:19:04 UTC (rev 4775)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.jbpm.jbpm4</groupId>
     <artifactId>jbpm-integration</artifactId>
-    <version>4.0.0-SNAPSHOT</version>
+    <version>4.0.0.Beta2</version>
   </parent>
 
   <!-- Properties -->

Modified: jbpm4/branches/jbpm-4.0.0.Beta2/modules/integration/form-plugin/pom.xml
===================================================================
--- jbpm4/branches/jbpm-4.0.0.Beta2/modules/integration/form-plugin/pom.xml	2009-05-11 08:24:13 UTC (rev 4774)
+++ jbpm4/branches/jbpm-4.0.0.Beta2/modules/integration/form-plugin/pom.xml	2009-05-11 10:19:04 UTC (rev 4775)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.jbpm.jbpm4</groupId>
     <artifactId>jbpm-integration</artifactId>
-    <version>4.0.0-SNAPSHOT</version>
+    <version>4.0.0.Beta2</version>
   </parent>
 
   <!-- Dependencies -->

Modified: jbpm4/branches/jbpm-4.0.0.Beta2/modules/integration/jboss4/pom.xml
===================================================================
--- jbpm4/branches/jbpm-4.0.0.Beta2/modules/integration/jboss4/pom.xml	2009-05-11 08:24:13 UTC (rev 4774)
+++ jbpm4/branches/jbpm-4.0.0.Beta2/modules/integration/jboss4/pom.xml	2009-05-11 10:19:04 UTC (rev 4775)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.jbpm.jbpm4</groupId>
     <artifactId>jbpm-integration</artifactId>
-    <version>4.0.0-SNAPSHOT</version>
+    <version>4.0.0.Beta2</version>
   </parent>
 
   <!-- Properties -->

Modified: jbpm4/branches/jbpm-4.0.0.Beta2/modules/integration/jboss5/pom.xml
===================================================================
--- jbpm4/branches/jbpm-4.0.0.Beta2/modules/integration/jboss5/pom.xml	2009-05-11 08:24:13 UTC (rev 4774)
+++ jbpm4/branches/jbpm-4.0.0.Beta2/modules/integration/jboss5/pom.xml	2009-05-11 10:19:04 UTC (rev 4775)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.jbpm.jbpm4</groupId>
     <artifactId>jbpm-integration</artifactId>
-    <version>4.0.0-SNAPSHOT</version>
+    <version>4.0.0.Beta2</version>
   </parent>
 
   <!-- Properties -->

Modified: jbpm4/branches/jbpm-4.0.0.Beta2/modules/integration/pom.xml
===================================================================
--- jbpm4/branches/jbpm-4.0.0.Beta2/modules/integration/pom.xml	2009-05-11 08:24:13 UTC (rev 4774)
+++ jbpm4/branches/jbpm-4.0.0.Beta2/modules/integration/pom.xml	2009-05-11 10:19:04 UTC (rev 4775)
@@ -13,7 +13,7 @@
   <parent>
     <groupId>org.jbpm.jbpm4</groupId>
     <artifactId>jbpm</artifactId>
-    <version>4.0.0-SNAPSHOT</version>
+    <version>4.0.0.Beta2</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: jbpm4/branches/jbpm-4.0.0.Beta2/modules/integration/spi/pom.xml
===================================================================
--- jbpm4/branches/jbpm-4.0.0.Beta2/modules/integration/spi/pom.xml	2009-05-11 08:24:13 UTC (rev 4774)
+++ jbpm4/branches/jbpm-4.0.0.Beta2/modules/integration/spi/pom.xml	2009-05-11 10:19:04 UTC (rev 4775)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.jbpm.jbpm4</groupId>
     <artifactId>jbpm-integration</artifactId>
-    <version>4.0.0-SNAPSHOT</version>
+    <version>4.0.0.Beta2</version>
   </parent>
 
   <!-- Properties -->

Modified: jbpm4/branches/jbpm-4.0.0.Beta2/modules/jpdl/pom.xml
===================================================================
--- jbpm4/branches/jbpm-4.0.0.Beta2/modules/jpdl/pom.xml	2009-05-11 08:24:13 UTC (rev 4774)
+++ jbpm4/branches/jbpm-4.0.0.Beta2/modules/jpdl/pom.xml	2009-05-11 10:19:04 UTC (rev 4775)
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.jbpm.jbpm4</groupId>
     <artifactId>jbpm</artifactId>
-    <version>4.0.0-SNAPSHOT</version>
+    <version>4.0.0.Beta2</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: jbpm4/branches/jbpm-4.0.0.Beta2/modules/log/pom.xml
===================================================================
--- jbpm4/branches/jbpm-4.0.0.Beta2/modules/log/pom.xml	2009-05-11 08:24:13 UTC (rev 4774)
+++ jbpm4/branches/jbpm-4.0.0.Beta2/modules/log/pom.xml	2009-05-11 10:19:04 UTC (rev 4775)
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.jbpm.jbpm4</groupId>
     <artifactId>jbpm</artifactId>
-    <version>4.0.0-SNAPSHOT</version>
+    <version>4.0.0.Beta2</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: jbpm4/branches/jbpm-4.0.0.Beta2/modules/pvm/pom.xml
===================================================================
--- jbpm4/branches/jbpm-4.0.0.Beta2/modules/pvm/pom.xml	2009-05-11 08:24:13 UTC (rev 4774)
+++ jbpm4/branches/jbpm-4.0.0.Beta2/modules/pvm/pom.xml	2009-05-11 10:19:04 UTC (rev 4775)
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.jbpm.jbpm4</groupId>
     <artifactId>jbpm</artifactId>
-    <version>4.0.0-SNAPSHOT</version>
+    <version>4.0.0.Beta2</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: jbpm4/branches/jbpm-4.0.0.Beta2/modules/test-base/pom.xml
===================================================================
--- jbpm4/branches/jbpm-4.0.0.Beta2/modules/test-base/pom.xml	2009-05-11 08:24:13 UTC (rev 4774)
+++ jbpm4/branches/jbpm-4.0.0.Beta2/modules/test-base/pom.xml	2009-05-11 10:19:04 UTC (rev 4775)
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.jbpm.jbpm4</groupId>
     <artifactId>jbpm</artifactId>
-    <version>4.0.0-SNAPSHOT</version>
+    <version>4.0.0.Beta2</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: jbpm4/branches/jbpm-4.0.0.Beta2/modules/test-db/pom.xml
===================================================================
--- jbpm4/branches/jbpm-4.0.0.Beta2/modules/test-db/pom.xml	2009-05-11 08:24:13 UTC (rev 4774)
+++ jbpm4/branches/jbpm-4.0.0.Beta2/modules/test-db/pom.xml	2009-05-11 10:19:04 UTC (rev 4775)
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.jbpm.jbpm4</groupId>
     <artifactId>jbpm</artifactId>
-    <version>4.0.0-SNAPSHOT</version>
+    <version>4.0.0.Beta2</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: jbpm4/branches/jbpm-4.0.0.Beta2/modules/test-load/pom.xml
===================================================================
--- jbpm4/branches/jbpm-4.0.0.Beta2/modules/test-load/pom.xml	2009-05-11 08:24:13 UTC (rev 4774)
+++ jbpm4/branches/jbpm-4.0.0.Beta2/modules/test-load/pom.xml	2009-05-11 10:19:04 UTC (rev 4775)
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.jbpm.jbpm4</groupId>
     <artifactId>jbpm</artifactId>
-    <version>4.0.0-SNAPSHOT</version>
+    <version>4.0.0.Beta2</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: jbpm4/branches/jbpm-4.0.0.Beta2/modules/test-pojo/pom.xml
===================================================================
--- jbpm4/branches/jbpm-4.0.0.Beta2/modules/test-pojo/pom.xml	2009-05-11 08:24:13 UTC (rev 4774)
+++ jbpm4/branches/jbpm-4.0.0.Beta2/modules/test-pojo/pom.xml	2009-05-11 10:19:04 UTC (rev 4775)
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.jbpm.jbpm4</groupId>
     <artifactId>jbpm</artifactId>
-    <version>4.0.0-SNAPSHOT</version>
+    <version>4.0.0.Beta2</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: jbpm4/branches/jbpm-4.0.0.Beta2/modules/userguide/pom.xml
===================================================================
--- jbpm4/branches/jbpm-4.0.0.Beta2/modules/userguide/pom.xml	2009-05-11 08:24:13 UTC (rev 4774)
+++ jbpm4/branches/jbpm-4.0.0.Beta2/modules/userguide/pom.xml	2009-05-11 10:19:04 UTC (rev 4775)
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.jbpm.jbpm4</groupId>
     <artifactId>jbpm</artifactId>
-    <version>4.0.0-SNAPSHOT</version>
+    <version>4.0.0.Beta2</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: jbpm4/branches/jbpm-4.0.0.Beta2/pom.xml
===================================================================
--- jbpm4/branches/jbpm-4.0.0.Beta2/pom.xml	2009-05-11 08:24:13 UTC (rev 4774)
+++ jbpm4/branches/jbpm-4.0.0.Beta2/pom.xml	2009-05-11 10:19:04 UTC (rev 4775)
@@ -21,7 +21,7 @@
   <artifactId>jbpm</artifactId>
   <packaging>pom</packaging>
 
-  <version>4.0.0-SNAPSHOT</version>
+  <version>4.0.0.Beta2</version>
 
   <organization>
     <name>JBoss, a division of Red Hat</name>
@@ -48,6 +48,7 @@
     <cactus.version>13-1.7.1</cactus.version>
     <freemarker.version>2.3.15</freemarker.version>
     <gwt.console.version>1.0.0-SNAPSHOT</gwt.console.version>
+    <jbpm.gpd.version>4.0.0-SNAPSHOT</jbpm.gpd.version>
     <hibernate.version>3.3.1.GA</hibernate.version>
     <slf4j.version>1.5.2</slf4j.version>
     <hsqldb.version>1.8.0.7</hsqldb.version>
@@ -178,7 +179,7 @@
         <groupId>org.jbpm.jbpm4</groupId>
         <artifactId>jbpm-gpd</artifactId>
         <type>zip</type>
-        <version>${version}</version>
+        <version>${jbpm.gpd.version}</version>
       </dependency>
 
       <!-- External dependencies -->

Modified: jbpm4/branches/jbpm-4.0.0.Beta2/qa/build.xml
===================================================================
--- jbpm4/branches/jbpm-4.0.0.Beta2/qa/build.xml	2009-05-11 08:24:13 UTC (rev 4774)
+++ jbpm4/branches/jbpm-4.0.0.Beta2/qa/build.xml	2009-05-11 10:19:04 UTC (rev 4775)
@@ -9,7 +9,7 @@
 
   <!-- CONFIGURABLE PROPERTIES -->
   <property name="database" value="hsqldb" />
-  <property name="jbpm.version" value="4.0.0-SNAPSHOT" />
+  <property name="jbpm.version" value="4.0.0.Beta2" />
   <property name="jbpm.home" value="${jbpm.parent.dir}/jbpm-${jbpm.version}" /> <!-- jbpm.home should not be configured. change jbpm.parent.dir instead -->
   <property name="jboss.version" value="5.0.0.GA" />
   <property name="jboss.distro.dir" value="${jbpm.home}/downloads" />




More information about the jbpm-commits mailing list