diff options
Diffstat (limited to 'sca-java-1.x/branches/sca-java-1.6.1/itest/scopes')
-rw-r--r-- | sca-java-1.x/branches/sca-java-1.6.1/itest/scopes/pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sca-java-1.x/branches/sca-java-1.6.1/itest/scopes/pom.xml b/sca-java-1.x/branches/sca-java-1.6.1/itest/scopes/pom.xml index a08a13a4d0..21bfb5b177 100644 --- a/sca-java-1.x/branches/sca-java-1.6.1/itest/scopes/pom.xml +++ b/sca-java-1.x/branches/sca-java-1.6.1/itest/scopes/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-itest</artifactId> - <version>1.6-SNAPSHOT</version> + <version>1.6.1-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>itest-scopes</artifactId> @@ -32,13 +32,13 @@ <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-host-embedded</artifactId> - <version>1.6-SNAPSHOT</version> + <version>1.6.1-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-implementation-java-runtime</artifactId> - <version>1.6-SNAPSHOT</version> + <version>1.6.1-SNAPSHOT</version> <scope>runtime</scope> </dependency> |