diff options
Diffstat (limited to '')
-rw-r--r-- | branches/sca-java-1.3.2/itest/callback-basic/pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/branches/sca-java-1.3.2/itest/callback-basic/pom.xml b/branches/sca-java-1.3.2/itest/callback-basic/pom.xml index 8b42c6b764..26b5ef24b8 100644 --- a/branches/sca-java-1.3.2/itest/callback-basic/pom.xml +++ b/branches/sca-java-1.3.2/itest/callback-basic/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-itest</artifactId> - <version>1.3.1-SNAPSHOT</version> + <version>1.3.2-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>itest-callback-basic</artifactId> @@ -32,13 +32,13 @@ <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-host-embedded</artifactId> - <version>1.3.1-SNAPSHOT</version> + <version>1.3.2-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-implementation-java-runtime</artifactId> - <version>1.3.1-SNAPSHOT</version> + <version>1.3.2-SNAPSHOT</version> <scope>runtime</scope> </dependency> </dependencies> |