riftsaw SVN: r970 - in trunk: docs/docbook/userguide/src/main and 3 other directories.
by riftsaw-commits@lists.jboss.org
Author: jeff.yuchang
Date: 2010-09-21 23:04:30 -0400 (Tue, 21 Sep 2010)
New Revision: 970
Added:
trunk/docs/docbook/userguide/src/main/images/riftsaw-cluster.jpg
trunk/docs/docbook/userguide/src/main/module/clustering.xml
Modified:
trunk/docs/docbook/gettingstartedguide/src/main/module/installation.xml
trunk/docs/docbook/userguide/src/main/master.xml
trunk/runtime/clustering/src/main/java/org/jboss/soa/bpel/clustering/ODEJobClusterListener.java
Log:
* Added clustering userguide, and a cross pointer at gettingstartedguide.
Modified: trunk/docs/docbook/gettingstartedguide/src/main/module/installation.xml
===================================================================
--- trunk/docs/docbook/gettingstartedguide/src/main/module/installation.xml 2010-09-22 01:18:43 UTC (rev 969)
+++ trunk/docs/docbook/gettingstartedguide/src/main/module/installation.xml 2010-09-22 03:04:30 UTC (rev 970)
@@ -83,6 +83,7 @@
<para>
Unpack the RiftSaw distribution into a location alongside the JBossAS installation.
</para>
+
<para>
<itemizedlist>
<listitem>
@@ -102,13 +103,22 @@
the list of options for update of the web service stack is discussed in the one following it.
</para>
<note>
- <para>
- Please note that RiftSaw should not be deployed while JBoss AS is running.
- </para>
+ <para>
+ Please note that RiftSaw should not be deployed while JBoss AS is running.
+ </para>
</note>
</listitem>
</itemizedlist>
</para>
+
+ <para>
+ <tip>
+ The above installation steps are meant to be for riftsaw single server deployment, if you want to deploy riftsaw that supports clustering, you either need to specify
+ the JBoss AS instance as 'all' config, or add '-Dclustering.support=true' in the command line. For detail, please refer to <filename>userGuide</filename>'s RiftSaw Clustering Support chapter.
+ </tip>
+ </note>
+ </para>
+
</listitem>
</orderedlist>
Added: trunk/docs/docbook/userguide/src/main/images/riftsaw-cluster.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/docs/docbook/userguide/src/main/images/riftsaw-cluster.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Modified: trunk/docs/docbook/userguide/src/main/master.xml
===================================================================
--- trunk/docs/docbook/userguide/src/main/master.xml 2010-09-22 01:18:43 UTC (rev 969)
+++ trunk/docs/docbook/userguide/src/main/master.xml 2010-09-22 03:04:30 UTC (rev 970)
@@ -17,5 +17,6 @@
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="module/wsconfig.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="module/uddi.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="module/esb.xml"/>
+ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="module/clustering.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="module/db.xml"/>
</book>
Added: trunk/docs/docbook/userguide/src/main/module/clustering.xml
===================================================================
--- trunk/docs/docbook/userguide/src/main/module/clustering.xml (rev 0)
+++ trunk/docs/docbook/userguide/src/main/module/clustering.xml 2010-09-22 03:04:30 UTC (rev 970)
@@ -0,0 +1,52 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
+]>
+<chapter id="clustering">
+<title>RiftSaw Clustering Support</title>
+
+ <section>
+ <title> Overview </title>
+ <para>
+ In order to make riftsaw to be able to work in a clustering environment, it has to be configured to a shared database for
+ all the nodes that among the clustering environment, because riftsaw persists all of process states into database. For the frontend,
+ it needs a load balancer to dispatch the soap message into nodes properly.Below is the picture of riftsaw server deployment architecture for clustering.
+ </para>
+
+ <imageobject>
+ <imagedata fileref="images/riftsaw-cluster.jpg"/>
+ </imageobject>
+ </section>
+
+ <section>
+ <title>Installation</title>
+
+ <para>
+ In the $riftsaw/install folder, if you set the <emphasis >org_jboss_as_config=all</emphasis> in the <filename>deployment.properties</filename>,
+ it will deployed riftsaw-clustering libraries and files into JBoss AS. If you want to deploy the riftsaw clustering feature into other config, say like you copied 'all' into 'node1',
+ you can run the following command, (which basically added '-Dclustering.support=true').
+ </para>
+ <para>
+ <command>ant deploy -Dclustering.support=true</command>
+ </para>
+ </section>
+
+ <section>
+ <title>Deployment</title>
+
+ <para>
+ Deploying bpel artifact in clustering environment is different from deploying it into a single server.
+ You have to copy your bpel artifact (say hello_world.jar) into <filename>$JBossAS/server/$config (like all)/farm/</filename>,
+ any artifacts deployed in this folder will be copied into all nodes that in the clustering environment.
+ </para>
+ </section>
+
+ <section>
+ <title>Bpel Process Service Invocation</title>
+
+ <para>
+ For the bpel service that you deployed in the clustering environment, if you want to invoke that service, you should be specifying the <emphasis>load balancer's url</emphasis>
+ instead of the soap address that you specified in the wsdl file.
+ </para>
+ </section>
+
+</chapter>
\ No newline at end of file
Modified: trunk/runtime/clustering/src/main/java/org/jboss/soa/bpel/clustering/ODEJobClusterListener.java
===================================================================
--- trunk/runtime/clustering/src/main/java/org/jboss/soa/bpel/clustering/ODEJobClusterListener.java 2010-09-22 01:18:43 UTC (rev 969)
+++ trunk/runtime/clustering/src/main/java/org/jboss/soa/bpel/clustering/ODEJobClusterListener.java 2010-09-22 03:04:30 UTC (rev 970)
@@ -99,6 +99,7 @@
nodeLists.add(node);
}
((ClusterAware)scheduler).setNodeList(nodeLists);
+ logger.info("The available nodes now are " + nodeLists);
}
}
14 years, 5 months
riftsaw SVN: r969 - trunk/runtime/clustering.
by riftsaw-commits@lists.jboss.org
Author: alex.guizar(a)jboss.com
Date: 2010-09-21 21:18:43 -0400 (Tue, 21 Sep 2010)
New Revision: 969
Modified:
trunk/runtime/clustering/
Log:
ignore eclipse files in clustering module
Property changes on: trunk/runtime/clustering
___________________________________________________________________
Name: svn:ignore
- target
+ target
.settings
.classpath
.project
14 years, 5 months
riftsaw SVN: r968 - trunk/console/bpel2svg/src/main/java/org/jboss/soa/bpel/bpel2svg.
by riftsaw-commits@lists.jboss.org
Author: alex.guizar(a)jboss.com
Date: 2010-09-21 20:14:25 -0400 (Tue, 21 Sep 2010)
New Revision: 968
Modified:
trunk/console/bpel2svg/src/main/java/org/jboss/soa/bpel/bpel2svg/SVGToJPEGImageTransformer.java
trunk/console/bpel2svg/src/main/java/org/jboss/soa/bpel/bpel2svg/SVGToPNGImageTransformer.java
Log:
resolve jdk 1.5 api incompatibilities in transformers
Modified: trunk/console/bpel2svg/src/main/java/org/jboss/soa/bpel/bpel2svg/SVGToJPEGImageTransformer.java
===================================================================
--- trunk/console/bpel2svg/src/main/java/org/jboss/soa/bpel/bpel2svg/SVGToJPEGImageTransformer.java 2010-09-21 08:54:04 UTC (rev 967)
+++ trunk/console/bpel2svg/src/main/java/org/jboss/soa/bpel/bpel2svg/SVGToJPEGImageTransformer.java 2010-09-22 00:14:25 UTC (rev 968)
@@ -56,8 +56,11 @@
TranscoderOutput transcoderOutput = new TranscoderOutput(os);
try {
jpegTranscoder.transcode(transcoderInput2, transcoderOutput);
- } catch (TranscoderException e) {
- throw new IOException("Transcoder error", e);
+ } catch (TranscoderException te) {
+ // code compatible with jdk 1.5
+ IOException ioe = new IOException("Transcoder error");
+ ioe.initCause(te);
+ throw ioe;
}
}
Modified: trunk/console/bpel2svg/src/main/java/org/jboss/soa/bpel/bpel2svg/SVGToPNGImageTransformer.java
===================================================================
--- trunk/console/bpel2svg/src/main/java/org/jboss/soa/bpel/bpel2svg/SVGToPNGImageTransformer.java 2010-09-21 08:54:04 UTC (rev 967)
+++ trunk/console/bpel2svg/src/main/java/org/jboss/soa/bpel/bpel2svg/SVGToPNGImageTransformer.java 2010-09-22 00:14:25 UTC (rev 968)
@@ -59,8 +59,11 @@
TranscoderOutput transcoderOutput = new TranscoderOutput(os);
try {
pngTranscoder.transcode(transcoderInput, transcoderOutput);
- } catch (TranscoderException e) {
- throw new IOException("Transcoder error", e);
+ } catch (TranscoderException te) {
+ // code compatible with jdk 1.5
+ IOException ioe = new IOException("Transcoder error");
+ ioe.initCause(te);
+ throw ioe;
}
}
14 years, 5 months
riftsaw SVN: r966 - branches/RiftSaw-2.1.x.
by riftsaw-commits@lists.jboss.org
Author: jeff.yuchang
Date: 2010-09-21 02:04:27 -0400 (Tue, 21 Sep 2010)
New Revision: 966
Modified:
branches/RiftSaw-2.1.x/pom.xml
Log:
* to use the newly published riftsaw-ode 2.1.3-SNAPSHOT artifacts.
Modified: branches/RiftSaw-2.1.x/pom.xml
===================================================================
--- branches/RiftSaw-2.1.x/pom.xml 2010-09-21 05:31:35 UTC (rev 965)
+++ branches/RiftSaw-2.1.x/pom.xml 2010-09-21 06:04:27 UTC (rev 966)
@@ -72,7 +72,7 @@
</profiles>
<properties>
- <riftsaw.ode.version>2.1.2.Final</riftsaw.ode.version>
+ <riftsaw.ode.version>2.1.3-SNAPSHOT</riftsaw.ode.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>
14 years, 5 months
riftsaw SVN: r965 - trunk/runtime/clustering/src/main/java/org/jboss/soa/bpel/clustering.
by riftsaw-commits@lists.jboss.org
Author: jeff.yuchang
Date: 2010-09-21 01:31:35 -0400 (Tue, 21 Sep 2010)
New Revision: 965
Modified:
trunk/runtime/clustering/src/main/java/org/jboss/soa/bpel/clustering/JBossClusteringService.java
trunk/runtime/clustering/src/main/java/org/jboss/soa/bpel/clustering/ODEJobClusterListener.java
Log:
* Asked Listener to update the nodelist to SimpleScheduler service.
Modified: trunk/runtime/clustering/src/main/java/org/jboss/soa/bpel/clustering/JBossClusteringService.java
===================================================================
--- trunk/runtime/clustering/src/main/java/org/jboss/soa/bpel/clustering/JBossClusteringService.java 2010-09-21 05:17:25 UTC (rev 964)
+++ trunk/runtime/clustering/src/main/java/org/jboss/soa/bpel/clustering/JBossClusteringService.java 2010-09-21 05:31:35 UTC (rev 965)
@@ -17,8 +17,6 @@
*/
package org.jboss.soa.bpel.clustering;
-import java.util.Iterator;
-
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import org.jboss.ha.framework.interfaces.HAPartition;
@@ -43,23 +41,10 @@
public void start() {
engine = getBpelEngine();
- listener = new ODEJobClusterListener(engine.getSchedulerDAOConnectionFactory(), engine.getTransactionManager());
+ listener = new ODEJobClusterListener(engine.getScheduler(), engine.getSchedulerDAOConnectionFactory(), engine.getTransactionManager());
this.haPartition.registerMembershipListener(listener);
logger.debug("Registered ODEJobCluster Listener.");
-/* logger.info("==============CLUSTERING INFORMATION===================");
- logger.info("NodeName =>" + haPartition.getNodeName());
- logger.info("PartitionNode =>" + haPartition.getPartitionName());
- logger.info("Cluster Node, name is " + haPartition.getClusterNode().getName() +
- " ip is: " + haPartition.getClusterNode().getIpAddress()
- + " port is: " + haPartition.getClusterNode().getPort());
-
- Iterator it = haPartition.getCurrentView().iterator();
- while (it.hasNext()) {
- Object o = it.next();
- logger.info("view -> " + o );
- }*/
-
}
public String getMasterNodeId() {
Modified: trunk/runtime/clustering/src/main/java/org/jboss/soa/bpel/clustering/ODEJobClusterListener.java
===================================================================
--- trunk/runtime/clustering/src/main/java/org/jboss/soa/bpel/clustering/ODEJobClusterListener.java 2010-09-21 05:17:25 UTC (rev 964)
+++ trunk/runtime/clustering/src/main/java/org/jboss/soa/bpel/clustering/ODEJobClusterListener.java 2010-09-21 05:31:35 UTC (rev 965)
@@ -17,13 +17,17 @@
*/
package org.jboss.soa.bpel.clustering;
+import java.util.ArrayList;
import java.util.Iterator;
+import java.util.List;
import java.util.Vector;
import javax.transaction.TransactionManager;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
+import org.apache.ode.bpel.iapi.ClusterAware;
+import org.apache.ode.bpel.iapi.Scheduler;
import org.apache.ode.dao.scheduler.DatabaseException;
import org.apache.ode.dao.scheduler.SchedulerDAOConnection;
import org.apache.ode.dao.scheduler.SchedulerDAOConnectionFactory;
@@ -41,9 +45,12 @@
private SchedulerDAOConnectionFactory schedulerCF;
+ private Scheduler scheduler;
+
private TransactionManager txm;
- public ODEJobClusterListener(SchedulerDAOConnectionFactory scf, TransactionManager tmgr) {
+ public ODEJobClusterListener(Scheduler scheduler, SchedulerDAOConnectionFactory scf, TransactionManager tmgr) {
+ this.scheduler = scheduler;
this.schedulerCF = scf;
this.txm = tmgr;
}
@@ -53,14 +60,19 @@
* Move jobs that assoicated with dead members to an active node.
*
*/
- public void membershipChanged(Vector deadMemebers, Vector newMembers, Vector allMemebers) {
- if (allMemebers.isEmpty()) {
+ public void membershipChanged(Vector deadMembers, Vector newMembers, Vector allMembers) {
+ if (allMembers.isEmpty()) {
throw new ClusteringException("There are no active nodes in this clustering environment");
}
- if (!deadMemebers.isEmpty()) {
+
+ if (scheduler instanceof ClusterAware) {
+ setClusterNodeListsIntoScheduler(allMembers);
+ }
+
+ if (!deadMembers.isEmpty()) {
SchedulerDAOConnection conn = schedulerCF.getConnection();
- String activeNodeId = allMemebers.iterator().next().toString();
- Iterator<?> it = deadMemebers.iterator();
+ String activeNodeId = allMembers.iterator().next().toString();
+ Iterator<?> it = deadMembers.iterator();
try {
while (it.hasNext()) {
String deadNodeId = it.next().toString();
@@ -78,4 +90,15 @@
}
+
+ private void setClusterNodeListsIntoScheduler(Vector allMembers) {
+ List<String> nodeLists = new ArrayList<String>();
+ Iterator<?> nodes = allMembers.iterator();
+ while (nodes.hasNext()) {
+ String node = nodes.next().toString();
+ nodeLists.add(node);
+ }
+ ((ClusterAware)scheduler).setNodeList(nodeLists);
+ }
+
}
14 years, 5 months
riftsaw SVN: r964 - branches/ODE/RiftSaw-ODE-trunk/scheduler-simple/src/test/java/org/apache/ode/scheduler/simple.
by riftsaw-commits@lists.jboss.org
Author: jeff.yuchang
Date: 2010-09-21 01:17:25 -0400 (Tue, 21 Sep 2010)
New Revision: 964
Modified:
branches/ODE/RiftSaw-ODE-trunk/scheduler-simple/src/test/java/org/apache/ode/scheduler/simple/SimpleSchedulerTest.java
Log:
* remove the recovery test, as this is now happened in riftsaw-clustering.
Modified: branches/ODE/RiftSaw-ODE-trunk/scheduler-simple/src/test/java/org/apache/ode/scheduler/simple/SimpleSchedulerTest.java
===================================================================
--- branches/ODE/RiftSaw-ODE-trunk/scheduler-simple/src/test/java/org/apache/ode/scheduler/simple/SimpleSchedulerTest.java 2010-09-21 03:11:14 UTC (rev 963)
+++ branches/ODE/RiftSaw-ODE-trunk/scheduler-simple/src/test/java/org/apache/ode/scheduler/simple/SimpleSchedulerTest.java 2010-09-21 05:17:25 UTC (rev 964)
@@ -136,30 +136,6 @@
assertEquals(1, _jobs.size());
}
- public void testRecovery() throws Exception {
- // speed things up a bit to hit the right code paths
- _scheduler.setNearFutureInterval(2000);
- _scheduler.setImmediateInterval(1000);
- _scheduler.setStaleInterval(500);
-
- _txm.begin();
- try {
- _scheduler.schedulePersistedJob(newDetail("immediate"), new Date(System.currentTimeMillis()));
- _scheduler.schedulePersistedJob(newDetail("near"), new Date(System.currentTimeMillis() + 1100));
- _scheduler.schedulePersistedJob(newDetail("far"), new Date(System.currentTimeMillis() + 2500));
- } finally {
- _txm.commit();
- }
-
- _scheduler = newScheduler("n3");
- _scheduler.setNearFutureInterval(2000);
- _scheduler.setImmediateInterval(1000);
- _scheduler.setStaleInterval(1000);
- _scheduler.start();
- Thread.sleep(4000);
- assertEquals(3, _jobs.size());
- }
-
public void onScheduledJob(final JobInfo jobInfo) throws JobProcessorException {
synchronized (_jobs) {
_jobs.add(jobInfo);
14 years, 5 months
riftsaw SVN: r963 - in branches/RiftSaw-2.1.x: console and 19 other directories.
by riftsaw-commits@lists.jboss.org
Author: jeff.yuchang
Date: 2010-09-20 23:11:14 -0400 (Mon, 20 Sep 2010)
New Revision: 963
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/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/pom.xml
branches/RiftSaw-2.1.x/pom.xml
branches/RiftSaw-2.1.x/qa/build.xml
branches/RiftSaw-2.1.x/qa/hudson-riftsaw-db.sh
branches/RiftSaw-2.1.x/qa/hudson-riftsaw-jboss.sh
branches/RiftSaw-2.1.x/qa/hudson-riftsaw-local.sh
branches/RiftSaw-2.1.x/qa/hudson-riftsaw-soa-p.sh
branches/RiftSaw-2.1.x/qa/hudson-riftsaw-ws.sh
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 a new snapshot.
Modified: branches/RiftSaw-2.1.x/console/identity/pom.xml
===================================================================
--- branches/RiftSaw-2.1.x/console/identity/pom.xml 2010-09-21 03:02:22 UTC (rev 962)
+++ branches/RiftSaw-2.1.x/console/identity/pom.xml 2010-09-21 03:11:14 UTC (rev 963)
@@ -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-21 03:02:22 UTC (rev 962)
+++ branches/RiftSaw-2.1.x/console/integration/pom.xml 2010-09-21 03:11:14 UTC (rev 963)
@@ -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-21 03:02:22 UTC (rev 962)
+++ branches/RiftSaw-2.1.x/console/pom.xml 2010-09-21 03:11:14 UTC (rev 963)
@@ -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-21 03:02:22 UTC (rev 962)
+++ branches/RiftSaw-2.1.x/distribution/pom.xml 2010-09-21 03:11:14 UTC (rev 963)
@@ -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/docs/docbook/gettingstartedguide/pom.xml
===================================================================
--- branches/RiftSaw-2.1.x/docs/docbook/gettingstartedguide/pom.xml 2010-09-21 03:02:22 UTC (rev 962)
+++ branches/RiftSaw-2.1.x/docs/docbook/gettingstartedguide/pom.xml 2010-09-21 03:11:14 UTC (rev 963)
@@ -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-21 03:02:22 UTC (rev 962)
+++ branches/RiftSaw-2.1.x/docs/docbook/gettingstartedguide/src/main/master.xml 2010-09-21 03:11:14 UTC (rev 963)
@@ -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-21 03:02:22 UTC (rev 962)
+++ branches/RiftSaw-2.1.x/docs/docbook/pom.xml 2010-09-21 03:11:14 UTC (rev 963)
@@ -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-21 03:02:22 UTC (rev 962)
+++ branches/RiftSaw-2.1.x/docs/docbook/userguide/pom.xml 2010-09-21 03:11:14 UTC (rev 963)
@@ -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-21 03:02:22 UTC (rev 962)
+++ branches/RiftSaw-2.1.x/docs/docbook/userguide/src/main/master.xml 2010-09-21 03:11:14 UTC (rev 963)
@@ -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-21 03:02:22 UTC (rev 962)
+++ branches/RiftSaw-2.1.x/docs/docbook/userguide/src/main/module/db.xml 2010-09-21 03:11:14 UTC (rev 963)
@@ -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/pom.xml
===================================================================
--- branches/RiftSaw-2.1.x/integration-tests/pom.xml 2010-09-21 03:02:22 UTC (rev 962)
+++ branches/RiftSaw-2.1.x/integration-tests/pom.xml 2010-09-21 03:11:14 UTC (rev 963)
@@ -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-21 03:02:22 UTC (rev 962)
+++ branches/RiftSaw-2.1.x/pom.xml 2010-09-21 03:11:14 UTC (rev 963)
@@ -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.2.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-21 03:02:22 UTC (rev 962)
+++ branches/RiftSaw-2.1.x/qa/build.xml 2010-09-21 03:11:14 UTC (rev 963)
@@ -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}" />
Modified: branches/RiftSaw-2.1.x/qa/hudson-riftsaw-db.sh
===================================================================
--- branches/RiftSaw-2.1.x/qa/hudson-riftsaw-db.sh 2010-09-21 03:02:22 UTC (rev 962)
+++ branches/RiftSaw-2.1.x/qa/hudson-riftsaw-db.sh 2010-09-21 03:11:14 UTC (rev 963)
@@ -7,7 +7,7 @@
RIFTSAW_PARENT_DIR="$WORKSPACE"
JBOSS_VERSION="5.1.0.GA"
-RIFTSAW_VERSION="2.1.1.Final"
+RIFTSAW_VERSION="2.1.2-SNAPSHOT"
AS_HOME="$RIFTSAW_PARENT_DIR/riftsaw-$RIFTSAW_VERSION/jboss-$JBOSS_VERSION"
AS_CONFIG="default"
REPLACE_QA_JDBC="true"
Modified: branches/RiftSaw-2.1.x/qa/hudson-riftsaw-jboss.sh
===================================================================
--- branches/RiftSaw-2.1.x/qa/hudson-riftsaw-jboss.sh 2010-09-21 03:02:22 UTC (rev 962)
+++ branches/RiftSaw-2.1.x/qa/hudson-riftsaw-jboss.sh 2010-09-21 03:11:14 UTC (rev 963)
@@ -7,7 +7,7 @@
RIFTSAW_PARENT_DIR="$WORKSPACE"
JBOSS_VERSION="5.1.0.GA"
-RIFTSAW_VERSION="2.1.1.Final"
+RIFTSAW_VERSION="2.1.2-SNAPSHOT"
AS_HOME="$RIFTSAW_PARENT_DIR/riftsaw-$RIFTSAW_VERSION/jboss-$JBOSS_VERSION"
AS_CONFIG="default"
REPLACE_QA_JDBC="true"
Modified: branches/RiftSaw-2.1.x/qa/hudson-riftsaw-local.sh
===================================================================
--- branches/RiftSaw-2.1.x/qa/hudson-riftsaw-local.sh 2010-09-21 03:02:22 UTC (rev 962)
+++ branches/RiftSaw-2.1.x/qa/hudson-riftsaw-local.sh 2010-09-21 03:11:14 UTC (rev 963)
@@ -7,7 +7,7 @@
RIFTSAW_PARENT_DIR="/local/deploy/riftsaw"
JBOSS_VERSION="5.1.0.GA"
-RIFTSAW_VERSION="2.1.1.Final"
+RIFTSAW_VERSION="2.1.2-SNAPSHOT"
AS_HOME="$RIFTSAW_PARENT_DIR/riftsaw-$RIFTSAW_VERSION/jboss-$JBOSS_VERSION"
AS_CONFIG="default"
REPLACE_QA_JDBC="true"
Modified: branches/RiftSaw-2.1.x/qa/hudson-riftsaw-soa-p.sh
===================================================================
--- branches/RiftSaw-2.1.x/qa/hudson-riftsaw-soa-p.sh 2010-09-21 03:02:22 UTC (rev 962)
+++ branches/RiftSaw-2.1.x/qa/hudson-riftsaw-soa-p.sh 2010-09-21 03:11:14 UTC (rev 963)
@@ -7,7 +7,7 @@
RIFTSAW_PARENT_DIR="$WORKSPACE"
DATABASE="hsql"
-RIFTSAW_VERSION="2.1.1.Final"
+RIFTSAW_VERSION="2.1.2-SNAPSHOT"
AS_HOME="$RIFTSAW_PARENT_DIR/riftsaw-$RIFTSAW_VERSION/jboss-soa-p.5.0.0/jboss-as"
AS_CONFIG="default"
REPLACE_QA_JDBC="true"
Modified: branches/RiftSaw-2.1.x/qa/hudson-riftsaw-ws.sh
===================================================================
--- branches/RiftSaw-2.1.x/qa/hudson-riftsaw-ws.sh 2010-09-21 03:02:22 UTC (rev 962)
+++ branches/RiftSaw-2.1.x/qa/hudson-riftsaw-ws.sh 2010-09-21 03:11:14 UTC (rev 963)
@@ -6,7 +6,7 @@
RIFTSAW_PARENT_DIR="$WORKSPACE"
JBOSS_VERSION="5.1.0.GA"
DATABASE="hsql"
-RIFTSAW_VERSION="2.1.1.Final"
+RIFTSAW_VERSION="2.1.2-SNAPSHOT"
AS_HOME="$RIFTSAW_PARENT_DIR/riftsaw-$RIFTSAW_VERSION/jboss-$JBOSS_VERSION"
AS_CONFIG="default"
WS_STACK_DIR="$RIFTSAW_PARENT_DIR/downloads"
Modified: branches/RiftSaw-2.1.x/runtime/deployer/pom.xml
===================================================================
--- branches/RiftSaw-2.1.x/runtime/deployer/pom.xml 2010-09-21 03:02:22 UTC (rev 962)
+++ branches/RiftSaw-2.1.x/runtime/deployer/pom.xml 2010-09-21 03:11:14 UTC (rev 963)
@@ -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-21 03:02:22 UTC (rev 962)
+++ branches/RiftSaw-2.1.x/runtime/engine/pom.xml 2010-09-21 03:11:14 UTC (rev 963)
@@ -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-21 03:02:22 UTC (rev 962)
+++ branches/RiftSaw-2.1.x/runtime/engine-assembly/pom.xml 2010-09-21 03:11:14 UTC (rev 963)
@@ -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-21 03:02:22 UTC (rev 962)
+++ branches/RiftSaw-2.1.x/runtime/jbossesb-bpel/pom.xml 2010-09-21 03:11:14 UTC (rev 963)
@@ -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-21 03:02:22 UTC (rev 962)
+++ branches/RiftSaw-2.1.x/runtime/jbossesb-bpel-assembly/pom.xml 2010-09-21 03:11:14 UTC (rev 963)
@@ -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-21 03:02:22 UTC (rev 962)
+++ branches/RiftSaw-2.1.x/runtime/pom.xml 2010-09-21 03:11:14 UTC (rev 963)
@@ -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-21 03:02:22 UTC (rev 962)
+++ branches/RiftSaw-2.1.x/runtime/uddi/pom.xml 2010-09-21 03:11:14 UTC (rev 963)
@@ -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-21 03:02:22 UTC (rev 962)
+++ branches/RiftSaw-2.1.x/stress-tests/pom.xml 2010-09-21 03:11:14 UTC (rev 963)
@@ -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>
14 years, 5 months
riftsaw SVN: r962 - in branches/RiftSaw-ODE-2.1.x: agents and 33 other directories.
by riftsaw-commits@lists.jboss.org
Author: jeff.yuchang
Date: 2010-09-20 23:02:22 -0400 (Mon, 20 Sep 2010)
New Revision: 962
Modified:
branches/RiftSaw-ODE-2.1.x/agents/pom.xml
branches/RiftSaw-ODE-2.1.x/axis2-war/pom.xml
branches/RiftSaw-ODE-2.1.x/axis2/pom.xml
branches/RiftSaw-ODE-2.1.x/bpel-api-jca/pom.xml
branches/RiftSaw-ODE-2.1.x/bpel-api/pom.xml
branches/RiftSaw-ODE-2.1.x/bpel-compiler/pom.xml
branches/RiftSaw-ODE-2.1.x/bpel-connector/pom.xml
branches/RiftSaw-ODE-2.1.x/bpel-dao/pom.xml
branches/RiftSaw-ODE-2.1.x/bpel-epr/pom.xml
branches/RiftSaw-ODE-2.1.x/bpel-obj/pom.xml
branches/RiftSaw-ODE-2.1.x/bpel-ql/pom.xml
branches/RiftSaw-ODE-2.1.x/bpel-runtime/pom.xml
branches/RiftSaw-ODE-2.1.x/bpel-schemas/pom.xml
branches/RiftSaw-ODE-2.1.x/bpel-scripts/pom.xml
branches/RiftSaw-ODE-2.1.x/bpel-store/pom.xml
branches/RiftSaw-ODE-2.1.x/bpel-test/pom.xml
branches/RiftSaw-ODE-2.1.x/dao-hibernate-db/pom.xml
branches/RiftSaw-ODE-2.1.x/dao-hibernate/pom.xml
branches/RiftSaw-ODE-2.1.x/dao-jpa-db/pom.xml
branches/RiftSaw-ODE-2.1.x/dao-jpa-hibernate/pom.xml
branches/RiftSaw-ODE-2.1.x/dao-jpa-ojpa-derby/pom.xml
branches/RiftSaw-ODE-2.1.x/dao-jpa-ojpa/pom.xml
branches/RiftSaw-ODE-2.1.x/dao-jpa/pom.xml
branches/RiftSaw-ODE-2.1.x/distro/pom.xml
branches/RiftSaw-ODE-2.1.x/distro/src/examples-jbi/maven2/ping-pong-osgi/pom.xml
branches/RiftSaw-ODE-2.1.x/jacob/pom.xml
branches/RiftSaw-ODE-2.1.x/jbi-bundle/pom.xml
branches/RiftSaw-ODE-2.1.x/jbi-karaf/pom.xml
branches/RiftSaw-ODE-2.1.x/jbi/pom.xml
branches/RiftSaw-ODE-2.1.x/jca-ra/pom.xml
branches/RiftSaw-ODE-2.1.x/jca-server/pom.xml
branches/RiftSaw-ODE-2.1.x/pom.xml
branches/RiftSaw-ODE-2.1.x/scheduler-simple/pom.xml
branches/RiftSaw-ODE-2.1.x/tools/pom.xml
branches/RiftSaw-ODE-2.1.x/utils/pom.xml
Log:
* update version to 2.1.3-SNAPSHOT.
Modified: branches/RiftSaw-ODE-2.1.x/agents/pom.xml
===================================================================
--- branches/RiftSaw-ODE-2.1.x/agents/pom.xml 2010-09-21 02:20:54 UTC (rev 961)
+++ branches/RiftSaw-ODE-2.1.x/agents/pom.xml 2010-09-21 03:02:22 UTC (rev 962)
@@ -28,6 +28,6 @@
<parent>
<groupId>org.jboss.soa.bpel</groupId>
<artifactId>ode</artifactId>
- <version>2.1.2.Final</version>
+ <version>2.1.3-SNAPSHOT</version>
</parent>
</project>
Modified: branches/RiftSaw-ODE-2.1.x/axis2/pom.xml
===================================================================
--- branches/RiftSaw-ODE-2.1.x/axis2/pom.xml 2010-09-21 02:20:54 UTC (rev 961)
+++ branches/RiftSaw-ODE-2.1.x/axis2/pom.xml 2010-09-21 03:02:22 UTC (rev 962)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.jboss.soa.bpel</groupId>
<artifactId>ode</artifactId>
- <version>2.1.2.Final</version>
+ <version>2.1.3-SNAPSHOT</version>
</parent>
<properties>
Modified: branches/RiftSaw-ODE-2.1.x/axis2-war/pom.xml
===================================================================
--- branches/RiftSaw-ODE-2.1.x/axis2-war/pom.xml 2010-09-21 02:20:54 UTC (rev 961)
+++ branches/RiftSaw-ODE-2.1.x/axis2-war/pom.xml 2010-09-21 03:02:22 UTC (rev 962)
@@ -28,7 +28,7 @@
<parent>
<groupId>org.jboss.soa.bpel</groupId>
<artifactId>ode</artifactId>
- <version>2.1.2.Final</version>
+ <version>2.1.3-SNAPSHOT</version>
</parent>
<properties>
Modified: branches/RiftSaw-ODE-2.1.x/bpel-api/pom.xml
===================================================================
--- branches/RiftSaw-ODE-2.1.x/bpel-api/pom.xml 2010-09-21 02:20:54 UTC (rev 961)
+++ branches/RiftSaw-ODE-2.1.x/bpel-api/pom.xml 2010-09-21 03:02:22 UTC (rev 962)
@@ -28,7 +28,7 @@
<parent>
<groupId>org.jboss.soa.bpel</groupId>
<artifactId>ode</artifactId>
- <version>2.1.2.Final</version>
+ <version>2.1.3-SNAPSHOT</version>
</parent>
<dependencies>
Modified: branches/RiftSaw-ODE-2.1.x/bpel-api-jca/pom.xml
===================================================================
--- branches/RiftSaw-ODE-2.1.x/bpel-api-jca/pom.xml 2010-09-21 02:20:54 UTC (rev 961)
+++ branches/RiftSaw-ODE-2.1.x/bpel-api-jca/pom.xml 2010-09-21 03:02:22 UTC (rev 962)
@@ -28,7 +28,7 @@
<parent>
<groupId>org.jboss.soa.bpel</groupId>
<artifactId>ode</artifactId>
- <version>2.1.2.Final</version>
+ <version>2.1.3-SNAPSHOT</version>
</parent>
<dependencies>
Modified: branches/RiftSaw-ODE-2.1.x/bpel-compiler/pom.xml
===================================================================
--- branches/RiftSaw-ODE-2.1.x/bpel-compiler/pom.xml 2010-09-21 02:20:54 UTC (rev 961)
+++ branches/RiftSaw-ODE-2.1.x/bpel-compiler/pom.xml 2010-09-21 03:02:22 UTC (rev 962)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.jboss.soa.bpel</groupId>
<artifactId>ode</artifactId>
- <version>2.1.2.Final</version>
+ <version>2.1.3-SNAPSHOT</version>
</parent>
<dependencies>
Modified: branches/RiftSaw-ODE-2.1.x/bpel-connector/pom.xml
===================================================================
--- branches/RiftSaw-ODE-2.1.x/bpel-connector/pom.xml 2010-09-21 02:20:54 UTC (rev 961)
+++ branches/RiftSaw-ODE-2.1.x/bpel-connector/pom.xml 2010-09-21 03:02:22 UTC (rev 962)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.jboss.soa.bpel</groupId>
<artifactId>ode</artifactId>
- <version>2.1.2.Final</version>
+ <version>2.1.3-SNAPSHOT</version>
</parent>
<dependencies>
Modified: branches/RiftSaw-ODE-2.1.x/bpel-dao/pom.xml
===================================================================
--- branches/RiftSaw-ODE-2.1.x/bpel-dao/pom.xml 2010-09-21 02:20:54 UTC (rev 961)
+++ branches/RiftSaw-ODE-2.1.x/bpel-dao/pom.xml 2010-09-21 03:02:22 UTC (rev 962)
@@ -28,7 +28,7 @@
<parent>
<groupId>org.jboss.soa.bpel</groupId>
<artifactId>ode</artifactId>
- <version>2.1.2.Final</version>
+ <version>2.1.3-SNAPSHOT</version>
</parent>
<dependencies>
Modified: branches/RiftSaw-ODE-2.1.x/bpel-epr/pom.xml
===================================================================
--- branches/RiftSaw-ODE-2.1.x/bpel-epr/pom.xml 2010-09-21 02:20:54 UTC (rev 961)
+++ branches/RiftSaw-ODE-2.1.x/bpel-epr/pom.xml 2010-09-21 03:02:22 UTC (rev 962)
@@ -28,7 +28,7 @@
<parent>
<groupId>org.jboss.soa.bpel</groupId>
<artifactId>ode</artifactId>
- <version>2.1.2.Final</version>
+ <version>2.1.3-SNAPSHOT</version>
</parent>
<dependencies>
Modified: branches/RiftSaw-ODE-2.1.x/bpel-obj/pom.xml
===================================================================
--- branches/RiftSaw-ODE-2.1.x/bpel-obj/pom.xml 2010-09-21 02:20:54 UTC (rev 961)
+++ branches/RiftSaw-ODE-2.1.x/bpel-obj/pom.xml 2010-09-21 03:02:22 UTC (rev 962)
@@ -28,7 +28,7 @@
<parent>
<groupId>org.jboss.soa.bpel</groupId>
<artifactId>ode</artifactId>
- <version>2.1.2.Final</version>
+ <version>2.1.3-SNAPSHOT</version>
</parent>
<dependencies>
Modified: branches/RiftSaw-ODE-2.1.x/bpel-ql/pom.xml
===================================================================
--- branches/RiftSaw-ODE-2.1.x/bpel-ql/pom.xml 2010-09-21 02:20:54 UTC (rev 961)
+++ branches/RiftSaw-ODE-2.1.x/bpel-ql/pom.xml 2010-09-21 03:02:22 UTC (rev 962)
@@ -28,7 +28,7 @@
<parent>
<groupId>org.jboss.soa.bpel</groupId>
<artifactId>ode</artifactId>
- <version>2.1.2.Final</version>
+ <version>2.1.3-SNAPSHOT</version>
</parent>
<dependencies>
Modified: branches/RiftSaw-ODE-2.1.x/bpel-runtime/pom.xml
===================================================================
--- branches/RiftSaw-ODE-2.1.x/bpel-runtime/pom.xml 2010-09-21 02:20:54 UTC (rev 961)
+++ branches/RiftSaw-ODE-2.1.x/bpel-runtime/pom.xml 2010-09-21 03:02:22 UTC (rev 962)
@@ -28,7 +28,7 @@
<parent>
<groupId>org.jboss.soa.bpel</groupId>
<artifactId>ode</artifactId>
- <version>2.1.2.Final</version>
+ <version>2.1.3-SNAPSHOT</version>
</parent>
<dependencies>
Modified: branches/RiftSaw-ODE-2.1.x/bpel-schemas/pom.xml
===================================================================
--- branches/RiftSaw-ODE-2.1.x/bpel-schemas/pom.xml 2010-09-21 02:20:54 UTC (rev 961)
+++ branches/RiftSaw-ODE-2.1.x/bpel-schemas/pom.xml 2010-09-21 03:02:22 UTC (rev 962)
@@ -27,7 +27,7 @@
<parent>
<groupId>org.jboss.soa.bpel</groupId>
<artifactId>ode</artifactId>
- <version>2.1.2.Final</version>
+ <version>2.1.3-SNAPSHOT</version>
</parent>
<dependencies>
Modified: branches/RiftSaw-ODE-2.1.x/bpel-scripts/pom.xml
===================================================================
--- branches/RiftSaw-ODE-2.1.x/bpel-scripts/pom.xml 2010-09-21 02:20:54 UTC (rev 961)
+++ branches/RiftSaw-ODE-2.1.x/bpel-scripts/pom.xml 2010-09-21 03:02:22 UTC (rev 962)
@@ -28,6 +28,6 @@
<parent>
<groupId>org.jboss.soa.bpel</groupId>
<artifactId>ode</artifactId>
- <version>2.1.2.Final</version>
+ <version>2.1.3-SNAPSHOT</version>
</parent>
</project>
Modified: branches/RiftSaw-ODE-2.1.x/bpel-store/pom.xml
===================================================================
--- branches/RiftSaw-ODE-2.1.x/bpel-store/pom.xml 2010-09-21 02:20:54 UTC (rev 961)
+++ branches/RiftSaw-ODE-2.1.x/bpel-store/pom.xml 2010-09-21 03:02:22 UTC (rev 962)
@@ -28,7 +28,7 @@
<parent>
<groupId>org.jboss.soa.bpel</groupId>
<artifactId>ode</artifactId>
- <version>2.1.2.Final</version>
+ <version>2.1.3-SNAPSHOT</version>
</parent>
<dependencies>
Modified: branches/RiftSaw-ODE-2.1.x/bpel-test/pom.xml
===================================================================
--- branches/RiftSaw-ODE-2.1.x/bpel-test/pom.xml 2010-09-21 02:20:54 UTC (rev 961)
+++ branches/RiftSaw-ODE-2.1.x/bpel-test/pom.xml 2010-09-21 03:02:22 UTC (rev 962)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.jboss.soa.bpel</groupId>
<artifactId>ode</artifactId>
- <version>2.1.2.Final</version>
+ <version>2.1.3-SNAPSHOT</version>
</parent>
<dependencies>
Modified: branches/RiftSaw-ODE-2.1.x/dao-hibernate/pom.xml
===================================================================
--- branches/RiftSaw-ODE-2.1.x/dao-hibernate/pom.xml 2010-09-21 02:20:54 UTC (rev 961)
+++ branches/RiftSaw-ODE-2.1.x/dao-hibernate/pom.xml 2010-09-21 03:02:22 UTC (rev 962)
@@ -28,7 +28,7 @@
<parent>
<groupId>org.jboss.soa.bpel</groupId>
<artifactId>ode</artifactId>
- <version>2.1.2.Final</version>
+ <version>2.1.3-SNAPSHOT</version>
</parent>
<dependencies>
Modified: branches/RiftSaw-ODE-2.1.x/dao-hibernate-db/pom.xml
===================================================================
--- branches/RiftSaw-ODE-2.1.x/dao-hibernate-db/pom.xml 2010-09-21 02:20:54 UTC (rev 961)
+++ branches/RiftSaw-ODE-2.1.x/dao-hibernate-db/pom.xml 2010-09-21 03:02:22 UTC (rev 962)
@@ -27,7 +27,7 @@
<parent>
<groupId>org.jboss.soa.bpel</groupId>
<artifactId>ode</artifactId>
- <version>2.1.2.Final</version>
+ <version>2.1.3-SNAPSHOT</version>
</parent>
<dependencies>
Modified: branches/RiftSaw-ODE-2.1.x/dao-jpa/pom.xml
===================================================================
--- branches/RiftSaw-ODE-2.1.x/dao-jpa/pom.xml 2010-09-21 02:20:54 UTC (rev 961)
+++ branches/RiftSaw-ODE-2.1.x/dao-jpa/pom.xml 2010-09-21 03:02:22 UTC (rev 962)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.jboss.soa.bpel</groupId>
<artifactId>ode</artifactId>
- <version>2.1.2.Final</version>
+ <version>2.1.3-SNAPSHOT</version>
</parent>
<dependencies>
Modified: branches/RiftSaw-ODE-2.1.x/dao-jpa-db/pom.xml
===================================================================
--- branches/RiftSaw-ODE-2.1.x/dao-jpa-db/pom.xml 2010-09-21 02:20:54 UTC (rev 961)
+++ branches/RiftSaw-ODE-2.1.x/dao-jpa-db/pom.xml 2010-09-21 03:02:22 UTC (rev 962)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.jboss.soa.bpel</groupId>
<artifactId>ode</artifactId>
- <version>2.1.2.Final</version>
+ <version>2.1.3-SNAPSHOT</version>
</parent>
<dependencies>
Modified: branches/RiftSaw-ODE-2.1.x/dao-jpa-hibernate/pom.xml
===================================================================
--- branches/RiftSaw-ODE-2.1.x/dao-jpa-hibernate/pom.xml 2010-09-21 02:20:54 UTC (rev 961)
+++ branches/RiftSaw-ODE-2.1.x/dao-jpa-hibernate/pom.xml 2010-09-21 03:02:22 UTC (rev 962)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.jboss.soa.bpel</groupId>
<artifactId>ode</artifactId>
- <version>2.1.2.Final</version>
+ <version>2.1.3-SNAPSHOT</version>
</parent>
<dependencies>
Modified: branches/RiftSaw-ODE-2.1.x/dao-jpa-ojpa/pom.xml
===================================================================
--- branches/RiftSaw-ODE-2.1.x/dao-jpa-ojpa/pom.xml 2010-09-21 02:20:54 UTC (rev 961)
+++ branches/RiftSaw-ODE-2.1.x/dao-jpa-ojpa/pom.xml 2010-09-21 03:02:22 UTC (rev 962)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.jboss.soa.bpel</groupId>
<artifactId>ode</artifactId>
- <version>2.1.2.Final</version>
+ <version>2.1.3-SNAPSHOT</version>
</parent>
<dependencies>
Modified: branches/RiftSaw-ODE-2.1.x/dao-jpa-ojpa-derby/pom.xml
===================================================================
--- branches/RiftSaw-ODE-2.1.x/dao-jpa-ojpa-derby/pom.xml 2010-09-21 02:20:54 UTC (rev 961)
+++ branches/RiftSaw-ODE-2.1.x/dao-jpa-ojpa-derby/pom.xml 2010-09-21 03:02:22 UTC (rev 962)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.jboss.soa.bpel</groupId>
<artifactId>ode</artifactId>
- <version>2.1.2.Final</version>
+ <version>2.1.3-SNAPSHOT</version>
</parent>
<dependencies>
Modified: branches/RiftSaw-ODE-2.1.x/distro/pom.xml
===================================================================
--- branches/RiftSaw-ODE-2.1.x/distro/pom.xml 2010-09-21 02:20:54 UTC (rev 961)
+++ branches/RiftSaw-ODE-2.1.x/distro/pom.xml 2010-09-21 03:02:22 UTC (rev 962)
@@ -28,7 +28,7 @@
<parent>
<groupId>org.jboss.soa.bpel</groupId>
<artifactId>ode</artifactId>
- <version>2.1.2.Final</version>
+ <version>2.1.3-SNAPSHOT</version>
</parent>
<properties>
Modified: branches/RiftSaw-ODE-2.1.x/distro/src/examples-jbi/maven2/ping-pong-osgi/pom.xml
===================================================================
--- branches/RiftSaw-ODE-2.1.x/distro/src/examples-jbi/maven2/ping-pong-osgi/pom.xml 2010-09-21 02:20:54 UTC (rev 961)
+++ branches/RiftSaw-ODE-2.1.x/distro/src/examples-jbi/maven2/ping-pong-osgi/pom.xml 2010-09-21 03:02:22 UTC (rev 962)
@@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.soa.bpel.examples</groupId>
<artifactId>ping-pong-bundle</artifactId>
- <version>2.1.2.Final</version>
+ <version>2.1.3-SNAPSHOT</version>
<name>ODE :: examples :: Ping Pong OSGi </name>
<packaging>bundle</packaging>
Modified: branches/RiftSaw-ODE-2.1.x/jacob/pom.xml
===================================================================
--- branches/RiftSaw-ODE-2.1.x/jacob/pom.xml 2010-09-21 02:20:54 UTC (rev 961)
+++ branches/RiftSaw-ODE-2.1.x/jacob/pom.xml 2010-09-21 03:02:22 UTC (rev 962)
@@ -27,7 +27,7 @@
<parent>
<groupId>org.jboss.soa.bpel</groupId>
<artifactId>ode</artifactId>
- <version>2.1.2.Final</version>
+ <version>2.1.3-SNAPSHOT</version>
</parent>
<dependencies>
Modified: branches/RiftSaw-ODE-2.1.x/jbi/pom.xml
===================================================================
--- branches/RiftSaw-ODE-2.1.x/jbi/pom.xml 2010-09-21 02:20:54 UTC (rev 961)
+++ branches/RiftSaw-ODE-2.1.x/jbi/pom.xml 2010-09-21 03:02:22 UTC (rev 962)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.jboss.soa.bpel</groupId>
<artifactId>ode</artifactId>
- <version>2.1.2.Final</version>
+ <version>2.1.3-SNAPSHOT</version>
</parent>
<properties>
Modified: branches/RiftSaw-ODE-2.1.x/jbi-bundle/pom.xml
===================================================================
--- branches/RiftSaw-ODE-2.1.x/jbi-bundle/pom.xml 2010-09-21 02:20:54 UTC (rev 961)
+++ branches/RiftSaw-ODE-2.1.x/jbi-bundle/pom.xml 2010-09-21 03:02:22 UTC (rev 962)
@@ -33,7 +33,7 @@
<parent>
<groupId>org.jboss.soa.bpel</groupId>
<artifactId>ode</artifactId>
- <version>2.1.2.Final</version>
+ <version>2.1.3-SNAPSHOT</version>
</parent>
<build>
Modified: branches/RiftSaw-ODE-2.1.x/jbi-karaf/pom.xml
===================================================================
--- branches/RiftSaw-ODE-2.1.x/jbi-karaf/pom.xml 2010-09-21 02:20:54 UTC (rev 961)
+++ branches/RiftSaw-ODE-2.1.x/jbi-karaf/pom.xml 2010-09-21 03:02:22 UTC (rev 962)
@@ -22,7 +22,7 @@
<parent>
<groupId>org.jboss.soa.bpel</groupId>
<artifactId>ode</artifactId>
- <version>2.1.2.Final</version>
+ <version>2.1.3-SNAPSHOT</version>
</parent>
<artifactId>riftsaw-jbi-karaf</artifactId>
Modified: branches/RiftSaw-ODE-2.1.x/jca-ra/pom.xml
===================================================================
--- branches/RiftSaw-ODE-2.1.x/jca-ra/pom.xml 2010-09-21 02:20:54 UTC (rev 961)
+++ branches/RiftSaw-ODE-2.1.x/jca-ra/pom.xml 2010-09-21 03:02:22 UTC (rev 962)
@@ -28,7 +28,7 @@
<parent>
<groupId>org.jboss.soa.bpel</groupId>
<artifactId>ode</artifactId>
- <version>2.1.2.Final</version>
+ <version>2.1.3-SNAPSHOT</version>
</parent>
<dependencies>
Modified: branches/RiftSaw-ODE-2.1.x/jca-server/pom.xml
===================================================================
--- branches/RiftSaw-ODE-2.1.x/jca-server/pom.xml 2010-09-21 02:20:54 UTC (rev 961)
+++ branches/RiftSaw-ODE-2.1.x/jca-server/pom.xml 2010-09-21 03:02:22 UTC (rev 962)
@@ -28,7 +28,7 @@
<parent>
<groupId>org.jboss.soa.bpel</groupId>
<artifactId>ode</artifactId>
- <version>2.1.2.Final</version>
+ <version>2.1.3-SNAPSHOT</version>
</parent>
<dependencies>
Modified: branches/RiftSaw-ODE-2.1.x/pom.xml
===================================================================
--- branches/RiftSaw-ODE-2.1.x/pom.xml 2010-09-21 02:20:54 UTC (rev 961)
+++ branches/RiftSaw-ODE-2.1.x/pom.xml 2010-09-21 03:02:22 UTC (rev 962)
@@ -6,7 +6,7 @@
<packaging>pom</packaging>
<modelVersion>4.0.0</modelVersion>
- <version>2.1.2.Final</version>
+ <version>2.1.3-SNAPSHOT</version>
<url>http://ode.apache.org</url>
<issueManagement>
<system>jira</system>
@@ -36,7 +36,7 @@
</prerequisites>
-->
<properties>
- <ode.version>2.1.2.Final</ode.version>
+ <ode.version>2.1.3-SNAPSHOT</ode.version>
<activation.version>1.1</activation.version>
<annogen.version>0.1.0</annogen.version>
<antlr.version>2.7.7</antlr.version>
Modified: branches/RiftSaw-ODE-2.1.x/scheduler-simple/pom.xml
===================================================================
--- branches/RiftSaw-ODE-2.1.x/scheduler-simple/pom.xml 2010-09-21 02:20:54 UTC (rev 961)
+++ branches/RiftSaw-ODE-2.1.x/scheduler-simple/pom.xml 2010-09-21 03:02:22 UTC (rev 962)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.jboss.soa.bpel</groupId>
<artifactId>ode</artifactId>
- <version>2.1.2.Final</version>
+ <version>2.1.3-SNAPSHOT</version>
</parent>
<dependencies>
Modified: branches/RiftSaw-ODE-2.1.x/tools/pom.xml
===================================================================
--- branches/RiftSaw-ODE-2.1.x/tools/pom.xml 2010-09-21 02:20:54 UTC (rev 961)
+++ branches/RiftSaw-ODE-2.1.x/tools/pom.xml 2010-09-21 03:02:22 UTC (rev 962)
@@ -27,7 +27,7 @@
<parent>
<groupId>org.jboss.soa.bpel</groupId>
<artifactId>ode</artifactId>
- <version>2.1.2.Final</version>
+ <version>2.1.3-SNAPSHOT</version>
</parent>
<dependencies>
Modified: branches/RiftSaw-ODE-2.1.x/utils/pom.xml
===================================================================
--- branches/RiftSaw-ODE-2.1.x/utils/pom.xml 2010-09-21 02:20:54 UTC (rev 961)
+++ branches/RiftSaw-ODE-2.1.x/utils/pom.xml 2010-09-21 03:02:22 UTC (rev 962)
@@ -28,7 +28,7 @@
<parent>
<groupId>org.jboss.soa.bpel</groupId>
<artifactId>ode</artifactId>
- <version>2.1.2.Final</version>
+ <version>2.1.3-SNAPSHOT</version>
</parent>
<dependencies>
14 years, 5 months