summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/trunk/itest/exceptions-simple-ws
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-12-21 12:31:56 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-12-21 12:31:56 +0000
commit49ab0f4d7bedd7f909f34521873ee81fa354f8f5 (patch)
treefb76a4d5e56d7fce1b8931e629b28662fe754349 /sca-java-1.x/trunk/itest/exceptions-simple-ws
parent23d5587f8a4a4dfa5fb2f5d9497d04733cdfe8df (diff)
Update 1.x trunk version to 1.7-SNAPSHOT
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@892797 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-1.x/trunk/itest/exceptions-simple-ws')
-rw-r--r--sca-java-1.x/trunk/itest/exceptions-simple-ws/pom.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/sca-java-1.x/trunk/itest/exceptions-simple-ws/pom.xml b/sca-java-1.x/trunk/itest/exceptions-simple-ws/pom.xml
index 23e6dfcd74..3c74c88eb5 100644
--- a/sca-java-1.x/trunk/itest/exceptions-simple-ws/pom.xml
+++ b/sca-java-1.x/trunk/itest/exceptions-simple-ws/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-itest</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>1.7-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>itest-exceptions-simple-ws</artifactId>
@@ -32,27 +32,27 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-host-embedded</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>1.7-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>1.7-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-binding-ws-axis2</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>1.7-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-host-tomcat</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>1.7-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
</dependencies>