[jbpm-commits] JBoss JBPM SVN: r5273 - in jbpm4/branches/jbpm-4.0: modules/api and 28 other directories.

do-not-reply at jboss.org do-not-reply at jboss.org
Thu Jul 9 08:44:55 EDT 2009


Author: tom.baeyens at jboss.com
Date: 2009-07-09 08:44:54 -0400 (Thu, 09 Jul 2009)
New Revision: 5273

Modified:
   jbpm4/branches/jbpm-4.0/build.xml
   jbpm4/branches/jbpm-4.0/modules/api/pom.xml
   jbpm4/branches/jbpm-4.0/modules/db/pom.xml
   jbpm4/branches/jbpm-4.0/modules/devguide/pom.xml
   jbpm4/branches/jbpm-4.0/modules/distro/pom.xml
   jbpm4/branches/jbpm-4.0/modules/distro/src/main/files/db/build.xml
   jbpm4/branches/jbpm-4.0/modules/distro/src/main/files/examples/build.xml
   jbpm4/branches/jbpm-4.0/modules/distro/src/main/files/gpd/build.xml
   jbpm4/branches/jbpm-4.0/modules/distro/src/main/files/jboss/build.xml
   jbpm4/branches/jbpm-4.0/modules/enterprise/pom.xml
   jbpm4/branches/jbpm-4.0/modules/examples/pom.xml
   jbpm4/branches/jbpm-4.0/modules/integration/console/pom.xml
   jbpm4/branches/jbpm-4.0/modules/integration/form-plugin/pom.xml
   jbpm4/branches/jbpm-4.0/modules/integration/graphView-plugin/pom.xml
   jbpm4/branches/jbpm-4.0/modules/integration/jboss4/pom.xml
   jbpm4/branches/jbpm-4.0/modules/integration/jboss5/pom.xml
   jbpm4/branches/jbpm-4.0/modules/integration/pom.xml
   jbpm4/branches/jbpm-4.0/modules/integration/report/pom.xml
   jbpm4/branches/jbpm-4.0/modules/integration/spi/pom.xml
   jbpm4/branches/jbpm-4.0/modules/jpdl/pom.xml
   jbpm4/branches/jbpm-4.0/modules/log/pom.xml
   jbpm4/branches/jbpm-4.0/modules/migration/pom.xml
   jbpm4/branches/jbpm-4.0/modules/pvm/pom.xml
   jbpm4/branches/jbpm-4.0/modules/test-base/pom.xml
   jbpm4/branches/jbpm-4.0/modules/test-concurrent/pom.xml
   jbpm4/branches/jbpm-4.0/modules/test-db/pom.xml
   jbpm4/branches/jbpm-4.0/modules/test-load/pom.xml
   jbpm4/branches/jbpm-4.0/modules/test-pojo/pom.xml
   jbpm4/branches/jbpm-4.0/modules/userguide/pom.xml
   jbpm4/branches/jbpm-4.0/pom.xml
   jbpm4/branches/jbpm-4.0/qa/build.xml
   jbpm4/branches/jbpm-4.0/qa/test.demo.setup.bat
Log:
updated version number to 4.0 in the pom files and build scripts

Modified: jbpm4/branches/jbpm-4.0/build.xml
===================================================================
--- jbpm4/branches/jbpm-4.0/build.xml	2009-07-09 11:22:57 UTC (rev 5272)
+++ jbpm4/branches/jbpm-4.0/build.xml	2009-07-09 12:44:54 UTC (rev 5273)
@@ -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-SNAPSHOT" />
+  <property name="distro.version" value="4.0" />
   <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/modules/api/pom.xml
===================================================================
--- jbpm4/branches/jbpm-4.0/modules/api/pom.xml	2009-07-09 11:22:57 UTC (rev 5272)
+++ jbpm4/branches/jbpm-4.0/modules/api/pom.xml	2009-07-09 12:44:54 UTC (rev 5273)
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.jbpm.jbpm4</groupId>
     <artifactId>jbpm</artifactId>
-    <version>4.0-SNAPSHOT</version>
+    <version>4.0</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: jbpm4/branches/jbpm-4.0/modules/db/pom.xml
===================================================================
--- jbpm4/branches/jbpm-4.0/modules/db/pom.xml	2009-07-09 11:22:57 UTC (rev 5272)
+++ jbpm4/branches/jbpm-4.0/modules/db/pom.xml	2009-07-09 12:44:54 UTC (rev 5273)
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.jbpm.jbpm4</groupId>
     <artifactId>jbpm</artifactId>
-    <version>4.0-SNAPSHOT</version>
+    <version>4.0</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: jbpm4/branches/jbpm-4.0/modules/devguide/pom.xml
===================================================================
--- jbpm4/branches/jbpm-4.0/modules/devguide/pom.xml	2009-07-09 11:22:57 UTC (rev 5272)
+++ jbpm4/branches/jbpm-4.0/modules/devguide/pom.xml	2009-07-09 12:44:54 UTC (rev 5273)
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.jbpm.jbpm4</groupId>
     <artifactId>jbpm</artifactId>
-    <version>4.0-SNAPSHOT</version>
+    <version>4.0</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: jbpm4/branches/jbpm-4.0/modules/distro/pom.xml
===================================================================
--- jbpm4/branches/jbpm-4.0/modules/distro/pom.xml	2009-07-09 11:22:57 UTC (rev 5272)
+++ jbpm4/branches/jbpm-4.0/modules/distro/pom.xml	2009-07-09 12:44:54 UTC (rev 5273)
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.jbpm.jbpm4</groupId>
     <artifactId>jbpm</artifactId>
-    <version>4.0-SNAPSHOT</version>
+    <version>4.0</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   

Modified: jbpm4/branches/jbpm-4.0/modules/distro/src/main/files/db/build.xml
===================================================================
--- jbpm4/branches/jbpm-4.0/modules/distro/src/main/files/db/build.xml	2009-07-09 11:22:57 UTC (rev 5272)
+++ jbpm4/branches/jbpm-4.0/modules/distro/src/main/files/db/build.xml	2009-07-09 12:44:54 UTC (rev 5273)
@@ -8,7 +8,7 @@
   <!-- DEFAULT PROPERTY VALUES -->
   <property name="database" value="hsqldb" />
   <property name="jbpm.parent.dir" value="../.." />
-  <property name="jbpm.version" value="4.0-SNAPSHOT" />
+  <property name="jbpm.version" value="4.0" />
   <property name="jbpm.home" value="${jbpm.parent.dir}/jbpm-${jbpm.version}" />
 
   <!-- JDBC PROPERTIES -->

Modified: jbpm4/branches/jbpm-4.0/modules/distro/src/main/files/examples/build.xml
===================================================================
--- jbpm4/branches/jbpm-4.0/modules/distro/src/main/files/examples/build.xml	2009-07-09 11:22:57 UTC (rev 5272)
+++ jbpm4/branches/jbpm-4.0/modules/distro/src/main/files/examples/build.xml	2009-07-09 12:44:54 UTC (rev 5273)
@@ -8,7 +8,7 @@
   <!-- DEFAULT PROPERTY VALUES -->
   <property name="database" value="hsqldb" />
   <property name="jbpm.parent.dir" value="../.." />
-  <property name="jbpm.version" value="4.0-SNAPSHOT" />
+  <property name="jbpm.version" value="4.0" />
   <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/modules/distro/src/main/files/gpd/build.xml
===================================================================
--- jbpm4/branches/jbpm-4.0/modules/distro/src/main/files/gpd/build.xml	2009-07-09 11:22:57 UTC (rev 5272)
+++ jbpm4/branches/jbpm-4.0/modules/distro/src/main/files/gpd/build.xml	2009-07-09 12:44:54 UTC (rev 5273)
@@ -17,7 +17,7 @@
 
   <!-- DEFAULT PROPERTY VALUES -->
   <property name="jbpm.parent.dir" value="../.." />
-  <property name="jbpm.version" value="4.0-SNAPSHOT" />
+  <property name="jbpm.version" value="4.0" />
   <!-- jbpm.home should not be configured. change jbpm.parent.dir instead -->
   <property name="jbpm.home" value="${jbpm.parent.dir}/jbpm-${jbpm.version}" />
 

Modified: jbpm4/branches/jbpm-4.0/modules/distro/src/main/files/jboss/build.xml
===================================================================
--- jbpm4/branches/jbpm-4.0/modules/distro/src/main/files/jboss/build.xml	2009-07-09 11:22:57 UTC (rev 5272)
+++ jbpm4/branches/jbpm-4.0/modules/distro/src/main/files/jboss/build.xml	2009-07-09 12:44:54 UTC (rev 5273)
@@ -8,7 +8,7 @@
   <!-- DEFAULT PROPERTY VALUES -->
   <property name="database" value="hsqldb" />
   <property name="identity.component" value="jbpm-built-in" />
-  <property name="jbpm.version" value="4.0-SNAPSHOT" />
+  <property name="jbpm.version" value="4.0" />
   <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/modules/enterprise/pom.xml
===================================================================
--- jbpm4/branches/jbpm-4.0/modules/enterprise/pom.xml	2009-07-09 11:22:57 UTC (rev 5272)
+++ jbpm4/branches/jbpm-4.0/modules/enterprise/pom.xml	2009-07-09 12:44:54 UTC (rev 5273)
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.jbpm.jbpm4</groupId>
     <artifactId>jbpm</artifactId>
-    <version>4.0-SNAPSHOT</version>
+    <version>4.0</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: jbpm4/branches/jbpm-4.0/modules/examples/pom.xml
===================================================================
--- jbpm4/branches/jbpm-4.0/modules/examples/pom.xml	2009-07-09 11:22:57 UTC (rev 5272)
+++ jbpm4/branches/jbpm-4.0/modules/examples/pom.xml	2009-07-09 12:44:54 UTC (rev 5273)
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.jbpm.jbpm4</groupId>
     <artifactId>jbpm</artifactId>
-    <version>4.0-SNAPSHOT</version>
+    <version>4.0</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: jbpm4/branches/jbpm-4.0/modules/integration/console/pom.xml
===================================================================
--- jbpm4/branches/jbpm-4.0/modules/integration/console/pom.xml	2009-07-09 11:22:57 UTC (rev 5272)
+++ jbpm4/branches/jbpm-4.0/modules/integration/console/pom.xml	2009-07-09 12:44:54 UTC (rev 5273)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.jbpm.jbpm4</groupId>
     <artifactId>jbpm-integration</artifactId>
-    <version>4.0-SNAPSHOT</version>
+    <version>4.0</version>
   </parent>
 
   <!-- Properties -->

Modified: jbpm4/branches/jbpm-4.0/modules/integration/form-plugin/pom.xml
===================================================================
--- jbpm4/branches/jbpm-4.0/modules/integration/form-plugin/pom.xml	2009-07-09 11:22:57 UTC (rev 5272)
+++ jbpm4/branches/jbpm-4.0/modules/integration/form-plugin/pom.xml	2009-07-09 12:44:54 UTC (rev 5273)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.jbpm.jbpm4</groupId>
     <artifactId>jbpm-integration</artifactId>
-    <version>4.0-SNAPSHOT</version>
+    <version>4.0</version>
   </parent>
 
   <!-- Dependencies -->

Modified: jbpm4/branches/jbpm-4.0/modules/integration/graphView-plugin/pom.xml
===================================================================
--- jbpm4/branches/jbpm-4.0/modules/integration/graphView-plugin/pom.xml	2009-07-09 11:22:57 UTC (rev 5272)
+++ jbpm4/branches/jbpm-4.0/modules/integration/graphView-plugin/pom.xml	2009-07-09 12:44:54 UTC (rev 5273)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.jbpm.jbpm4</groupId>
     <artifactId>jbpm-integration</artifactId>
-    <version>4.0-SNAPSHOT</version>
+    <version>4.0</version>
   </parent>
 
   <!-- Dependencies -->

Modified: jbpm4/branches/jbpm-4.0/modules/integration/jboss4/pom.xml
===================================================================
--- jbpm4/branches/jbpm-4.0/modules/integration/jboss4/pom.xml	2009-07-09 11:22:57 UTC (rev 5272)
+++ jbpm4/branches/jbpm-4.0/modules/integration/jboss4/pom.xml	2009-07-09 12:44:54 UTC (rev 5273)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.jbpm.jbpm4</groupId>
     <artifactId>jbpm-integration</artifactId>
-    <version>4.0-SNAPSHOT</version>
+    <version>4.0</version>
   </parent>
 
   <!-- Properties -->

Modified: jbpm4/branches/jbpm-4.0/modules/integration/jboss5/pom.xml
===================================================================
--- jbpm4/branches/jbpm-4.0/modules/integration/jboss5/pom.xml	2009-07-09 11:22:57 UTC (rev 5272)
+++ jbpm4/branches/jbpm-4.0/modules/integration/jboss5/pom.xml	2009-07-09 12:44:54 UTC (rev 5273)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.jbpm.jbpm4</groupId>
     <artifactId>jbpm-integration</artifactId>
-    <version>4.0-SNAPSHOT</version>
+    <version>4.0</version>
   </parent>
 
   <!-- Properties -->

Modified: jbpm4/branches/jbpm-4.0/modules/integration/pom.xml
===================================================================
--- jbpm4/branches/jbpm-4.0/modules/integration/pom.xml	2009-07-09 11:22:57 UTC (rev 5272)
+++ jbpm4/branches/jbpm-4.0/modules/integration/pom.xml	2009-07-09 12:44:54 UTC (rev 5273)
@@ -13,7 +13,7 @@
   <parent>
     <groupId>org.jbpm.jbpm4</groupId>
     <artifactId>jbpm</artifactId>
-    <version>4.0-SNAPSHOT</version>
+    <version>4.0</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: jbpm4/branches/jbpm-4.0/modules/integration/report/pom.xml
===================================================================
--- jbpm4/branches/jbpm-4.0/modules/integration/report/pom.xml	2009-07-09 11:22:57 UTC (rev 5272)
+++ jbpm4/branches/jbpm-4.0/modules/integration/report/pom.xml	2009-07-09 12:44:54 UTC (rev 5273)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.jbpm.jbpm4</groupId>
     <artifactId>jbpm-integration</artifactId>
-    <version>4.0-SNAPSHOT</version>
+    <version>4.0</version>
   </parent>
 
   <!-- Dependencies -->

Modified: jbpm4/branches/jbpm-4.0/modules/integration/spi/pom.xml
===================================================================
--- jbpm4/branches/jbpm-4.0/modules/integration/spi/pom.xml	2009-07-09 11:22:57 UTC (rev 5272)
+++ jbpm4/branches/jbpm-4.0/modules/integration/spi/pom.xml	2009-07-09 12:44:54 UTC (rev 5273)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.jbpm.jbpm4</groupId>
     <artifactId>jbpm-integration</artifactId>
-    <version>4.0-SNAPSHOT</version>
+    <version>4.0</version>
   </parent>
 
   <!-- Properties -->

Modified: jbpm4/branches/jbpm-4.0/modules/jpdl/pom.xml
===================================================================
--- jbpm4/branches/jbpm-4.0/modules/jpdl/pom.xml	2009-07-09 11:22:57 UTC (rev 5272)
+++ jbpm4/branches/jbpm-4.0/modules/jpdl/pom.xml	2009-07-09 12:44:54 UTC (rev 5273)
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.jbpm.jbpm4</groupId>
     <artifactId>jbpm</artifactId>
-    <version>4.0-SNAPSHOT</version>
+    <version>4.0</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: jbpm4/branches/jbpm-4.0/modules/log/pom.xml
===================================================================
--- jbpm4/branches/jbpm-4.0/modules/log/pom.xml	2009-07-09 11:22:57 UTC (rev 5272)
+++ jbpm4/branches/jbpm-4.0/modules/log/pom.xml	2009-07-09 12:44:54 UTC (rev 5273)
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.jbpm.jbpm4</groupId>
     <artifactId>jbpm</artifactId>
-    <version>4.0-SNAPSHOT</version>
+    <version>4.0</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: jbpm4/branches/jbpm-4.0/modules/migration/pom.xml
===================================================================
--- jbpm4/branches/jbpm-4.0/modules/migration/pom.xml	2009-07-09 11:22:57 UTC (rev 5272)
+++ jbpm4/branches/jbpm-4.0/modules/migration/pom.xml	2009-07-09 12:44:54 UTC (rev 5273)
@@ -25,7 +25,7 @@
 	<parent>
 		<groupId>org.jbpm.jbpm4</groupId>
 		<artifactId>jbpm</artifactId>
-		<version>4.0-SNAPSHOT</version>
+		<version>4.0</version>
 		<relativePath>../../pom.xml</relativePath>
 	</parent>
 

Modified: jbpm4/branches/jbpm-4.0/modules/pvm/pom.xml
===================================================================
--- jbpm4/branches/jbpm-4.0/modules/pvm/pom.xml	2009-07-09 11:22:57 UTC (rev 5272)
+++ jbpm4/branches/jbpm-4.0/modules/pvm/pom.xml	2009-07-09 12:44:54 UTC (rev 5273)
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.jbpm.jbpm4</groupId>
     <artifactId>jbpm</artifactId>
-    <version>4.0-SNAPSHOT</version>
+    <version>4.0</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: jbpm4/branches/jbpm-4.0/modules/test-base/pom.xml
===================================================================
--- jbpm4/branches/jbpm-4.0/modules/test-base/pom.xml	2009-07-09 11:22:57 UTC (rev 5272)
+++ jbpm4/branches/jbpm-4.0/modules/test-base/pom.xml	2009-07-09 12:44:54 UTC (rev 5273)
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.jbpm.jbpm4</groupId>
     <artifactId>jbpm</artifactId>
-    <version>4.0-SNAPSHOT</version>
+    <version>4.0</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: jbpm4/branches/jbpm-4.0/modules/test-concurrent/pom.xml
===================================================================
--- jbpm4/branches/jbpm-4.0/modules/test-concurrent/pom.xml	2009-07-09 11:22:57 UTC (rev 5272)
+++ jbpm4/branches/jbpm-4.0/modules/test-concurrent/pom.xml	2009-07-09 12:44:54 UTC (rev 5273)
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.jbpm.jbpm4</groupId>
     <artifactId>jbpm</artifactId>
-    <version>4.0-SNAPSHOT</version>
+    <version>4.0</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: jbpm4/branches/jbpm-4.0/modules/test-db/pom.xml
===================================================================
--- jbpm4/branches/jbpm-4.0/modules/test-db/pom.xml	2009-07-09 11:22:57 UTC (rev 5272)
+++ jbpm4/branches/jbpm-4.0/modules/test-db/pom.xml	2009-07-09 12:44:54 UTC (rev 5273)
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.jbpm.jbpm4</groupId>
     <artifactId>jbpm</artifactId>
-    <version>4.0-SNAPSHOT</version>
+    <version>4.0</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: jbpm4/branches/jbpm-4.0/modules/test-load/pom.xml
===================================================================
--- jbpm4/branches/jbpm-4.0/modules/test-load/pom.xml	2009-07-09 11:22:57 UTC (rev 5272)
+++ jbpm4/branches/jbpm-4.0/modules/test-load/pom.xml	2009-07-09 12:44:54 UTC (rev 5273)
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.jbpm.jbpm4</groupId>
     <artifactId>jbpm</artifactId>
-    <version>4.0-SNAPSHOT</version>
+    <version>4.0</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: jbpm4/branches/jbpm-4.0/modules/test-pojo/pom.xml
===================================================================
--- jbpm4/branches/jbpm-4.0/modules/test-pojo/pom.xml	2009-07-09 11:22:57 UTC (rev 5272)
+++ jbpm4/branches/jbpm-4.0/modules/test-pojo/pom.xml	2009-07-09 12:44:54 UTC (rev 5273)
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.jbpm.jbpm4</groupId>
     <artifactId>jbpm</artifactId>
-    <version>4.0-SNAPSHOT</version>
+    <version>4.0</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: jbpm4/branches/jbpm-4.0/modules/userguide/pom.xml
===================================================================
--- jbpm4/branches/jbpm-4.0/modules/userguide/pom.xml	2009-07-09 11:22:57 UTC (rev 5272)
+++ jbpm4/branches/jbpm-4.0/modules/userguide/pom.xml	2009-07-09 12:44:54 UTC (rev 5273)
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.jbpm.jbpm4</groupId>
     <artifactId>jbpm</artifactId>
-    <version>4.0-SNAPSHOT</version>
+    <version>4.0</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: jbpm4/branches/jbpm-4.0/pom.xml
===================================================================
--- jbpm4/branches/jbpm-4.0/pom.xml	2009-07-09 11:22:57 UTC (rev 5272)
+++ jbpm4/branches/jbpm-4.0/pom.xml	2009-07-09 12:44:54 UTC (rev 5273)
@@ -21,7 +21,7 @@
   <artifactId>jbpm</artifactId>
   <packaging>pom</packaging>
 
-  <version>4.0-SNAPSHOT</version>
+  <version>4.0</version>
 
   <organization>
     <name>JBoss, a division of Red Hat</name>

Modified: jbpm4/branches/jbpm-4.0/qa/build.xml
===================================================================
--- jbpm4/branches/jbpm-4.0/qa/build.xml	2009-07-09 11:22:57 UTC (rev 5272)
+++ jbpm4/branches/jbpm-4.0/qa/build.xml	2009-07-09 12:44:54 UTC (rev 5273)
@@ -10,7 +10,7 @@
   <!-- CONFIGURABLE PROPERTIES -->
   <property name="database" value="hsqldb" />
   <property name="identity.component" value="jbpm-built-in" />
-  <property name="jbpm.version" value="4.0-SNAPSHOT" />
+  <property name="jbpm.version" value="4.0" />
   <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" />

Modified: jbpm4/branches/jbpm-4.0/qa/test.demo.setup.bat
===================================================================
--- jbpm4/branches/jbpm-4.0/qa/test.demo.setup.bat	2009-07-09 11:22:57 UTC (rev 5272)
+++ jbpm4/branches/jbpm-4.0/qa/test.demo.setup.bat	2009-07-09 12:44:54 UTC (rev 5273)
@@ -1,5 +1,5 @@
 echo To run this, make sure that at least you have jbpm.parent.dir specified in your ${user.home}/.jbpm4/build.properties
-cmd /C mvn -U -Pdistro -Pschemadocs clean install
+cmd /C mvn -U -Pdistro,schemadocs clean install
 cmd /C ant -f qa/build.xml reinstall.jbpm
 cmd /C ant -f modules/distro/src/main/files/jboss/build.xml demo.setup
 




More information about the jbpm-commits mailing list