summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/branches/2.0/testing/itest/domains
diff options
context:
space:
mode:
Diffstat (limited to 'sca-java-2.x/branches/2.0/testing/itest/domains')
-rw-r--r--sca-java-2.x/branches/2.0/testing/itest/domains/distributed/pom.xml4
-rw-r--r--sca-java-2.x/branches/2.0/testing/itest/domains/endpoint-uri/pom.xml8
-rw-r--r--sca-java-2.x/branches/2.0/testing/itest/domains/helloworld/pom.xml8
-rw-r--r--sca-java-2.x/branches/2.0/testing/itest/domains/interfaces/pom.xml4
-rw-r--r--sca-java-2.x/branches/2.0/testing/itest/domains/pom.xml2
-rw-r--r--sca-java-2.x/branches/2.0/testing/itest/domains/standalone/pom.xml6
6 files changed, 16 insertions, 16 deletions
diff --git a/sca-java-2.x/branches/2.0/testing/itest/domains/distributed/pom.xml b/sca-java-2.x/branches/2.0/testing/itest/domains/distributed/pom.xml
index 8b4bfaca29..f9b40f2eec 100644
--- a/sca-java-2.x/branches/2.0/testing/itest/domains/distributed/pom.xml
+++ b/sca-java-2.x/branches/2.0/testing/itest/domains/distributed/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca</artifactId>
- <version>2.0</version>
+ <version>2.0.1-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>itest-domains-distributed</artifactId>
@@ -32,7 +32,7 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-base-runtime-nodep</artifactId>
- <version>2.0</version>
+ <version>2.0.1-SNAPSHOT</version>
</dependency>
<dependency>
diff --git a/sca-java-2.x/branches/2.0/testing/itest/domains/endpoint-uri/pom.xml b/sca-java-2.x/branches/2.0/testing/itest/domains/endpoint-uri/pom.xml
index f242eaae33..7074c41b5f 100644
--- a/sca-java-2.x/branches/2.0/testing/itest/domains/endpoint-uri/pom.xml
+++ b/sca-java-2.x/branches/2.0/testing/itest/domains/endpoint-uri/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>itest-nodes</artifactId>
- <version>2.0</version>
+ <version>2.0.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>itest-domains-enpoint-uri</artifactId>
@@ -32,17 +32,17 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-base-runtime</artifactId>
- <version>2.0</version>
+ <version>2.0.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-binding-ws-runtime-axis2</artifactId>
- <version>2.0</version>
+ <version>2.0.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-host-jetty</artifactId>
- <version>2.0</version>
+ <version>2.0.1-SNAPSHOT</version>
</dependency>
</dependencies>
diff --git a/sca-java-2.x/branches/2.0/testing/itest/domains/helloworld/pom.xml b/sca-java-2.x/branches/2.0/testing/itest/domains/helloworld/pom.xml
index 77d7c16d14..25d031c099 100644
--- a/sca-java-2.x/branches/2.0/testing/itest/domains/helloworld/pom.xml
+++ b/sca-java-2.x/branches/2.0/testing/itest/domains/helloworld/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-itest</artifactId>
- <version>2.0</version>
+ <version>2.0.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>itest-domains-helloworld</artifactId>
@@ -32,13 +32,13 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca-api</artifactId>
- <version>2.0</version>
+ <version>2.0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>itest-domains-interfaces</artifactId>
- <version>2.0</version>
+ <version>2.0.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>junit</groupId>
@@ -58,7 +58,7 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-zip-contribution-descriptor</artifactId>
- <version>2.0</version>
+ <version>2.0.1-SNAPSHOT</version>
</dependency>
</dependencies>
<executions>
diff --git a/sca-java-2.x/branches/2.0/testing/itest/domains/interfaces/pom.xml b/sca-java-2.x/branches/2.0/testing/itest/domains/interfaces/pom.xml
index 0a48abb744..77fb64c3a9 100644
--- a/sca-java-2.x/branches/2.0/testing/itest/domains/interfaces/pom.xml
+++ b/sca-java-2.x/branches/2.0/testing/itest/domains/interfaces/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-itest</artifactId>
- <version>2.0</version>
+ <version>2.0.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>itest-domains-interfaces</artifactId>
@@ -32,7 +32,7 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca-api</artifactId>
- <version>2.0</version>
+ <version>2.0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
diff --git a/sca-java-2.x/branches/2.0/testing/itest/domains/pom.xml b/sca-java-2.x/branches/2.0/testing/itest/domains/pom.xml
index 8ebe920ac2..147783a005 100644
--- a/sca-java-2.x/branches/2.0/testing/itest/domains/pom.xml
+++ b/sca-java-2.x/branches/2.0/testing/itest/domains/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-itest</artifactId>
- <version>2.0</version>
+ <version>2.0.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>itest-domains</artifactId>
diff --git a/sca-java-2.x/branches/2.0/testing/itest/domains/standalone/pom.xml b/sca-java-2.x/branches/2.0/testing/itest/domains/standalone/pom.xml
index c5394bf42b..cb5e0ba731 100644
--- a/sca-java-2.x/branches/2.0/testing/itest/domains/standalone/pom.xml
+++ b/sca-java-2.x/branches/2.0/testing/itest/domains/standalone/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca</artifactId>
- <version>2.0</version>
+ <version>2.0.1-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>itest-domains-standalone</artifactId>
@@ -32,14 +32,14 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-domain-node</artifactId>
- <version>2.0</version>
+ <version>2.0.1-SNAPSHOT</version>
</dependency>
<!-- TODO: shouldnt need to have this dependency, should be in DomainNode -->
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca-client-impl</artifactId>
- <version>2.0</version>
+ <version>2.0.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>junit</groupId>