diff options
Diffstat (limited to 'sca-java-2.x/trunk/testing/itest/bpel/helloworld')
-rw-r--r-- | sca-java-2.x/trunk/testing/itest/bpel/helloworld/pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sca-java-2.x/trunk/testing/itest/bpel/helloworld/pom.xml b/sca-java-2.x/trunk/testing/itest/bpel/helloworld/pom.xml index 3359ae6cf7..5b1bac62c4 100644 --- a/sca-java-2.x/trunk/testing/itest/bpel/helloworld/pom.xml +++ b/sca-java-2.x/trunk/testing/itest/bpel/helloworld/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.tuscany.sca</groupId> <artifactId>itest-bpel</artifactId> - <version>2.0-SNAPSHOT</version> + <version>2.5-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>itest-bpel-helloworld</artifactId> @@ -41,13 +41,13 @@ <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-base-runtime-pom</artifactId> <type>pom</type> - <version>2.0-SNAPSHOT</version> + <version>2.5-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-implementation-bpel-runtime</artifactId> - <version>2.0-SNAPSHOT</version> + <version>2.5-SNAPSHOT</version> <scope>runtime</scope> </dependency> |