diff options
Diffstat (limited to '')
-rw-r--r-- | branches/sca-java-1.x/vtest/java-api/conversation/pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/branches/sca-java-1.x/vtest/java-api/conversation/pom.xml b/branches/sca-java-1.x/vtest/java-api/conversation/pom.xml index 5c8ee059cb..7d98b95e5f 100644 --- a/branches/sca-java-1.x/vtest/java-api/conversation/pom.xml +++ b/branches/sca-java-1.x/vtest/java-api/conversation/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.tuscany.sca</groupId> <artifactId>vtest-java-api</artifactId> - <version>1.5-SNAPSHOT</version> + <version>1.6-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>vtest-java-api-conversation</artifactId> @@ -34,13 +34,13 @@ <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-host-embedded</artifactId> - <version>1.5-SNAPSHOT</version> + <version>1.6-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-implementation-java-runtime</artifactId> - <version>1.5-SNAPSHOT</version> + <version>1.6-SNAPSHOT</version> <scope>runtime</scope> </dependency> |