summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/branches/2.0/testing/itest/domains/helloworld/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'sca-java-2.x/branches/2.0/testing/itest/domains/helloworld/pom.xml')
-rw-r--r--sca-java-2.x/branches/2.0/testing/itest/domains/helloworld/pom.xml8
1 files changed, 4 insertions, 4 deletions
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>