summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.5.1/samples/helloworld-ws-service-webapp/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'branches/sca-java-1.5.1/samples/helloworld-ws-service-webapp/pom.xml')
-rw-r--r--branches/sca-java-1.5.1/samples/helloworld-ws-service-webapp/pom.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/branches/sca-java-1.5.1/samples/helloworld-ws-service-webapp/pom.xml b/branches/sca-java-1.5.1/samples/helloworld-ws-service-webapp/pom.xml
index 2399c4f29c..cc1b3a62fb 100644
--- a/branches/sca-java-1.5.1/samples/helloworld-ws-service-webapp/pom.xml
+++ b/branches/sca-java-1.5.1/samples/helloworld-ws-service-webapp/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>
</parent>
<artifactId>sample-helloworld-ws-service-webapp</artifactId>
<name>Apache Tuscany SCA HelloWorld Web Service Sample Webapp</name>
@@ -39,20 +39,20 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-host-webapp</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>1.5.1-SNAPSHOT</version>
</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-implementation-java-runtime</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>1.5.1-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>