summaryrefslogtreecommitdiffstats
path: root/branches
diff options
context:
space:
mode:
authorslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2009-09-14 09:19:47 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2009-09-14 09:19:47 +0000
commit7f8c329554d7d01afa39734535e1227fa923896a (patch)
tree29524197ab849662cb0416d47efae31e8823b972 /branches
parent67e95cc7ea25abd3bd82d0468ddda64455bcdd7e (diff)
Correct version numbers back to 1.5.1-SNAPSHOT
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@814540 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches')
-rw-r--r--branches/sca-java-1.5.1/itest/jaxws/pom.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/branches/sca-java-1.5.1/itest/jaxws/pom.xml b/branches/sca-java-1.5.1/itest/jaxws/pom.xml
index ba3e3f7cfe..d3b38311ee 100644
--- a/branches/sca-java-1.5.1/itest/jaxws/pom.xml
+++ b/branches/sca-java-1.5.1/itest/jaxws/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>1.5.1-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>itest-jaxws</artifactId>
@@ -32,34 +32,34 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-node-api</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>1.5.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>1.5.1-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.5.1-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-host-jetty</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>1.5.1-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-node-runtime</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>1.5.1-SNAPSHOT</version>
<scope>test</scope>
</dependency>