riftsaw SVN: r1419 - in trunk: console and 24 other directories.
by riftsaw-commits@lists.jboss.org
Author: jeff.yuchang
Date: 2011-07-08 08:08:00 -0400 (Fri, 08 Jul 2011)
New Revision: 1419
Modified:
trunk/console/bpaf/pom.xml
trunk/console/bpel2svg/pom.xml
trunk/console/identity/pom.xml
trunk/console/integration/pom.xml
trunk/console/pom.xml
trunk/distribution/pom.xml
trunk/docs/docbook/gettingstartedguide/pom.xml
trunk/docs/docbook/gettingstartedguide/src/main/en-US/master.xml
trunk/docs/docbook/pom.xml
trunk/docs/docbook/userguide/pom.xml
trunk/docs/docbook/userguide/src/main/en-US/master.xml
trunk/integration-tests/pom.xml
trunk/pom.xml
trunk/qa/build.xml
trunk/qa/hudson-riftsaw-db.sh
trunk/qa/hudson-riftsaw-jboss-as6.sh
trunk/qa/hudson-riftsaw-jboss-no-esb.sh
trunk/qa/hudson-riftsaw-jboss.sh
trunk/qa/hudson-riftsaw-local-as6.sh
trunk/qa/hudson-riftsaw-local.sh
trunk/qa/hudson-riftsaw-soa-p.sh
trunk/qa/hudson-riftsaw-ws.sh
trunk/runtime/clustering/pom.xml
trunk/runtime/deployer-as5/pom.xml
trunk/runtime/deployer-as6/pom.xml
trunk/runtime/deployer/pom.xml
trunk/runtime/engine-assembly/pom.xml
trunk/runtime/engine/pom.xml
trunk/runtime/jbossesb-bpel-assembly/pom.xml
trunk/runtime/jbossesb-bpel/pom.xml
trunk/runtime/pom.xml
trunk/runtime/uddi/pom.xml
trunk/samples/esb/esb_helloworld_saml/esbcontent/login-config.xml
trunk/stress-tests/pom.xml
Log:
* bump version to 2.3.0.Final
* used the offical jbossesb 4.10 zip.
* published the riftsaw-ode 2.3.0.Final artifacts.
Modified: trunk/console/bpaf/pom.xml
===================================================================
--- trunk/console/bpaf/pom.xml 2011-07-07 14:48:49 UTC (rev 1418)
+++ trunk/console/bpaf/pom.xml 2011-07-08 12:08:00 UTC (rev 1419)
@@ -5,13 +5,13 @@
<groupId>org.jboss.soa.bpel.console</groupId>
<artifactId>bpaf</artifactId>
<packaging>jar</packaging>
- <version>2.3.0-SNAPSHOT</version>
+ <version>2.3.0.Final</version>
<name>RiftSaw::Console::BPAF</name>
<parent>
<groupId>org.jboss.soa.bpel.console</groupId>
<artifactId>parent</artifactId>
- <version>2.3.0-SNAPSHOT</version>
+ <version>2.3.0.Final</version>
</parent>
<!-- Properties -->
Modified: trunk/console/bpel2svg/pom.xml
===================================================================
--- trunk/console/bpel2svg/pom.xml 2011-07-07 14:48:49 UTC (rev 1418)
+++ trunk/console/bpel2svg/pom.xml 2011-07-08 12:08:00 UTC (rev 1419)
@@ -4,13 +4,13 @@
<groupId>org.jboss.soa.bpel.console</groupId>
<artifactId>bpel2svg</artifactId>
<packaging>jar</packaging>
- <version>2.3.0-SNAPSHOT</version>
+ <version>2.3.0.Final</version>
<name>RiftSaw::Console::BPEL2SVG</name>
<parent>
<groupId>org.jboss.soa.bpel.console</groupId>
<artifactId>parent</artifactId>
- <version>2.3.0-SNAPSHOT</version>
+ <version>2.3.0.Final</version>
</parent>
<dependencies>
Modified: trunk/console/identity/pom.xml
===================================================================
--- trunk/console/identity/pom.xml 2011-07-07 14:48:49 UTC (rev 1418)
+++ trunk/console/identity/pom.xml 2011-07-08 12:08:00 UTC (rev 1419)
@@ -5,13 +5,13 @@
<groupId>org.jboss.soa.bpel.console</groupId>
<artifactId>identity</artifactId>
<packaging>jar</packaging>
- <version>2.3.0-SNAPSHOT</version>
+ <version>2.3.0.Final</version>
<name>RiftSaw::Console::Identity</name>
<parent>
<groupId>org.jboss.soa.bpel.console</groupId>
<artifactId>parent</artifactId>
- <version>2.3.0-SNAPSHOT</version>
+ <version>2.3.0.Final</version>
</parent>
<build>
Modified: trunk/console/integration/pom.xml
===================================================================
--- trunk/console/integration/pom.xml 2011-07-07 14:48:49 UTC (rev 1418)
+++ trunk/console/integration/pom.xml 2011-07-08 12:08:00 UTC (rev 1419)
@@ -5,13 +5,13 @@
<groupId>org.jboss.soa.bpel.console</groupId>
<artifactId>integration</artifactId>
<packaging>jar</packaging>
- <version>2.3.0-SNAPSHOT</version>
+ <version>2.3.0.Final</version>
<name>RiftSaw::Console::Integration</name>
<parent>
<groupId>org.jboss.soa.bpel.console</groupId>
<artifactId>parent</artifactId>
- <version>2.3.0-SNAPSHOT</version>
+ <version>2.3.0.Final</version>
</parent>
<!-- Properties -->
Modified: trunk/console/pom.xml
===================================================================
--- trunk/console/pom.xml 2011-07-07 14:48:49 UTC (rev 1418)
+++ trunk/console/pom.xml 2011-07-08 12:08:00 UTC (rev 1419)
@@ -6,13 +6,13 @@
<groupId>org.jboss.soa.bpel.console</groupId>
<artifactId>parent</artifactId>
<packaging>pom</packaging>
- <version>2.3.0-SNAPSHOT</version>
+ <version>2.3.0.Final</version>
<name>RiftSaw::Console</name>
<parent>
<groupId>org.jboss.soa</groupId>
<artifactId>bpel</artifactId>
- <version>2.3.0-SNAPSHOT</version>
+ <version>2.3.0.Final</version>
</parent>
<modules>
Modified: trunk/distribution/pom.xml
===================================================================
--- trunk/distribution/pom.xml 2011-07-07 14:48:49 UTC (rev 1418)
+++ trunk/distribution/pom.xml 2011-07-08 12:08:00 UTC (rev 1419)
@@ -24,12 +24,12 @@
<artifactId>distribution</artifactId>
<packaging>pom</packaging>
<name>RiftSaw::Distribution</name>
- <version>2.3.0-SNAPSHOT</version>
+ <version>2.3.0.Final</version>
<parent>
<groupId>org.jboss.soa</groupId>
<artifactId>bpel</artifactId>
- <version>2.3.0-SNAPSHOT</version>
+ <version>2.3.0.Final</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: trunk/docs/docbook/gettingstartedguide/pom.xml
===================================================================
--- trunk/docs/docbook/gettingstartedguide/pom.xml 2011-07-07 14:48:49 UTC (rev 1418)
+++ trunk/docs/docbook/gettingstartedguide/pom.xml 2011-07-08 12:08:00 UTC (rev 1419)
@@ -7,14 +7,14 @@
<groupId>org.jboss.soa.bpel.docs</groupId>
<artifactId>gettingstartedguide</artifactId>
- <version>2.3.0-SNAPSHOT</version>
+ <version>2.3.0.Final</version>
<packaging>jdocbook</packaging>
<name>RiftSaw::Docs::gettingstartedguide</name>
<parent>
<groupId>org.jboss.soa.bpel</groupId>
<artifactId>docs</artifactId>
- <version>2.3.0-SNAPSHOT</version>
+ <version>2.3.0.Final</version>
</parent>
Modified: trunk/docs/docbook/gettingstartedguide/src/main/en-US/master.xml
===================================================================
--- trunk/docs/docbook/gettingstartedguide/src/main/en-US/master.xml 2011-07-07 14:48:49 UTC (rev 1418)
+++ trunk/docs/docbook/gettingstartedguide/src/main/en-US/master.xml 2011-07-08 12:08:00 UTC (rev 1419)
@@ -5,7 +5,7 @@
<book lang="en">
<bookinfo>
- <title>RiftSaw 2.3.0-SNAPSHOT</title>
+ <title>RiftSaw 2.3.0.Final</title>
<subtitle>Getting Started Guide</subtitle>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="module/author_group.xml"/>
</bookinfo>
Modified: trunk/docs/docbook/pom.xml
===================================================================
--- trunk/docs/docbook/pom.xml 2011-07-07 14:48:49 UTC (rev 1418)
+++ trunk/docs/docbook/pom.xml 2011-07-08 12:08:00 UTC (rev 1419)
@@ -7,14 +7,14 @@
<groupId>org.jboss.soa.bpel</groupId>
<artifactId>docs</artifactId>
- <version>2.3.0-SNAPSHOT</version>
+ <version>2.3.0.Final</version>
<packaging>pom</packaging>
<name>RiftSaw::Docs</name>
<parent>
<groupId>org.jboss.soa</groupId>
<artifactId>bpel</artifactId>
- <version>2.3.0-SNAPSHOT</version>
+ <version>2.3.0.Final</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: trunk/docs/docbook/userguide/pom.xml
===================================================================
--- trunk/docs/docbook/userguide/pom.xml 2011-07-07 14:48:49 UTC (rev 1418)
+++ trunk/docs/docbook/userguide/pom.xml 2011-07-08 12:08:00 UTC (rev 1419)
@@ -7,14 +7,14 @@
<groupId>org.jboss.soa.bpel.docs</groupId>
<artifactId>userguide</artifactId>
- <version>2.3.0-SNAPSHOT</version>
+ <version>2.3.0.Final</version>
<packaging>jdocbook</packaging>
<name>RiftSaw::Docs::userguide</name>
<parent>
<groupId>org.jboss.soa.bpel</groupId>
<artifactId>docs</artifactId>
- <version>2.3.0-SNAPSHOT</version>
+ <version>2.3.0.Final</version>
</parent>
<dependencies>
Modified: trunk/docs/docbook/userguide/src/main/en-US/master.xml
===================================================================
--- trunk/docs/docbook/userguide/src/main/en-US/master.xml 2011-07-07 14:48:49 UTC (rev 1418)
+++ trunk/docs/docbook/userguide/src/main/en-US/master.xml 2011-07-08 12:08:00 UTC (rev 1419)
@@ -5,7 +5,7 @@
<book lang="en">
<bookinfo>
- <title>RiftSaw 2.3.0-SNAPSHOT</title>
+ <title>RiftSaw 2.3.0.Final</title>
<subtitle>User Guide</subtitle>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="module/author_group.xml"/>
</bookinfo>
Modified: trunk/integration-tests/pom.xml
===================================================================
--- trunk/integration-tests/pom.xml 2011-07-07 14:48:49 UTC (rev 1418)
+++ trunk/integration-tests/pom.xml 2011-07-08 12:08:00 UTC (rev 1419)
@@ -5,12 +5,12 @@
<groupId>org.jboss.soa.bpel</groupId>
<artifactId>integration-tests</artifactId>
<packaging>pom</packaging>
- <version>2.3.0-SNAPSHOT</version>
+ <version>2.3.0.Final</version>
<name>RiftSaw::Integration-Tests</name>
<parent>
<groupId>org.jboss.soa</groupId>
<artifactId>bpel</artifactId>
- <version>2.3.0-SNAPSHOT</version>
+ <version>2.3.0.Final</version>
</parent>
<properties>
<jboss.jbosssx.version>2.0.2.SP3</jboss.jbosssx.version>
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2011-07-07 14:48:49 UTC (rev 1418)
+++ trunk/pom.xml 2011-07-08 12:08:00 UTC (rev 1419)
@@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.soa</groupId>
<artifactId>bpel</artifactId>
- <version>2.3.0-SNAPSHOT</version>
+ <version>2.3.0.Final</version>
<packaging>pom</packaging>
<name>RiftSaw</name>
<url>http://www.jboss.org/riftsaw</url>
@@ -86,7 +86,7 @@
<properties>
<riftsaw.ode.version>2.3.0.Final</riftsaw.ode.version>
- <riftsaw.engine.version>2.3.0-SNAPSHOT</riftsaw.engine.version>
+ <riftsaw.engine.version>2.3.0.Final</riftsaw.engine.version>
<bpel.console.version>2.2.6.Final</bpel.console.version>
<activity.monitor.model.version>1.0.0.Final</activity.monitor.model.version>
<dsp.version>1.0.0.Final</dsp.version>
@@ -504,18 +504,13 @@
<updatePolicy>never</updatePolicy>
</snapshots>
</repository>
- <repository>
- <id>riftsaw-ode-2.3.0-Final-staging</id>
- <name>Riftsaw-ode 2.3.0.Final staging repo</name>
- <url>https://repository.jboss.org/nexus/content/repositories/jboss_releases_st...</url>
- </repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<id>jboss-public-repository-group</id>
<name>JBoss Public Repository Group</name>
- <url>http://repository.jboss.org/nexus/content/groups/public</url>
+ <url>http://repository.jboss.org/nexus/content/groups/public</url>
</pluginRepository>
</pluginRepositories>
Modified: trunk/qa/build.xml
===================================================================
--- trunk/qa/build.xml 2011-07-07 14:48:49 UTC (rev 1418)
+++ trunk/qa/build.xml 2011-07-08 12:08:00 UTC (rev 1419)
@@ -9,7 +9,7 @@
<!-- CONFIGURABLE PROPERTIES -->
<property name="database" value="hsql" />
- <property name="riftsaw.version" value="2.3.0-SNAPSHOT" />
+ <property name="riftsaw.version" value="2.3.0.Final" />
<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}" />
@@ -22,10 +22,10 @@
<property name="jboss.distro.url" value="http://downloads.sourceforge.net/jboss/${jboss.filename}" />
<property name="jboss.distro.path" value="${download.dir}/${jboss.filename}" />
- <property name="jbossesb.version" value="4.10-SNAPSHOT" />
+ <property name="jbossesb.version" value="4.10" />
<property name="jbossesb.distro.dir" value="${riftsaw.home}/downloads" />
<property name="jbossesb.filename" value="jbossesb-${jbossesb.version}.zip" />
- <property name="jbossesb.distro.url" value="http://downloads.jboss.org/riftsaw/releases/dependencies/${jbossesb.filen..." />
+ <property name="jbossesb.distro.url" value="http://download.jboss.org/jbossesb/${jbossesb.version}/binary/${jbossesb...." />
<property name="jbossesb.distro.path" value="${download.dir}/${jbossesb.filename}" />
<property name="oracle.driver.path" value="${download.dir}/ojdbc14.jar" />
Modified: trunk/qa/hudson-riftsaw-db.sh
===================================================================
--- trunk/qa/hudson-riftsaw-db.sh 2011-07-07 14:48:49 UTC (rev 1418)
+++ trunk/qa/hudson-riftsaw-db.sh 2011-07-08 12:08:00 UTC (rev 1419)
@@ -8,7 +8,7 @@
DOWNLOAD_DIR="$RIFTSAW_PARENT_DIR/downloads"
JBOSS_VERSION="5.1.0.GA"
-RIFTSAW_VERSION="2.3.0-SNAPSHOT"
+RIFTSAW_VERSION="2.3.0.Final"
AS_HOME="$RIFTSAW_PARENT_DIR/riftsaw-$RIFTSAW_VERSION/jboss-$JBOSS_VERSION"
AS_CONFIG="default"
REPLACE_QA_JDBC="true"
Modified: trunk/qa/hudson-riftsaw-jboss-as6.sh
===================================================================
--- trunk/qa/hudson-riftsaw-jboss-as6.sh 2011-07-07 14:48:49 UTC (rev 1418)
+++ trunk/qa/hudson-riftsaw-jboss-as6.sh 2011-07-08 12:08:00 UTC (rev 1419)
@@ -8,7 +8,7 @@
DOWNLOAD_DIR="$RIFTSAW_PARENT_DIR/downloads"
JBOSS_VERSION="6.0.0.Final"
-RIFTSAW_VERSION="2.3.0-SNAPSHOT"
+RIFTSAW_VERSION="2.3.0.Final"
AS_HOME="$RIFTSAW_PARENT_DIR/riftsaw-$RIFTSAW_VERSION/jboss-$JBOSS_VERSION"
AS_CONFIG="default"
REPLACE_QA_JDBC="true"
Modified: trunk/qa/hudson-riftsaw-jboss-no-esb.sh
===================================================================
--- trunk/qa/hudson-riftsaw-jboss-no-esb.sh 2011-07-07 14:48:49 UTC (rev 1418)
+++ trunk/qa/hudson-riftsaw-jboss-no-esb.sh 2011-07-08 12:08:00 UTC (rev 1419)
@@ -8,7 +8,7 @@
DOWNLOAD_DIR="$RIFTSAW_PARENT_DIR/downloads"
JBOSS_VERSION="5.1.0.GA"
-RIFTSAW_VERSION="2.3.0-SNAPSHOT"
+RIFTSAW_VERSION="2.3.0.Final"
AS_HOME="$RIFTSAW_PARENT_DIR/riftsaw-$RIFTSAW_VERSION/jboss-$JBOSS_VERSION"
AS_CONFIG="default"
REPLACE_QA_JDBC="true"
Modified: trunk/qa/hudson-riftsaw-jboss.sh
===================================================================
--- trunk/qa/hudson-riftsaw-jboss.sh 2011-07-07 14:48:49 UTC (rev 1418)
+++ trunk/qa/hudson-riftsaw-jboss.sh 2011-07-08 12:08:00 UTC (rev 1419)
@@ -8,7 +8,7 @@
DOWNLOAD_DIR="$RIFTSAW_PARENT_DIR/downloads"
JBOSS_VERSION="5.1.0.GA"
-RIFTSAW_VERSION="2.3.0-SNAPSHOT"
+RIFTSAW_VERSION="2.3.0.Final"
AS_HOME="$RIFTSAW_PARENT_DIR/riftsaw-$RIFTSAW_VERSION/jboss-$JBOSS_VERSION"
REPLACE_QA_JDBC="true"
JBOSS_ESB_VERSION="4.10"
Modified: trunk/qa/hudson-riftsaw-local-as6.sh
===================================================================
--- trunk/qa/hudson-riftsaw-local-as6.sh 2011-07-07 14:48:49 UTC (rev 1418)
+++ trunk/qa/hudson-riftsaw-local-as6.sh 2011-07-08 12:08:00 UTC (rev 1419)
@@ -8,7 +8,7 @@
DOWNLOAD_DIR="$RIFTSAW_PARENT_DIR/downloads"
JBOSS_VERSION="6.0.0.Final"
-RIFTSAW_VERSION="2.3.0-SNAPSHOT"
+RIFTSAW_VERSION="2.3.0.Final"
AS_HOME="$RIFTSAW_PARENT_DIR/riftsaw-$RIFTSAW_VERSION/jboss-$JBOSS_VERSION"
AS_CONFIG="default"
REPLACE_QA_JDBC="true"
Modified: trunk/qa/hudson-riftsaw-local.sh
===================================================================
--- trunk/qa/hudson-riftsaw-local.sh 2011-07-07 14:48:49 UTC (rev 1418)
+++ trunk/qa/hudson-riftsaw-local.sh 2011-07-08 12:08:00 UTC (rev 1419)
@@ -8,7 +8,7 @@
DOWNLOAD_DIR="$RIFTSAW_PARENT_DIR/downloads"
JBOSS_VERSION="5.1.0.GA"
-RIFTSAW_VERSION="2.3.0-SNAPSHOT"
+RIFTSAW_VERSION="2.3.0.Final"
AS_HOME="$RIFTSAW_PARENT_DIR/riftsaw-$RIFTSAW_VERSION/jboss-$JBOSS_VERSION"
AS_CONFIG="default"
REPLACE_QA_JDBC="true"
Modified: trunk/qa/hudson-riftsaw-soa-p.sh
===================================================================
--- trunk/qa/hudson-riftsaw-soa-p.sh 2011-07-07 14:48:49 UTC (rev 1418)
+++ trunk/qa/hudson-riftsaw-soa-p.sh 2011-07-08 12:08:00 UTC (rev 1419)
@@ -10,7 +10,7 @@
DATABASE="hsql"
-RIFTSAW_VERSION="2.3.0-SNAPSHOT"
+RIFTSAW_VERSION="2.3.0.Final"
AS_HOME="$RIFTSAW_PARENT_DIR/riftsaw-$RIFTSAW_VERSION/jboss-soa-p.5.0.0/jboss-as"
AS_CONFIG="default"
REPLACE_QA_JDBC="true"
Modified: trunk/qa/hudson-riftsaw-ws.sh
===================================================================
--- trunk/qa/hudson-riftsaw-ws.sh 2011-07-07 14:48:49 UTC (rev 1418)
+++ trunk/qa/hudson-riftsaw-ws.sh 2011-07-08 12:08:00 UTC (rev 1419)
@@ -9,7 +9,7 @@
JBOSS_VERSION="5.1.0.GA"
DATABASE="hsql"
-RIFTSAW_VERSION="2.3.0-SNAPSHOT"
+RIFTSAW_VERSION="2.3.0.Final"
AS_HOME="$RIFTSAW_PARENT_DIR/riftsaw-$RIFTSAW_VERSION/jboss-$JBOSS_VERSION"
AS_CONFIG="default"
WS_STACK_DIR="$RIFTSAW_PARENT_DIR/downloads"
Modified: trunk/runtime/clustering/pom.xml
===================================================================
--- trunk/runtime/clustering/pom.xml 2011-07-07 14:48:49 UTC (rev 1418)
+++ trunk/runtime/clustering/pom.xml 2011-07-08 12:08:00 UTC (rev 1419)
@@ -5,13 +5,13 @@
<groupId>org.jboss.soa.bpel.runtime</groupId>
<artifactId>riftsaw-clustering</artifactId>
<packaging>jar</packaging>
- <version>2.3.0-SNAPSHOT</version>
+ <version>2.3.0.Final</version>
<name>RiftSaw::Runtime::Clustering</name>
<parent>
<groupId>org.jboss.soa.bpel</groupId>
<artifactId>runtime</artifactId>
- <version>2.3.0-SNAPSHOT</version>
+ <version>2.3.0.Final</version>
</parent>
<properties>
Modified: trunk/runtime/deployer/pom.xml
===================================================================
--- trunk/runtime/deployer/pom.xml 2011-07-07 14:48:49 UTC (rev 1418)
+++ trunk/runtime/deployer/pom.xml 2011-07-08 12:08:00 UTC (rev 1419)
@@ -5,13 +5,13 @@
<groupId>org.jboss.soa.bpel.runtime</groupId>
<artifactId>deployer</artifactId>
<packaging>jar</packaging>
- <version>2.3.0-SNAPSHOT</version>
+ <version>2.3.0.Final</version>
<name>RiftSaw::Runtime::Deployer</name>
<parent>
<groupId>org.jboss.soa.bpel</groupId>
<artifactId>runtime</artifactId>
- <version>2.3.0-SNAPSHOT</version>
+ <version>2.3.0.Final</version>
</parent>
<dependencies>
Modified: trunk/runtime/deployer-as5/pom.xml
===================================================================
--- trunk/runtime/deployer-as5/pom.xml 2011-07-07 14:48:49 UTC (rev 1418)
+++ trunk/runtime/deployer-as5/pom.xml 2011-07-08 12:08:00 UTC (rev 1419)
@@ -5,13 +5,13 @@
<groupId>org.jboss.soa.bpel.runtime</groupId>
<artifactId>deployer-as5</artifactId>
<packaging>jar</packaging>
- <version>2.3.0-SNAPSHOT</version>
+ <version>2.3.0.Final</version>
<name>RiftSaw::Runtime::Deployer-AS5</name>
<parent>
<groupId>org.jboss.soa.bpel</groupId>
<artifactId>runtime</artifactId>
- <version>2.3.0-SNAPSHOT</version>
+ <version>2.3.0.Final</version>
</parent>
<dependencies>
Modified: trunk/runtime/deployer-as6/pom.xml
===================================================================
--- trunk/runtime/deployer-as6/pom.xml 2011-07-07 14:48:49 UTC (rev 1418)
+++ trunk/runtime/deployer-as6/pom.xml 2011-07-08 12:08:00 UTC (rev 1419)
@@ -5,13 +5,13 @@
<groupId>org.jboss.soa.bpel.runtime</groupId>
<artifactId>deployer-as6</artifactId>
<packaging>jar</packaging>
- <version>2.3.0-SNAPSHOT</version>
+ <version>2.3.0.Final</version>
<name>RiftSaw::Runtime::Deployer-AS6</name>
<parent>
<groupId>org.jboss.soa.bpel</groupId>
<artifactId>runtime</artifactId>
- <version>2.3.0-SNAPSHOT</version>
+ <version>2.3.0.Final</version>
</parent>
<dependencies>
Modified: trunk/runtime/engine/pom.xml
===================================================================
--- trunk/runtime/engine/pom.xml 2011-07-07 14:48:49 UTC (rev 1418)
+++ trunk/runtime/engine/pom.xml 2011-07-08 12:08:00 UTC (rev 1419)
@@ -5,13 +5,13 @@
<groupId>org.jboss.soa.bpel.runtime</groupId>
<artifactId>riftsaw-engine</artifactId>
<packaging>jar</packaging>
- <version>2.3.0-SNAPSHOT</version>
+ <version>2.3.0.Final</version>
<name>RiftSaw::Runtime::Engine</name>
<parent>
<groupId>org.jboss.soa.bpel</groupId>
<artifactId>runtime</artifactId>
- <version>2.3.0-SNAPSHOT</version>
+ <version>2.3.0.Final</version>
</parent>
<dependencies>
Modified: trunk/runtime/engine-assembly/pom.xml
===================================================================
--- trunk/runtime/engine-assembly/pom.xml 2011-07-07 14:48:49 UTC (rev 1418)
+++ trunk/runtime/engine-assembly/pom.xml 2011-07-08 12:08:00 UTC (rev 1419)
@@ -4,14 +4,14 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.soa.bpel.runtime</groupId>
<artifactId>riftsaw</artifactId>
- <version>2.3.0-SNAPSHOT</version>
+ <version>2.3.0.Final</version>
<packaging>pom</packaging>
<name>RiftSaw::Runtime::Engine-Assembly</name>
<parent>
<groupId>org.jboss.soa.bpel</groupId>
<artifactId>runtime</artifactId>
- <version>2.3.0-SNAPSHOT</version>
+ <version>2.3.0.Final</version>
</parent>
<dependencies>
Modified: trunk/runtime/jbossesb-bpel/pom.xml
===================================================================
--- trunk/runtime/jbossesb-bpel/pom.xml 2011-07-07 14:48:49 UTC (rev 1418)
+++ trunk/runtime/jbossesb-bpel/pom.xml 2011-07-08 12:08:00 UTC (rev 1419)
@@ -5,13 +5,13 @@
<groupId>org.jboss.soa.bpel.runtime</groupId>
<artifactId>jbossesb-bpel</artifactId>
<packaging>jar</packaging>
- <version>2.3.0-SNAPSHOT</version>
+ <version>2.3.0.Final</version>
<name>RiftSaw::Runtime::JBossESB-BPEL</name>
<parent>
<groupId>org.jboss.soa.bpel</groupId>
<artifactId>runtime</artifactId>
- <version>2.3.0-SNAPSHOT</version>
+ <version>2.3.0.Final</version>
</parent>
<dependencies>
Modified: trunk/runtime/jbossesb-bpel-assembly/pom.xml
===================================================================
--- trunk/runtime/jbossesb-bpel-assembly/pom.xml 2011-07-07 14:48:49 UTC (rev 1418)
+++ trunk/runtime/jbossesb-bpel-assembly/pom.xml 2011-07-08 12:08:00 UTC (rev 1419)
@@ -4,13 +4,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.soa.bpel.runtime</groupId>
<artifactId>bpel.esb</artifactId>
- <version>2.3.0-SNAPSHOT</version>
+ <version>2.3.0.Final</version>
<packaging>pom</packaging>
<name>RiftSaw::Runtime::JBossESB-BPEL-Assembly</name>
<parent>
<groupId>org.jboss.soa.bpel</groupId>
<artifactId>runtime</artifactId>
- <version>2.3.0-SNAPSHOT</version>
+ <version>2.3.0.Final</version>
</parent>
<dependencies>
Modified: trunk/runtime/pom.xml
===================================================================
--- trunk/runtime/pom.xml 2011-07-07 14:48:49 UTC (rev 1418)
+++ trunk/runtime/pom.xml 2011-07-08 12:08:00 UTC (rev 1419)
@@ -6,13 +6,13 @@
<groupId>org.jboss.soa.bpel</groupId>
<artifactId>runtime</artifactId>
<packaging>pom</packaging>
- <version>2.3.0-SNAPSHOT</version>
+ <version>2.3.0.Final</version>
<name>RiftSaw::Runtime</name>
<parent>
<groupId>org.jboss.soa</groupId>
<artifactId>bpel</artifactId>
- <version>2.3.0-SNAPSHOT</version>
+ <version>2.3.0.Final</version>
</parent>
<modules>
Modified: trunk/runtime/uddi/pom.xml
===================================================================
--- trunk/runtime/uddi/pom.xml 2011-07-07 14:48:49 UTC (rev 1418)
+++ trunk/runtime/uddi/pom.xml 2011-07-08 12:08:00 UTC (rev 1419)
@@ -5,13 +5,13 @@
<groupId>org.jboss.soa.bpel.runtime</groupId>
<artifactId>riftsaw-uddi</artifactId>
<packaging>jar</packaging>
- <version>2.3.0-SNAPSHOT</version>
+ <version>2.3.0.Final</version>
<name>RiftSaw::Runtime::UDDI</name>
<parent>
<groupId>org.jboss.soa.bpel</groupId>
<artifactId>runtime</artifactId>
- <version>2.3.0-SNAPSHOT</version>
+ <version>2.3.0.Final</version>
</parent>
<dependencies>
Modified: trunk/samples/esb/esb_helloworld_saml/esbcontent/login-config.xml
===================================================================
--- trunk/samples/esb/esb_helloworld_saml/esbcontent/login-config.xml 2011-07-07 14:48:49 UTC (rev 1418)
+++ trunk/samples/esb/esb_helloworld_saml/esbcontent/login-config.xml 2011-07-08 12:08:00 UTC (rev 1419)
@@ -2,12 +2,12 @@
<application-policy name="saml-issue-token">
<authentication>
<login-module code="org.picketlink.identity.federation.core.wstrust.auth.STSIssuingLoginModule" flag="required">
- <module-option name="configFile">/Users/jdelong/Riftsaw22/riftsaw-2.3.0-SNAPSHOT/samples/esb/bpel_helloworld_saml/esbcontent/sts-client.properties</module-option>
+ <module-option name="configFile">/Users/jdelong/Riftsaw22/riftsaw-2.3.0.Final/samples/esb/bpel_helloworld_saml/esbcontent/sts-client.properties</module-option>
<module-option name="endpointURI">http://security_saml/goodbyeworld</module-option>
<module-option name="password-stacking">true</module-option>
</login-module>
<login-module code="org.picketlink.identity.federation.core.wstrust.auth.STSValidatingLoginModule" flag="required">
- <module-option name="configFile">/Users/jdelong/Riftsaw22/riftsaw-2.3.0-SNAPSHOT/samples/esb/bpel_helloworld_saml/esbcontent/sts-client.properties</module-option>
+ <module-option name="configFile">/Users/jdelong/Riftsaw22/riftsaw-2.3.0.Final/samples/esb/bpel_helloworld_saml/esbcontent/sts-client.properties</module-option>
<module-option name="password-stacking">useFirstPass</module-option>
</login-module>
</authentication>
@@ -16,7 +16,7 @@
<application-policy name="saml-validate-token">
<authentication>
<login-module code="org.picketlink.identity.federation.core.wstrust.auth.STSValidatingLoginModule" flag="required">
- <module-option name="configFile">/Users/jdelong/Riftsaw22/riftsaw-2.3.0-SNAPSHOT/samples/esb/bpel_helloworld_saml/esbcontent/sts-client.properties</module-option>
+ <module-option name="configFile">/Users/jdelong/Riftsaw22/riftsaw-2.3.0.Final/samples/esb/bpel_helloworld_saml/esbcontent/sts-client.properties</module-option>
<module-option name="useOptionsCredentials">true</module-option>
</login-module>
</authentication>
Modified: trunk/stress-tests/pom.xml
===================================================================
--- trunk/stress-tests/pom.xml 2011-07-07 14:48:49 UTC (rev 1418)
+++ trunk/stress-tests/pom.xml 2011-07-08 12:08:00 UTC (rev 1419)
@@ -5,12 +5,12 @@
<groupId>org.jboss.soa.bpel</groupId>
<artifactId>stress-tests</artifactId>
<packaging>jar</packaging>
- <version>2.3.0-SNAPSHOT</version>
+ <version>2.3.0.Final</version>
<name>RiftSaw::Stress-Tests</name>
<parent>
<groupId>org.jboss.soa</groupId>
<artifactId>bpel</artifactId>
- <version>2.3.0-SNAPSHOT</version>
+ <version>2.3.0.Final</version>
</parent>
<profiles>