diff options
author | ramkumar <ramkumar@13f79535-47bb-0310-9956-ffa450edef68> | 2008-12-02 12:34:48 +0000 |
---|---|---|
committer | ramkumar <ramkumar@13f79535-47bb-0310-9956-ffa450edef68> | 2008-12-02 12:34:48 +0000 |
commit | b0f9cda6d2deedff59ca6449bd0e5cec42af700c (patch) | |
tree | fabb1a00aa7ac94e42e3bd0fabfa4b7bf0c94301 /branches/sca-java-1.x/itest/promotion-interface-missmatch | |
parent | 2e56e7202012b2b7dce49a1f860980d086ace7e4 (diff) |
Changing version 1.4-SNAPSHOT to 1.5-SNAPSHOT
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@722441 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches/sca-java-1.x/itest/promotion-interface-missmatch')
-rw-r--r-- | branches/sca-java-1.x/itest/promotion-interface-missmatch/pom.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/branches/sca-java-1.x/itest/promotion-interface-missmatch/pom.xml b/branches/sca-java-1.x/itest/promotion-interface-missmatch/pom.xml index 0b3c3cf0c7..034895c4fe 100644 --- a/branches/sca-java-1.x/itest/promotion-interface-missmatch/pom.xml +++ b/branches/sca-java-1.x/itest/promotion-interface-missmatch/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-itest</artifactId> - <version>1.4-SNAPSHOT</version> + <version>1.5-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>itest-promotion-interface-missmatch</artifactId> @@ -32,27 +32,27 @@ <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-host-embedded</artifactId> - <version>1.4-SNAPSHOT</version> + <version>1.5-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-implementation-java-runtime</artifactId> - <version>1.4-SNAPSHOT</version> + <version>1.5-SNAPSHOT</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-binding-ws-axis2</artifactId> - <version>1.4-SNAPSHOT</version> + <version>1.5-SNAPSHOT</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-host-tomcat</artifactId> - <version>1.4-SNAPSHOT</version> + <version>1.5-SNAPSHOT</version> <scope>runtime</scope> </dependency> </dependencies> |