[riftsaw-commits] riftsaw SVN: r992 - in branches/RiftSaw-2.1.x: console and 22 other directories.

riftsaw-commits at lists.jboss.org riftsaw-commits at lists.jboss.org
Tue Sep 28 09:08:39 EDT 2010


Author: jeff.yuchang
Date: 2010-09-28 09:08:37 -0400 (Tue, 28 Sep 2010)
New Revision: 992

Added:
   branches/RiftSaw-2.1.x/qa/jdbc/db2.properties
Modified:
   branches/RiftSaw-2.1.x/console/identity/pom.xml
   branches/RiftSaw-2.1.x/console/integration/pom.xml
   branches/RiftSaw-2.1.x/console/pom.xml
   branches/RiftSaw-2.1.x/distribution/pom.xml
   branches/RiftSaw-2.1.x/distribution/src/main/release/db/build.xml
   branches/RiftSaw-2.1.x/distribution/src/main/release/install/build.xml
   branches/RiftSaw-2.1.x/docs/docbook/gettingstartedguide/pom.xml
   branches/RiftSaw-2.1.x/docs/docbook/gettingstartedguide/src/main/master.xml
   branches/RiftSaw-2.1.x/docs/docbook/pom.xml
   branches/RiftSaw-2.1.x/docs/docbook/userguide/pom.xml
   branches/RiftSaw-2.1.x/docs/docbook/userguide/src/main/master.xml
   branches/RiftSaw-2.1.x/docs/docbook/userguide/src/main/module/db.xml
   branches/RiftSaw-2.1.x/integration-tests/build.xml
   branches/RiftSaw-2.1.x/integration-tests/pom.xml
   branches/RiftSaw-2.1.x/pom.xml
   branches/RiftSaw-2.1.x/qa/build.xml
   branches/RiftSaw-2.1.x/runtime/deployer/pom.xml
   branches/RiftSaw-2.1.x/runtime/engine-assembly/pom.xml
   branches/RiftSaw-2.1.x/runtime/engine/pom.xml
   branches/RiftSaw-2.1.x/runtime/jbossesb-bpel-assembly/pom.xml
   branches/RiftSaw-2.1.x/runtime/jbossesb-bpel/pom.xml
   branches/RiftSaw-2.1.x/runtime/pom.xml
   branches/RiftSaw-2.1.x/runtime/uddi/pom.xml
   branches/RiftSaw-2.1.x/stress-tests/pom.xml
Log:
* update version to 2.1.2-SNAPSHOT.
* added db2 integration test that will be used in db2 hudson job.


Modified: branches/RiftSaw-2.1.x/console/identity/pom.xml
===================================================================
--- branches/RiftSaw-2.1.x/console/identity/pom.xml	2010-09-28 10:27:45 UTC (rev 991)
+++ branches/RiftSaw-2.1.x/console/identity/pom.xml	2010-09-28 13:08:37 UTC (rev 992)
@@ -4,13 +4,13 @@
   <groupId>org.jboss.soa.bpel.console</groupId>
   <artifactId>identity</artifactId>
   <packaging>jar</packaging>
-  <version>2.1.1.Final</version>
+  <version>2.1.2-SNAPSHOT</version>
   <name>RiftSaw::Console::Identity</name>
 
   <parent>
     <groupId>org.jboss.soa.bpel.console</groupId>
     <artifactId>parent</artifactId>
-    <version>2.1.1.Final</version>
+    <version>2.1.2-SNAPSHOT</version>
   </parent>
 
   <build>

Modified: branches/RiftSaw-2.1.x/console/integration/pom.xml
===================================================================
--- branches/RiftSaw-2.1.x/console/integration/pom.xml	2010-09-28 10:27:45 UTC (rev 991)
+++ branches/RiftSaw-2.1.x/console/integration/pom.xml	2010-09-28 13:08:37 UTC (rev 992)
@@ -4,13 +4,13 @@
     <groupId>org.jboss.soa.bpel.console</groupId>
     <artifactId>integration</artifactId>
     <packaging>jar</packaging>
-    <version>2.1.1.Final</version>
+    <version>2.1.2-SNAPSHOT</version>
     <name>RiftSaw::Console::Integration</name>
 
     <parent>
         <groupId>org.jboss.soa.bpel.console</groupId>
         <artifactId>parent</artifactId>
-        <version>2.1.1.Final</version>
+        <version>2.1.2-SNAPSHOT</version>
     </parent>
 
     <!-- Properties -->

Modified: branches/RiftSaw-2.1.x/console/pom.xml
===================================================================
--- branches/RiftSaw-2.1.x/console/pom.xml	2010-09-28 10:27:45 UTC (rev 991)
+++ branches/RiftSaw-2.1.x/console/pom.xml	2010-09-28 13:08:37 UTC (rev 992)
@@ -5,13 +5,13 @@
 	<groupId>org.jboss.soa.bpel.console</groupId>
 	<artifactId>parent</artifactId>
 	<packaging>pom</packaging>
-	<version>2.1.1.Final</version>
+	<version>2.1.2-SNAPSHOT</version>
 	<name>RiftSaw::Console</name>
 
     <parent>
 	    <groupId>org.jboss.soa</groupId>
 		<artifactId>bpel</artifactId>
-		<version>2.1.1.Final</version>
+		<version>2.1.2-SNAPSHOT</version>
 	</parent>
 
 	<modules>

Modified: branches/RiftSaw-2.1.x/distribution/pom.xml
===================================================================
--- branches/RiftSaw-2.1.x/distribution/pom.xml	2010-09-28 10:27:45 UTC (rev 991)
+++ branches/RiftSaw-2.1.x/distribution/pom.xml	2010-09-28 13:08:37 UTC (rev 992)
@@ -23,12 +23,12 @@
     <artifactId>distribution</artifactId>
     <packaging>pom</packaging>
     <name>RiftSaw::Distribution</name>
-    <version>2.1.1.Final</version>
+    <version>2.1.2-SNAPSHOT</version>
 
     <parent>
         <groupId>org.jboss.soa</groupId>
         <artifactId>bpel</artifactId>
-        <version>2.1.1.Final</version>
+        <version>2.1.2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

Modified: branches/RiftSaw-2.1.x/distribution/src/main/release/db/build.xml
===================================================================
--- branches/RiftSaw-2.1.x/distribution/src/main/release/db/build.xml	2010-09-28 10:27:45 UTC (rev 991)
+++ branches/RiftSaw-2.1.x/distribution/src/main/release/db/build.xml	2010-09-28 13:08:37 UTC (rev 992)
@@ -11,6 +11,10 @@
 	<available file="${basedir}/../../libs/ojdbc14.jar" />
   </condition>
 
+  <condition property="is.db2jdbc.available">
+	<available file="${basedir}/../../libs/db2jcc.jar" />
+  </condition>
+
   <condition property="show.table.sql" value="show tables;">
         <equals arg1="${database}" arg2="mysql" />
   </condition>
@@ -27,6 +31,10 @@
         <equals arg1="${database}" arg2="sqlserver" />
   </condition>
 
+  <condition property="show.table.sql" value="select tabname from SYSCAT.TABLES WHERE TABSCHEMA='RIFTSAW' ">
+        <equals arg1="${database}" arg2="db2" />
+  </condition>
+
   <!-- ### LOG PROPERTIES ################################################# -->
   <target name="log.properties">
     <echo message="database....... ${database}" />
@@ -39,6 +47,10 @@
      <copy file="${basedir}/../../libs/ojdbc14.jar" todir="${basedir}/drivers"/>
   </target>
 
+  <target name="copy.db2jdbc" if="is.db2jdbc.available">
+     <copy file="${basedir}/../../libs/db2jcc.jar" todir="${basedir}/drivers"/>
+  </target>
+
   <!-- ### CREATE RiftSaw SCHEMA ############################################# -->
 	<target name="create.riftsaw.schema"
 		      depends="log.properties, copy.ojdbc"

Modified: branches/RiftSaw-2.1.x/distribution/src/main/release/install/build.xml
===================================================================
--- branches/RiftSaw-2.1.x/distribution/src/main/release/install/build.xml	2010-09-28 10:27:45 UTC (rev 991)
+++ branches/RiftSaw-2.1.x/distribution/src/main/release/install/build.xml	2010-09-28 13:08:37 UTC (rev 992)
@@ -179,6 +179,13 @@
              todir="${deploy.dir}/${bpel-runtime}/lib" />
    </target>
 
+   <target name="internal.install.riftsaw.into.jboss.db.db2">
+       <available file="../db/drivers/db2jcc.jar" property="db2.driver.jar.available" />
+       <fail message="please download the db2 driver jar, rename it to db2jcc.jar and put it in the db/drivers directory" unless="db2.driver.jar.available" />
+       <copy file="../db/drivers/db2jcc.jar"
+             todir="${deploy.dir}/${bpel-runtime}/lib" />
+   </target>
+
   <!-- uninstall database specific driver -->
   <target name="internal.uninstall.riftsaw.into.jboss.db.hsql" />    
 
@@ -195,6 +202,8 @@
    
    <target name="internal.uninstall.riftsaw.into.jboss.db.oracle"/>
 
+   <target name="internal.uninstall.riftsaw.into.jboss.db.db2" />
+
   <target name="internal.install.riftsaw.ws.stack" unless="keep.ws.stack">
     <echo>Replacing the Web Service Stack to ${ws.stack}-${ws.version}</echo>
     <antcall target="get.ws.stack" />

Modified: branches/RiftSaw-2.1.x/docs/docbook/gettingstartedguide/pom.xml
===================================================================
--- branches/RiftSaw-2.1.x/docs/docbook/gettingstartedguide/pom.xml	2010-09-28 10:27:45 UTC (rev 991)
+++ branches/RiftSaw-2.1.x/docs/docbook/gettingstartedguide/pom.xml	2010-09-28 13:08:37 UTC (rev 992)
@@ -6,14 +6,14 @@
 
     <groupId>org.jboss.soa.bpel.docs</groupId>
     <artifactId>gettingstartedguide</artifactId>
-    <version>2.1.1.Final</version>
+    <version>2.1.2-SNAPSHOT</version>
     <packaging>jdocbook</packaging>
     <name>RiftSaw::Docs::gettingstartedguide</name>
 
    <parent>
     <groupId>org.jboss.soa.bpel</groupId>
     <artifactId>docs</artifactId>
-    <version>2.1.1.Final</version>
+    <version>2.1.2-SNAPSHOT</version>
    </parent>
 
 

Modified: branches/RiftSaw-2.1.x/docs/docbook/gettingstartedguide/src/main/master.xml
===================================================================
--- branches/RiftSaw-2.1.x/docs/docbook/gettingstartedguide/src/main/master.xml	2010-09-28 10:27:45 UTC (rev 991)
+++ branches/RiftSaw-2.1.x/docs/docbook/gettingstartedguide/src/main/master.xml	2010-09-28 13:08:37 UTC (rev 992)
@@ -5,7 +5,7 @@
 
 <book lang="en">
   <bookinfo>
-    <title>RiftSaw 2.1.1.Final</title>
+    <title>RiftSaw 2.1.2-SNAPSHOT</title>
     <subtitle>Getting Started Guide</subtitle>
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="module/author_group.xml"/>
   </bookinfo>

Modified: branches/RiftSaw-2.1.x/docs/docbook/pom.xml
===================================================================
--- branches/RiftSaw-2.1.x/docs/docbook/pom.xml	2010-09-28 10:27:45 UTC (rev 991)
+++ branches/RiftSaw-2.1.x/docs/docbook/pom.xml	2010-09-28 13:08:37 UTC (rev 992)
@@ -6,14 +6,14 @@
 
     <groupId>org.jboss.soa.bpel</groupId>
     <artifactId>docs</artifactId>
-    <version>2.1.1.Final</version>
+    <version>2.1.2-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>RiftSaw::Docs</name>
 
     <parent>
 	    <groupId>org.jboss.soa</groupId>
 		<artifactId>bpel</artifactId>
-		<version>2.1.1.Final</version>
+		<version>2.1.2-SNAPSHOT</version>
 		<relativePath>../../pom.xml</relativePath>
 	</parent>
 

Modified: branches/RiftSaw-2.1.x/docs/docbook/userguide/pom.xml
===================================================================
--- branches/RiftSaw-2.1.x/docs/docbook/userguide/pom.xml	2010-09-28 10:27:45 UTC (rev 991)
+++ branches/RiftSaw-2.1.x/docs/docbook/userguide/pom.xml	2010-09-28 13:08:37 UTC (rev 992)
@@ -6,14 +6,14 @@
 
     <groupId>org.jboss.soa.bpel.docs</groupId>
     <artifactId>userguide</artifactId>
-    <version>2.1.1.Final</version>
+    <version>2.1.2-SNAPSHOT</version>
     <packaging>jdocbook</packaging>
     <name>RiftSaw::Docs::userguide</name>
 
    <parent>
     <groupId>org.jboss.soa.bpel</groupId>
     <artifactId>docs</artifactId>
-    <version>2.1.1.Final</version>
+    <version>2.1.2-SNAPSHOT</version>
    </parent>
 
 

Modified: branches/RiftSaw-2.1.x/docs/docbook/userguide/src/main/master.xml
===================================================================
--- branches/RiftSaw-2.1.x/docs/docbook/userguide/src/main/master.xml	2010-09-28 10:27:45 UTC (rev 991)
+++ branches/RiftSaw-2.1.x/docs/docbook/userguide/src/main/master.xml	2010-09-28 13:08:37 UTC (rev 992)
@@ -5,7 +5,7 @@
 
 <book lang="en">
   <bookinfo>
-    <title>RiftSaw 2.1.1.Final</title>
+    <title>RiftSaw 2.1.2-SNAPSHOT</title>
     <subtitle>User Guide</subtitle>
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="module/author_group.xml"/>
   </bookinfo>

Modified: branches/RiftSaw-2.1.x/docs/docbook/userguide/src/main/module/db.xml
===================================================================
--- branches/RiftSaw-2.1.x/docs/docbook/userguide/src/main/module/db.xml	2010-09-28 10:27:45 UTC (rev 991)
+++ branches/RiftSaw-2.1.x/docs/docbook/userguide/src/main/module/db.xml	2010-09-28 13:08:37 UTC (rev 992)
@@ -8,7 +8,7 @@
        		<title>Upgrade database schema</title>
 
        		<para>
-       		The RiftSaw database schema has been changed between 2.0.0.Final and 2.1.1.Final, please refer to 
+       		The RiftSaw database schema has been changed between 2.0.0.Final and 2.1.2-SNAPSHOT, please refer to 
        		 <ulink url="http://community.jboss.org/wiki/RiftSawDatabaseupgrade">this wiki page </ulink>for the upgrade detail information.
        		</para>
        		
@@ -20,7 +20,7 @@
        		<para>
        		Below is the EER Diagram generated by Mysql Workbench tool. 
        		<note>
-       		This diagram is from RiftSaw 2.1.1.Final database schemas.
+       		This diagram is from RiftSaw 2.1.2-SNAPSHOT database schemas.
        		</note>
        		</para>
        		

Modified: branches/RiftSaw-2.1.x/integration-tests/build.xml
===================================================================
--- branches/RiftSaw-2.1.x/integration-tests/build.xml	2010-09-28 10:27:45 UTC (rev 991)
+++ branches/RiftSaw-2.1.x/integration-tests/build.xml	2010-09-28 13:08:37 UTC (rev 992)
@@ -14,6 +14,10 @@
 	<condition property="is.ojdbc.available">
 	  <available file="${basedir}/../distribution/target/libs/ojdbc14.jar" />
 	</condition>
+	
+	<condition property="is.db2driver.available">
+	  <available file="${basedir}/../distribution/target/libs/db2jcc.jar" />
+	</condition>	
         
         <condition property="is.replace.qa.jdbc">
             <equals arg1="true" arg2="${replace.qa.jdbc}" />
@@ -24,6 +28,11 @@
 	         todir="${basedir}/../distribution/target/dist/riftsaw-${riftsaw.engine.version}/db/drivers"/> 
 	</target>
 	
+	<target name="copy.db2driver" if="is.db2driver.available">
+	   <copy file="${basedir}/../distribution/target/libs/db2jcc.jar"
+	         todir="${basedir}/../distribution/target/dist/riftsaw-${riftsaw.engine.version}/db/drivers"/> 
+	</target>
+	
 	<target name="copy.rosetta.aop">
 	   <copy file="${dependency.rosetta.aop}"
 	         tofile="${basedir}/target/rosetta.aop" /> 
@@ -43,6 +52,7 @@
 		<unzip dest="${basedir}/../distribution/target/dist" src="${basedir}/../distribution/target/riftsaw-${riftsaw.engine.version}.zip"/>
 		
 		<antcall target="copy.ojdbc" />
+		<antcall target="copy.db2driver" />
 	</target>
 	
 	<target name="deploy-riftsaw" >

Modified: branches/RiftSaw-2.1.x/integration-tests/pom.xml
===================================================================
--- branches/RiftSaw-2.1.x/integration-tests/pom.xml	2010-09-28 10:27:45 UTC (rev 991)
+++ branches/RiftSaw-2.1.x/integration-tests/pom.xml	2010-09-28 13:08:37 UTC (rev 992)
@@ -4,12 +4,12 @@
 	<groupId>org.jboss.soa.bpel</groupId>
 	<artifactId>integration-tests</artifactId>
 	<packaging>pom</packaging>
-	<version>2.1.1.Final</version>
+	<version>2.1.2-SNAPSHOT</version>
 	<name>RiftSaw::Integration-Tests</name>
 	<parent>
 		<groupId>org.jboss.soa</groupId>
 		<artifactId>bpel</artifactId>
-		<version>2.1.1.Final</version>
+		<version>2.1.2-SNAPSHOT</version>
 	</parent>
 	<properties>
 		<jboss.jbosssx.version>2.0.2.SP3</jboss.jbosssx.version>

Modified: branches/RiftSaw-2.1.x/pom.xml
===================================================================
--- branches/RiftSaw-2.1.x/pom.xml	2010-09-28 10:27:45 UTC (rev 991)
+++ branches/RiftSaw-2.1.x/pom.xml	2010-09-28 13:08:37 UTC (rev 992)
@@ -4,7 +4,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.jboss.soa</groupId>
   <artifactId>bpel</artifactId>
-  <version>2.1.1.Final</version>
+  <version>2.1.2-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>RiftSaw</name>
   <url>http://www.jboss.org/riftsaw</url>
@@ -73,7 +73,7 @@
 
   <properties>
     <riftsaw.ode.version>2.1.3.Final</riftsaw.ode.version>
-    <riftsaw.engine.version>2.1.1.Final</riftsaw.engine.version>
+    <riftsaw.engine.version>2.1.2-SNAPSHOT</riftsaw.engine.version>
     <bpel.console.version>2.1.2</bpel.console.version>
     <commons.logging.version>1.1.1</commons.logging.version>
     <junit.version>3.8.1</junit.version>

Modified: branches/RiftSaw-2.1.x/qa/build.xml
===================================================================
--- branches/RiftSaw-2.1.x/qa/build.xml	2010-09-28 10:27:45 UTC (rev 991)
+++ branches/RiftSaw-2.1.x/qa/build.xml	2010-09-28 13:08:37 UTC (rev 992)
@@ -9,7 +9,7 @@
 
   <!-- CONFIGURABLE PROPERTIES -->
   <property name="database" value="hsqldb" />
-  <property name="riftsaw.version" value="2.1.1.Final" />
+  <property name="riftsaw.version" value="2.1.2-SNAPSHOT" />
   <property name="riftsaw.home" value="${riftsaw.parent.dir}/riftsaw-${riftsaw.version}" /> <!-- riftsaw.home should not be configured. change riftsaw.parent.dir instead -->
 
   <property name="jboss.parent.dir" value="${riftsaw.home}" />
@@ -37,6 +37,8 @@
   <property name="org.jboss.as.config"  value="default" />
   
   <property name="ojdbc.url" value="http://www.qa.jboss.com/jdbc-drivers/maven2/com/oracle/ojdbc14/10.0.2.0/ojdbc14-10.0.2.0.jar"/>
+  <property name="db2driver.url" value = "http://www.qa.jboss.com/jdbc-drivers/maven2/com/ibm/db2jcc/3.58.82/db2jcc-3.58.82.jar" />
+
   <property name="replace.qa.jdbc" value="true" />
 
   <property name="org.jboss.esb.home" value="${jboss.parent.dir}/jbossesb-${jbossesb.version}" />
@@ -62,7 +64,11 @@
   <condition property="is.oracle">
     <equals arg1="oracle" arg2="${database}"/>
   </condition>
-	
+
+  <condition property="is.db2">
+	<equals arg1="db2" arg="${database}"
+  </condition>
+
   <condition property="is.replace.qa.jdbc">
       <equals arg1="true" arg2="${replace.qa.jdbc}" />
   </condition>
@@ -100,7 +106,8 @@
     </ant>
   	
   	<antcall target="get.ojdbc" />
-  	
+  	<antcall target="get.db2driver" />
+
   </target>
 
   <!-- ### INSTALL RiftSaw into JBossESB ################################################## -->
@@ -127,6 +134,8 @@
    	<unzip src="${jbossesb.distro.path}" dest="${riftsaw.home}" />
    	
    	<antcall target="get.ojdbc" />
+	<antcall target="get.db2driver" />
+	
    	<antcall target="remove.security.constraints" />
    	
    </target>
@@ -153,6 +162,13 @@
   	 <mkdir dir="../distribution/target/libs"/>
   	 <get dest="../distribution/target/libs/ojdbc14.jar" src="${ojdbc.url}"/>
   </target>
+
+  <target name="get.db2driver"
+  	      if="is.db2"
+          description="Download db2 jdbc driver">
+  	 <mkdir dir="../distribution/target/libs"/>
+  	 <get dest="../distribution/target/libs/db2jcc.jar" src="${db2jdbc.url}"/>
+  </target>
  
   <target name="get.soa-p"
           unless="is.soa-p.distro.available"

Added: branches/RiftSaw-2.1.x/qa/jdbc/db2.properties
===================================================================
--- branches/RiftSaw-2.1.x/qa/jdbc/db2.properties	                        (rev 0)
+++ branches/RiftSaw-2.1.x/qa/jdbc/db2.properties	2010-09-28 13:08:37 UTC (rev 992)
@@ -0,0 +1,5 @@
+connection.url=jdbc:db2://vmg06.mw.lab.eng.bos.redhat.com:50000/jbossqa
+driver=com.ibm.db2.jcc.DB2Driver
+username=riftsaw
+password=riftsaw
+dialect=org.hibernate.dialect.DB2Dialect
\ No newline at end of file

Modified: branches/RiftSaw-2.1.x/runtime/deployer/pom.xml
===================================================================
--- branches/RiftSaw-2.1.x/runtime/deployer/pom.xml	2010-09-28 10:27:45 UTC (rev 991)
+++ branches/RiftSaw-2.1.x/runtime/deployer/pom.xml	2010-09-28 13:08:37 UTC (rev 992)
@@ -4,13 +4,13 @@
 	<groupId>org.jboss.soa.bpel.runtime</groupId>
 	<artifactId>deployer</artifactId>
 	<packaging>jar</packaging>
-	<version>2.1.1.Final</version>
+	<version>2.1.2-SNAPSHOT</version>
 	<name>RiftSaw::Runtime::Deployer</name>
 	
 	<parent>
 		<groupId>org.jboss.soa.bpel</groupId>
 		<artifactId>runtime</artifactId>
-		<version>2.1.1.Final</version>
+		<version>2.1.2-SNAPSHOT</version>
 	</parent>
 
 	<dependencies>

Modified: branches/RiftSaw-2.1.x/runtime/engine/pom.xml
===================================================================
--- branches/RiftSaw-2.1.x/runtime/engine/pom.xml	2010-09-28 10:27:45 UTC (rev 991)
+++ branches/RiftSaw-2.1.x/runtime/engine/pom.xml	2010-09-28 13:08:37 UTC (rev 992)
@@ -4,13 +4,13 @@
   <groupId>org.jboss.soa.bpel.runtime</groupId>
   <artifactId>riftsaw-engine</artifactId>
   <packaging>jar</packaging>
-  <version>2.1.1.Final</version>
+  <version>2.1.2-SNAPSHOT</version>
   <name>RiftSaw::Runtime::Engine</name>
 
   <parent>
     <groupId>org.jboss.soa.bpel</groupId>
     <artifactId>runtime</artifactId>
-    <version>2.1.1.Final</version>
+    <version>2.1.2-SNAPSHOT</version>
   </parent>
 
   <dependencies>

Modified: branches/RiftSaw-2.1.x/runtime/engine-assembly/pom.xml
===================================================================
--- branches/RiftSaw-2.1.x/runtime/engine-assembly/pom.xml	2010-09-28 10:27:45 UTC (rev 991)
+++ branches/RiftSaw-2.1.x/runtime/engine-assembly/pom.xml	2010-09-28 13:08:37 UTC (rev 992)
@@ -3,14 +3,14 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.jboss.soa.bpel.runtime</groupId>
   <artifactId>riftsaw</artifactId>
-  <version>2.1.1.Final</version>
+  <version>2.1.2-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>RiftSaw::Runtime::Engine-Assembly</name>
 
   <parent>
     <groupId>org.jboss.soa.bpel</groupId>
     <artifactId>runtime</artifactId>
-    <version>2.1.1.Final</version>
+    <version>2.1.2-SNAPSHOT</version>
   </parent>
 
   <dependencies>

Modified: branches/RiftSaw-2.1.x/runtime/jbossesb-bpel/pom.xml
===================================================================
--- branches/RiftSaw-2.1.x/runtime/jbossesb-bpel/pom.xml	2010-09-28 10:27:45 UTC (rev 991)
+++ branches/RiftSaw-2.1.x/runtime/jbossesb-bpel/pom.xml	2010-09-28 13:08:37 UTC (rev 992)
@@ -4,13 +4,13 @@
 	<groupId>org.jboss.soa.bpel.runtime</groupId>
 	<artifactId>jbossesb-bpel</artifactId>
 	<packaging>jar</packaging>
-	<version>2.1.1.Final</version>
+	<version>2.1.2-SNAPSHOT</version>
 	<name>RiftSaw::Runtime::JBossESB-BPEL</name>
 	
 	<parent>
 		<groupId>org.jboss.soa.bpel</groupId>
 		<artifactId>runtime</artifactId>
-		<version>2.1.1.Final</version>
+		<version>2.1.2-SNAPSHOT</version>
 	</parent>
 
 	<dependencies>

Modified: branches/RiftSaw-2.1.x/runtime/jbossesb-bpel-assembly/pom.xml
===================================================================
--- branches/RiftSaw-2.1.x/runtime/jbossesb-bpel-assembly/pom.xml	2010-09-28 10:27:45 UTC (rev 991)
+++ branches/RiftSaw-2.1.x/runtime/jbossesb-bpel-assembly/pom.xml	2010-09-28 13:08:37 UTC (rev 992)
@@ -3,13 +3,13 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.jboss.soa.bpel.runtime</groupId>
   <artifactId>bpel.esb</artifactId>
-  <version>2.1.1.Final</version>
+  <version>2.1.2-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>RiftSaw::Runtime::JBossESB-BPEL-Assembly</name>
   <parent>
     <groupId>org.jboss.soa.bpel</groupId>
     <artifactId>runtime</artifactId>
-    <version>2.1.1.Final</version>
+    <version>2.1.2-SNAPSHOT</version>
   </parent>
 
   <dependencies>

Modified: branches/RiftSaw-2.1.x/runtime/pom.xml
===================================================================
--- branches/RiftSaw-2.1.x/runtime/pom.xml	2010-09-28 10:27:45 UTC (rev 991)
+++ branches/RiftSaw-2.1.x/runtime/pom.xml	2010-09-28 13:08:37 UTC (rev 992)
@@ -5,13 +5,13 @@
 	<groupId>org.jboss.soa.bpel</groupId>
 	<artifactId>runtime</artifactId>
 	<packaging>pom</packaging>
-	<version>2.1.1.Final</version>
+	<version>2.1.2-SNAPSHOT</version>
 	<name>RiftSaw::Runtime</name>
 
     <parent>
 	    <groupId>org.jboss.soa</groupId>
 		<artifactId>bpel</artifactId>
-		<version>2.1.1.Final</version>
+		<version>2.1.2-SNAPSHOT</version>
 	</parent>
 
 	<modules>

Modified: branches/RiftSaw-2.1.x/runtime/uddi/pom.xml
===================================================================
--- branches/RiftSaw-2.1.x/runtime/uddi/pom.xml	2010-09-28 10:27:45 UTC (rev 991)
+++ branches/RiftSaw-2.1.x/runtime/uddi/pom.xml	2010-09-28 13:08:37 UTC (rev 992)
@@ -4,13 +4,13 @@
   <groupId>org.jboss.soa.bpel.runtime</groupId>
   <artifactId>riftsaw-uddi</artifactId>
   <packaging>jar</packaging>
-  <version>2.1.1.Final</version>
+  <version>2.1.2-SNAPSHOT</version>
   <name>RiftSaw::Runtime::UDDI</name>
 
   <parent>
     <groupId>org.jboss.soa.bpel</groupId>
     <artifactId>runtime</artifactId>
-    <version>2.1.1.Final</version>
+    <version>2.1.2-SNAPSHOT</version>
   </parent>
 
   <dependencies>

Modified: branches/RiftSaw-2.1.x/stress-tests/pom.xml
===================================================================
--- branches/RiftSaw-2.1.x/stress-tests/pom.xml	2010-09-28 10:27:45 UTC (rev 991)
+++ branches/RiftSaw-2.1.x/stress-tests/pom.xml	2010-09-28 13:08:37 UTC (rev 992)
@@ -4,12 +4,12 @@
 	<groupId>org.jboss.soa.bpel</groupId>
 	<artifactId>stress-tests</artifactId>
 	<packaging>pom</packaging>
-	<version>2.1.1.Final</version>
+	<version>2.1.2-SNAPSHOT</version>
 	<name>RiftSaw::Stress-Tests</name>
 	<parent>
 		<groupId>org.jboss.soa</groupId>
 		<artifactId>bpel</artifactId>
-		<version>2.1.1.Final</version>
+		<version>2.1.2-SNAPSHOT</version>
 	</parent>
 
 	<profiles>



More information about the riftsaw-commits mailing list