diff options
Diffstat (limited to 'branches/sca-java-1.x/itest/transaction')
-rw-r--r-- | branches/sca-java-1.x/itest/transaction/pom.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/branches/sca-java-1.x/itest/transaction/pom.xml b/branches/sca-java-1.x/itest/transaction/pom.xml index 2cab2d0c3f..dabbb1a6ce 100644 --- a/branches/sca-java-1.x/itest/transaction/pom.xml +++ b/branches/sca-java-1.x/itest/transaction/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-itest</artifactId> - <version>1.5-SNAPSHOT</version> + <version>1.6-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>itest-transaction</artifactId> @@ -33,19 +33,19 @@ <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-policy-transaction</artifactId> - <version>1.5-SNAPSHOT</version> + <version>1.6-SNAPSHOT</version> </dependency> <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> |