summaryrefslogtreecommitdiffstats
path: root/sandbox/ant/sca/branches/foo/itest
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/ant/sca/branches/foo/itest')
-rw-r--r--sandbox/ant/sca/branches/foo/itest/callback-api/pom.xml8
-rw-r--r--sandbox/ant/sca/branches/foo/itest/callback-basic/pom.xml8
-rw-r--r--sandbox/ant/sca/branches/foo/itest/callback-complex-type/pom.xml8
-rw-r--r--sandbox/ant/sca/branches/foo/itest/callback-id/pom.xml8
-rw-r--r--sandbox/ant/sca/branches/foo/itest/callback-multiple-wires/pom.xml8
-rw-r--r--sandbox/ant/sca/branches/foo/itest/callback-separatethread/pom.xml8
-rw-r--r--sandbox/ant/sca/branches/foo/itest/callback-set-callback/pom.xml8
-rw-r--r--sandbox/ant/sca/branches/foo/itest/callback-set-conversation/pom.xml8
-rw-r--r--sandbox/ant/sca/branches/foo/itest/component-type/pom.xml8
-rw-r--r--sandbox/ant/sca/branches/foo/itest/conversations/pom.xml8
-rw-r--r--sandbox/ant/sca/branches/foo/itest/distribution/bin-distro-unzip/pom.xml4
-rw-r--r--sandbox/ant/sca/branches/foo/itest/distribution/binding-ws-calculator/pom.xml4
-rw-r--r--sandbox/ant/sca/branches/foo/itest/distribution/calculator-rmi/pom.xml4
-rw-r--r--sandbox/ant/sca/branches/foo/itest/distribution/implementation-java-calculator/pom.xml4
-rw-r--r--sandbox/ant/sca/branches/foo/itest/distribution/pom.xml2
-rw-r--r--sandbox/ant/sca/branches/foo/itest/distribution/webapp-helloworld-jsp/pom.xml6
-rw-r--r--sandbox/ant/sca/branches/foo/itest/distribution/webapp-helloworld/pom.xml6
-rw-r--r--sandbox/ant/sca/branches/foo/itest/exceptions/pom.xml8
-rw-r--r--sandbox/ant/sca/branches/foo/itest/interfaces/pom.xml8
-rw-r--r--sandbox/ant/sca/branches/foo/itest/pom.xml2
-rw-r--r--sandbox/ant/sca/branches/foo/itest/recursive-multi-level/pom.xml8
-rw-r--r--sandbox/ant/sca/branches/foo/itest/references/pom.xml8
-rw-r--r--sandbox/ant/sca/branches/foo/itest/scopes/pom.xml8
-rw-r--r--sandbox/ant/sca/branches/foo/itest/services/pom.xml8
-rw-r--r--sandbox/ant/sca/branches/foo/itest/wires/pom.xml8
25 files changed, 84 insertions, 84 deletions
diff --git a/sandbox/ant/sca/branches/foo/itest/callback-api/pom.xml b/sandbox/ant/sca/branches/foo/itest/callback-api/pom.xml
index 204393835b..4947ab803c 100644
--- a/sandbox/ant/sca/branches/foo/itest/callback-api/pom.xml
+++ b/sandbox/ant/sca/branches/foo/itest/callback-api/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-itest</artifactId>
- <version>2.0-M2</version>
+ <version>2.0-M2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>itest-callback-api</artifactId>
@@ -32,20 +32,20 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-node-api</artifactId>
- <version>2.0-M2</version>
+ <version>2.0-M2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-node-impl</artifactId>
- <version>2.0-M2</version>
+ <version>2.0-M2-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>2.0-M2</version>
+ <version>2.0-M2-SNAPSHOT</version>
<scope>test</scope>
</dependency>
diff --git a/sandbox/ant/sca/branches/foo/itest/callback-basic/pom.xml b/sandbox/ant/sca/branches/foo/itest/callback-basic/pom.xml
index 219bbbf29f..1bba7670f9 100644
--- a/sandbox/ant/sca/branches/foo/itest/callback-basic/pom.xml
+++ b/sandbox/ant/sca/branches/foo/itest/callback-basic/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-itest</artifactId>
- <version>2.0-M2</version>
+ <version>2.0-M2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>itest-callback-basic</artifactId>
@@ -32,20 +32,20 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-node-api</artifactId>
- <version>2.0-M2</version>
+ <version>2.0-M2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-node-impl</artifactId>
- <version>2.0-M2</version>
+ <version>2.0-M2-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>2.0-M2</version>
+ <version>2.0-M2-SNAPSHOT</version>
<scope>test</scope>
</dependency>
diff --git a/sandbox/ant/sca/branches/foo/itest/callback-complex-type/pom.xml b/sandbox/ant/sca/branches/foo/itest/callback-complex-type/pom.xml
index bfe8930d56..54c48ebde3 100644
--- a/sandbox/ant/sca/branches/foo/itest/callback-complex-type/pom.xml
+++ b/sandbox/ant/sca/branches/foo/itest/callback-complex-type/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-itest</artifactId>
- <version>2.0-M2</version>
+ <version>2.0-M2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>itest-callback-complex-type</artifactId>
@@ -32,20 +32,20 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-node-api</artifactId>
- <version>2.0-M2</version>
+ <version>2.0-M2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-node-impl</artifactId>
- <version>2.0-M2</version>
+ <version>2.0-M2-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>2.0-M2</version>
+ <version>2.0-M2-SNAPSHOT</version>
<scope>test</scope>
</dependency>
diff --git a/sandbox/ant/sca/branches/foo/itest/callback-id/pom.xml b/sandbox/ant/sca/branches/foo/itest/callback-id/pom.xml
index ef2f97873c..39d886acda 100644
--- a/sandbox/ant/sca/branches/foo/itest/callback-id/pom.xml
+++ b/sandbox/ant/sca/branches/foo/itest/callback-id/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-itest</artifactId>
- <version>2.0-M2</version>
+ <version>2.0-M2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>itest-callback-id</artifactId>
@@ -32,20 +32,20 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-node-api</artifactId>
- <version>2.0-M2</version>
+ <version>2.0-M2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-node-impl</artifactId>
- <version>2.0-M2</version>
+ <version>2.0-M2-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>2.0-M2</version>
+ <version>2.0-M2-SNAPSHOT</version>
<scope>test</scope>
</dependency>
diff --git a/sandbox/ant/sca/branches/foo/itest/callback-multiple-wires/pom.xml b/sandbox/ant/sca/branches/foo/itest/callback-multiple-wires/pom.xml
index 5c8f8a47b0..bc68a09b2f 100644
--- a/sandbox/ant/sca/branches/foo/itest/callback-multiple-wires/pom.xml
+++ b/sandbox/ant/sca/branches/foo/itest/callback-multiple-wires/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-itest</artifactId>
- <version>2.0-M2</version>
+ <version>2.0-M2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>itest-callback-multiple-wires</artifactId>
@@ -32,20 +32,20 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-node-api</artifactId>
- <version>2.0-M2</version>
+ <version>2.0-M2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-node-impl</artifactId>
- <version>2.0-M2</version>
+ <version>2.0-M2-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>2.0-M2</version>
+ <version>2.0-M2-SNAPSHOT</version>
<scope>test</scope>
</dependency>
diff --git a/sandbox/ant/sca/branches/foo/itest/callback-separatethread/pom.xml b/sandbox/ant/sca/branches/foo/itest/callback-separatethread/pom.xml
index 1c7f2b8247..3227f50c0d 100644
--- a/sandbox/ant/sca/branches/foo/itest/callback-separatethread/pom.xml
+++ b/sandbox/ant/sca/branches/foo/itest/callback-separatethread/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-itest</artifactId>
- <version>2.0-M2</version>
+ <version>2.0-M2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>itest-callback-separatethread</artifactId>
@@ -32,20 +32,20 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-node-api</artifactId>
- <version>2.0-M2</version>
+ <version>2.0-M2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-node-impl</artifactId>
- <version>2.0-M2</version>
+ <version>2.0-M2-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>2.0-M2</version>
+ <version>2.0-M2-SNAPSHOT</version>
<scope>test</scope>
</dependency>
diff --git a/sandbox/ant/sca/branches/foo/itest/callback-set-callback/pom.xml b/sandbox/ant/sca/branches/foo/itest/callback-set-callback/pom.xml
index df9882ce55..2fad690193 100644
--- a/sandbox/ant/sca/branches/foo/itest/callback-set-callback/pom.xml
+++ b/sandbox/ant/sca/branches/foo/itest/callback-set-callback/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-itest</artifactId>
- <version>2.0-M2</version>
+ <version>2.0-M2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>itest-callback-set-callback</artifactId>
@@ -32,20 +32,20 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-node-api</artifactId>
- <version>2.0-M2</version>
+ <version>2.0-M2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-node-impl</artifactId>
- <version>2.0-M2</version>
+ <version>2.0-M2-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>2.0-M2</version>
+ <version>2.0-M2-SNAPSHOT</version>
<scope>test</scope>
</dependency>
diff --git a/sandbox/ant/sca/branches/foo/itest/callback-set-conversation/pom.xml b/sandbox/ant/sca/branches/foo/itest/callback-set-conversation/pom.xml
index f508033694..aa6863f442 100644
--- a/sandbox/ant/sca/branches/foo/itest/callback-set-conversation/pom.xml
+++ b/sandbox/ant/sca/branches/foo/itest/callback-set-conversation/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-itest</artifactId>
- <version>2.0-M2</version>
+ <version>2.0-M2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>itest-callback-set-conversation</artifactId>
@@ -32,20 +32,20 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-node-api</artifactId>
- <version>2.0-M2</version>
+ <version>2.0-M2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-node-impl</artifactId>
- <version>2.0-M2</version>
+ <version>2.0-M2-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>2.0-M2</version>
+ <version>2.0-M2-SNAPSHOT</version>
<scope>test</scope>
</dependency>
diff --git a/sandbox/ant/sca/branches/foo/itest/component-type/pom.xml b/sandbox/ant/sca/branches/foo/itest/component-type/pom.xml
index d551553432..015f7028b8 100644
--- a/sandbox/ant/sca/branches/foo/itest/component-type/pom.xml
+++ b/sandbox/ant/sca/branches/foo/itest/component-type/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-itest</artifactId>
- <version>2.0-M2</version>
+ <version>2.0-M2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>itest-component-type</artifactId>
@@ -32,20 +32,20 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-node-api</artifactId>
- <version>2.0-M2</version>
+ <version>2.0-M2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-node-impl</artifactId>
- <version>2.0-M2</version>
+ <version>2.0-M2-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>2.0-M2</version>
+ <version>2.0-M2-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
</dependencies>
diff --git a/sandbox/ant/sca/branches/foo/itest/conversations/pom.xml b/sandbox/ant/sca/branches/foo/itest/conversations/pom.xml
index 9b0c09d1de..20fa3a4f81 100644
--- a/sandbox/ant/sca/branches/foo/itest/conversations/pom.xml
+++ b/sandbox/ant/sca/branches/foo/itest/conversations/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-itest</artifactId>
- <version>2.0-M2</version>
+ <version>2.0-M2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>itest-conversations</artifactId>
@@ -32,20 +32,20 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-node-api</artifactId>
- <version>2.0-M2</version>
+ <version>2.0-M2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-node-impl</artifactId>
- <version>2.0-M2</version>
+ <version>2.0-M2-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>2.0-M2</version>
+ <version>2.0-M2-SNAPSHOT</version>
<scope>test</scope>
</dependency>
diff --git a/sandbox/ant/sca/branches/foo/itest/distribution/bin-distro-unzip/pom.xml b/sandbox/ant/sca/branches/foo/itest/distribution/bin-distro-unzip/pom.xml
index f428c55a5e..1887d5ddc6 100644
--- a/sandbox/ant/sca/branches/foo/itest/distribution/bin-distro-unzip/pom.xml
+++ b/sandbox/ant/sca/branches/foo/itest/distribution/bin-distro-unzip/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>itest-distribution</artifactId>
- <version>2.0-M2</version>
+ <version>2.0-M2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>itest-bin-distro-unzip</artifactId>
@@ -33,7 +33,7 @@
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-distribution-all</artifactId>
<type>pom</type>
- <version>2.0-M2</version>
+ <version>2.0-M2-SNAPSHOT</version>
</dependency>
</dependencies>
diff --git a/sandbox/ant/sca/branches/foo/itest/distribution/binding-ws-calculator/pom.xml b/sandbox/ant/sca/branches/foo/itest/distribution/binding-ws-calculator/pom.xml
index c3ff7d2bd9..3abdc98222 100644
--- a/sandbox/ant/sca/branches/foo/itest/distribution/binding-ws-calculator/pom.xml
+++ b/sandbox/ant/sca/branches/foo/itest/distribution/binding-ws-calculator/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>itest-distribution</artifactId>
- <version>2.0-M2</version>
+ <version>2.0-M2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>itest-distribution-binding-ws-calculator</artifactId>
@@ -33,7 +33,7 @@
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>itest-bin-distro-unzip</artifactId>
<type>pom</type>
- <version>2.0-M2</version>
+ <version>2.0-M2-SNAPSHOT</version>
</dependency>
</dependencies>
diff --git a/sandbox/ant/sca/branches/foo/itest/distribution/calculator-rmi/pom.xml b/sandbox/ant/sca/branches/foo/itest/distribution/calculator-rmi/pom.xml
index 27d5bbf3c2..7e49a03d67 100644
--- a/sandbox/ant/sca/branches/foo/itest/distribution/calculator-rmi/pom.xml
+++ b/sandbox/ant/sca/branches/foo/itest/distribution/calculator-rmi/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>itest-distribution</artifactId>
- <version>2.0-M2</version>
+ <version>2.0-M2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>itest-distribution-calculator-rmi</artifactId>
@@ -33,7 +33,7 @@
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>itest-bin-distro-unzip</artifactId>
<type>pom</type>
- <version>2.0-M2</version>
+ <version>2.0-M2-SNAPSHOT</version>
</dependency>
</dependencies>
diff --git a/sandbox/ant/sca/branches/foo/itest/distribution/implementation-java-calculator/pom.xml b/sandbox/ant/sca/branches/foo/itest/distribution/implementation-java-calculator/pom.xml
index ef8a44a841..30497d09de 100644
--- a/sandbox/ant/sca/branches/foo/itest/distribution/implementation-java-calculator/pom.xml
+++ b/sandbox/ant/sca/branches/foo/itest/distribution/implementation-java-calculator/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>itest-distribution</artifactId>
- <version>2.0-M2</version>
+ <version>2.0-M2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>itest-distribution-implementation-java-calculator</artifactId>
@@ -33,7 +33,7 @@
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>itest-bin-distro-unzip</artifactId>
<type>pom</type>
- <version>2.0-M2</version>
+ <version>2.0-M2-SNAPSHOT</version>
</dependency>
</dependencies>
diff --git a/sandbox/ant/sca/branches/foo/itest/distribution/pom.xml b/sandbox/ant/sca/branches/foo/itest/distribution/pom.xml
index 52b0a5c4fb..5cefe0e555 100644
--- a/sandbox/ant/sca/branches/foo/itest/distribution/pom.xml
+++ b/sandbox/ant/sca/branches/foo/itest/distribution/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-itest</artifactId>
- <version>2.0-M2</version>
+ <version>2.0-M2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<packaging>pom</packaging>
diff --git a/sandbox/ant/sca/branches/foo/itest/distribution/webapp-helloworld-jsp/pom.xml b/sandbox/ant/sca/branches/foo/itest/distribution/webapp-helloworld-jsp/pom.xml
index c787e2769b..51a3d5ba53 100644
--- a/sandbox/ant/sca/branches/foo/itest/distribution/webapp-helloworld-jsp/pom.xml
+++ b/sandbox/ant/sca/branches/foo/itest/distribution/webapp-helloworld-jsp/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>itest-distribution</artifactId>
- <version>2.0-M2</version>
+ <version>2.0-M2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>itest-distribution-webapp-helloworld-jsp</artifactId>
@@ -34,14 +34,14 @@
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>itest-bin-distro-unzip</artifactId>
<type>pom</type>
- <version>2.0-M2</version>
+ <version>2.0-M2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>helloworld-jsp</artifactId>
<type>war</type>
- <version>2.0-M2</version>
+ <version>2.0-M2-SNAPSHOT</version>
</dependency>
<dependency>
diff --git a/sandbox/ant/sca/branches/foo/itest/distribution/webapp-helloworld/pom.xml b/sandbox/ant/sca/branches/foo/itest/distribution/webapp-helloworld/pom.xml
index ad4c883d45..4027fd28cb 100644
--- a/sandbox/ant/sca/branches/foo/itest/distribution/webapp-helloworld/pom.xml
+++ b/sandbox/ant/sca/branches/foo/itest/distribution/webapp-helloworld/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>itest-distribution</artifactId>
- <version>2.0-M2</version>
+ <version>2.0-M2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>itest-distribution-webapp-helloworld</artifactId>
@@ -34,14 +34,14 @@
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>itest-bin-distro-unzip</artifactId>
<type>pom</type>
- <version>2.0-M2</version>
+ <version>2.0-M2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>helloworld</artifactId>
<type>war</type>
- <version>2.0-M2</version>
+ <version>2.0-M2-SNAPSHOT</version>
</dependency>
<dependency>
diff --git a/sandbox/ant/sca/branches/foo/itest/exceptions/pom.xml b/sandbox/ant/sca/branches/foo/itest/exceptions/pom.xml
index 7d0fd26fdc..cbc0c99d49 100644
--- a/sandbox/ant/sca/branches/foo/itest/exceptions/pom.xml
+++ b/sandbox/ant/sca/branches/foo/itest/exceptions/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-itest</artifactId>
- <version>2.0-M2</version>
+ <version>2.0-M2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>itest-exceptions</artifactId>
@@ -32,20 +32,20 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-node-api</artifactId>
- <version>2.0-M2</version>
+ <version>2.0-M2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-node-impl</artifactId>
- <version>2.0-M2</version>
+ <version>2.0-M2-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>2.0-M2</version>
+ <version>2.0-M2-SNAPSHOT</version>
<scope>test</scope>
</dependency>
diff --git a/sandbox/ant/sca/branches/foo/itest/interfaces/pom.xml b/sandbox/ant/sca/branches/foo/itest/interfaces/pom.xml
index 36727e89dc..b697d6c2ad 100644
--- a/sandbox/ant/sca/branches/foo/itest/interfaces/pom.xml
+++ b/sandbox/ant/sca/branches/foo/itest/interfaces/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-itest</artifactId>
- <version>2.0-M2</version>
+ <version>2.0-M2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>itest-interfaces</artifactId>
@@ -32,20 +32,20 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-node-api</artifactId>
- <version>2.0-M2</version>
+ <version>2.0-M2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-node-impl</artifactId>
- <version>2.0-M2</version>
+ <version>2.0-M2-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>2.0-M2</version>
+ <version>2.0-M2-SNAPSHOT</version>
<scope>test</scope>
</dependency>
diff --git a/sandbox/ant/sca/branches/foo/itest/pom.xml b/sandbox/ant/sca/branches/foo/itest/pom.xml
index 872e0508ae..ad85bb6988 100644
--- a/sandbox/ant/sca/branches/foo/itest/pom.xml
+++ b/sandbox/ant/sca/branches/foo/itest/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca</artifactId>
- <version>2.0-M2</version>
+ <version>2.0-M2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>tuscany-itest</artifactId>
diff --git a/sandbox/ant/sca/branches/foo/itest/recursive-multi-level/pom.xml b/sandbox/ant/sca/branches/foo/itest/recursive-multi-level/pom.xml
index 2820a1c0f8..bf9150ca12 100644
--- a/sandbox/ant/sca/branches/foo/itest/recursive-multi-level/pom.xml
+++ b/sandbox/ant/sca/branches/foo/itest/recursive-multi-level/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-itest</artifactId>
- <version>2.0-M2</version>
+ <version>2.0-M2-SNAPSHOT</version>
<!--relativePath>../pom.xml</relativePath-->
</parent>
<artifactId>itest-recursive-multi-level</artifactId>
@@ -32,20 +32,20 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-node-api</artifactId>
- <version>2.0-M2</version>
+ <version>2.0-M2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-node-impl</artifactId>
- <version>2.0-M2</version>
+ <version>2.0-M2-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>2.0-M2</version>
+ <version>2.0-M2-SNAPSHOT</version>
<scope>test</scope>
</dependency>
diff --git a/sandbox/ant/sca/branches/foo/itest/references/pom.xml b/sandbox/ant/sca/branches/foo/itest/references/pom.xml
index 5e8b493329..678da815b6 100644
--- a/sandbox/ant/sca/branches/foo/itest/references/pom.xml
+++ b/sandbox/ant/sca/branches/foo/itest/references/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-itest</artifactId>
- <version>2.0-M2</version>
+ <version>2.0-M2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>itest-references</artifactId>
@@ -32,20 +32,20 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-node-api</artifactId>
- <version>2.0-M2</version>
+ <version>2.0-M2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-node-impl</artifactId>
- <version>2.0-M2</version>
+ <version>2.0-M2-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>2.0-M2</version>
+ <version>2.0-M2-SNAPSHOT</version>
<scope>test</scope>
</dependency>
</dependencies>
diff --git a/sandbox/ant/sca/branches/foo/itest/scopes/pom.xml b/sandbox/ant/sca/branches/foo/itest/scopes/pom.xml
index 7a01f1c7dd..b5e0d4d26c 100644
--- a/sandbox/ant/sca/branches/foo/itest/scopes/pom.xml
+++ b/sandbox/ant/sca/branches/foo/itest/scopes/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-itest</artifactId>
- <version>2.0-M2</version>
+ <version>2.0-M2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<name>Apache Tuscany SCA Scopes Integration Tests</name>
@@ -32,20 +32,20 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-node-api</artifactId>
- <version>2.0-M2</version>
+ <version>2.0-M2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-node-impl</artifactId>
- <version>2.0-M2</version>
+ <version>2.0-M2-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>2.0-M2</version>
+ <version>2.0-M2-SNAPSHOT</version>
<scope>test</scope>
</dependency>
diff --git a/sandbox/ant/sca/branches/foo/itest/services/pom.xml b/sandbox/ant/sca/branches/foo/itest/services/pom.xml
index 9c470f0d0c..63c5202417 100644
--- a/sandbox/ant/sca/branches/foo/itest/services/pom.xml
+++ b/sandbox/ant/sca/branches/foo/itest/services/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-itest</artifactId>
- <version>2.0-M2</version>
+ <version>2.0-M2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>itest-services</artifactId>
@@ -32,20 +32,20 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-node-api</artifactId>
- <version>2.0-M2</version>
+ <version>2.0-M2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-node-impl</artifactId>
- <version>2.0-M2</version>
+ <version>2.0-M2-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>2.0-M2</version>
+ <version>2.0-M2-SNAPSHOT</version>
<scope>test</scope>
</dependency>
</dependencies>
diff --git a/sandbox/ant/sca/branches/foo/itest/wires/pom.xml b/sandbox/ant/sca/branches/foo/itest/wires/pom.xml
index 6c63222fb4..96b28b093b 100644
--- a/sandbox/ant/sca/branches/foo/itest/wires/pom.xml
+++ b/sandbox/ant/sca/branches/foo/itest/wires/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-itest</artifactId>
- <version>2.0-M2</version>
+ <version>2.0-M2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>itest-wires</artifactId>
@@ -32,20 +32,20 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-node-api</artifactId>
- <version>2.0-M2</version>
+ <version>2.0-M2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-node-impl</artifactId>
- <version>2.0-M2</version>
+ <version>2.0-M2-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>2.0-M2</version>
+ <version>2.0-M2-SNAPSHOT</version>
<scope>test</scope>
</dependency>