diff options
Diffstat (limited to '')
-rw-r--r-- | sca-java-2.x/branches/2.0/testing/itest/base/dependencies/pom.xml | 4 | ||||
-rw-r--r-- | sca-java-2.x/branches/2.0/testing/itest/base/pom.xml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/sca-java-2.x/branches/2.0/testing/itest/base/dependencies/pom.xml b/sca-java-2.x/branches/2.0/testing/itest/base/dependencies/pom.xml index eb8412124c..142e7032d6 100644 --- a/sca-java-2.x/branches/2.0/testing/itest/base/dependencies/pom.xml +++ b/sca-java-2.x/branches/2.0/testing/itest/base/dependencies/pom.xml @@ -22,7 +22,7 @@ <parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>itest-base</artifactId>
- <version>2.0</version>
+ <version>2.0.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
@@ -33,7 +33,7 @@ <dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-base-runtime</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/base/pom.xml b/sca-java-2.x/branches/2.0/testing/itest/base/pom.xml index 3cf3cc81ff..ec14c7ce5b 100644 --- a/sca-java-2.x/branches/2.0/testing/itest/base/pom.xml +++ b/sca-java-2.x/branches/2.0/testing/itest/base/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>
<packaging>pom</packaging>
|