summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/branches/sca-java-2.0-M5/itest/bpel
diff options
context:
space:
mode:
authorkelvingoodson <kelvingoodson@13f79535-47bb-0310-9956-ffa450edef68>2010-05-27 15:53:32 +0000
committerkelvingoodson <kelvingoodson@13f79535-47bb-0310-9956-ffa450edef68>2010-05-27 15:53:32 +0000
commit8261ab3b35169025a198091ba2e2d4247d828470 (patch)
tree83c21ae0dc3354b8e0b96e84ca2caaa32776c1de /sca-java-2.x/branches/sca-java-2.0-M5/itest/bpel
parent8967ca6e9003cbde2e048ab35c0e7114b4f954bf (diff)
update branch version
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@948871 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/branches/sca-java-2.0-M5/itest/bpel')
-rw-r--r--sca-java-2.x/branches/sca-java-2.0-M5/itest/bpel/helloworld-reference/pom.xml12
-rw-r--r--sca-java-2.x/branches/sca-java-2.0-M5/itest/bpel/helloworld-ws/pom.xml10
-rw-r--r--sca-java-2.x/branches/sca-java-2.0-M5/itest/bpel/helloworld/pom.xml8
-rw-r--r--sca-java-2.x/branches/sca-java-2.0-M5/itest/bpel/pom.xml2
4 files changed, 16 insertions, 16 deletions
diff --git a/sca-java-2.x/branches/sca-java-2.0-M5/itest/bpel/helloworld-reference/pom.xml b/sca-java-2.x/branches/sca-java-2.0-M5/itest/bpel/helloworld-reference/pom.xml
index 75856a4c74..acdfa999fc 100644
--- a/sca-java-2.x/branches/sca-java-2.0-M5/itest/bpel/helloworld-reference/pom.xml
+++ b/sca-java-2.x/branches/sca-java-2.0-M5/itest/bpel/helloworld-reference/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>itest-bpel</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-M5-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>itest-bpel-helloworld-reference</artifactId>
@@ -39,34 +39,34 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-node-impl</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-M5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-M5-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-binding-ws-runtime-axis2</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-M5-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-host-jetty</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-M5-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-bpel-runtime</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-M5-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
diff --git a/sca-java-2.x/branches/sca-java-2.0-M5/itest/bpel/helloworld-ws/pom.xml b/sca-java-2.x/branches/sca-java-2.0-M5/itest/bpel/helloworld-ws/pom.xml
index dffbb4f9a9..053ce953b6 100644
--- a/sca-java-2.x/branches/sca-java-2.0-M5/itest/bpel/helloworld-ws/pom.xml
+++ b/sca-java-2.x/branches/sca-java-2.0-M5/itest/bpel/helloworld-ws/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>itest-bpel</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-M5-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>itest-bpel-helloworld-ws
@@ -37,27 +37,27 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-node-impl</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-M5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-M5-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-bpel-runtime</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-M5-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-binding-ws-runtime-axis2</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-M5-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
diff --git a/sca-java-2.x/branches/sca-java-2.0-M5/itest/bpel/helloworld/pom.xml b/sca-java-2.x/branches/sca-java-2.0-M5/itest/bpel/helloworld/pom.xml
index 18e5dc6d43..edb03d2571 100644
--- a/sca-java-2.x/branches/sca-java-2.0-M5/itest/bpel/helloworld/pom.xml
+++ b/sca-java-2.x/branches/sca-java-2.0-M5/itest/bpel/helloworld/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>itest-bpel</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-M5-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>itest-bpel-helloworld</artifactId>
@@ -40,20 +40,20 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-node-impl</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-M5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-M5-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-bpel-runtime</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-M5-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
diff --git a/sca-java-2.x/branches/sca-java-2.0-M5/itest/bpel/pom.xml b/sca-java-2.x/branches/sca-java-2.0-M5/itest/bpel/pom.xml
index 10cc5e27fe..ee480f5e76 100644
--- a/sca-java-2.x/branches/sca-java-2.0-M5/itest/bpel/pom.xml
+++ b/sca-java-2.x/branches/sca-java-2.0-M5/itest/bpel/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-itest</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-M5-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>itest-bpel</artifactId>