diff options
Diffstat (limited to '')
-rw-r--r-- | sca-java-2.x/branches/sca-java-2.0-M5/itest/callback-two-composites/pom.xml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/sca-java-2.x/branches/sca-java-2.0-M5/itest/callback-two-composites/pom.xml b/sca-java-2.x/branches/sca-java-2.0-M5/itest/callback-two-composites/pom.xml index 339b2179a5..c8b554bf9a 100644 --- a/sca-java-2.x/branches/sca-java-2.0-M5/itest/callback-two-composites/pom.xml +++ b/sca-java-2.x/branches/sca-java-2.0-M5/itest/callback-two-composites/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-itest</artifactId> - <version>2.0-SNAPSHOT</version> + <version>2.0-M5-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>itest-callback-two-composites</artifactId> @@ -32,41 +32,41 @@ <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-node-api</artifactId> - <version>2.0-SNAPSHOT</version> + <version>2.0-M5-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-node-impl</artifactId> - <version>2.0-SNAPSHOT</version> + <version>2.0-M5-SNAPSHOT</version> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-implementation-java-runtime</artifactId> - <version>2.0-SNAPSHOT</version> + <version>2.0-M5-SNAPSHOT</version> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-binding-ws-runtime-axis2</artifactId> - <version>2.0-SNAPSHOT</version> + <version>2.0-M5-SNAPSHOT</version> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-host-http</artifactId> - <version>2.0-SNAPSHOT</version> + <version>2.0-M5-SNAPSHOT</version> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-host-jetty</artifactId> - <version>2.0-SNAPSHOT</version> + <version>2.0-M5-SNAPSHOT</version> <scope>test</scope> </dependency> |