summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/branches/sca-java-1.6/samples/helloworld-ws-service/pom.xml
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2010-01-19 18:48:27 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2010-01-19 18:48:27 +0000
commit56b8b711b7215adb7584965d77a0e0d7592549f7 (patch)
treeb1f4e5541f69db827200b12c0aae501f38e53426 /sca-java-1.x/branches/sca-java-1.6/samples/helloworld-ws-service/pom.xml
parent7fdbdaada500b9bcb9699eb8fabb8927bbbb0857 (diff)
Removing modules not ready to be released (looks like git left empty folders)
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@900902 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--sca-java-1.x/branches/sca-java-1.6/samples/helloworld-ws-service/pom.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/sca-java-1.x/branches/sca-java-1.6/samples/helloworld-ws-service/pom.xml b/sca-java-1.x/branches/sca-java-1.6/samples/helloworld-ws-service/pom.xml
index 97b8ff27ab..1cb9ca49b3 100644
--- a/sca-java-1.x/branches/sca-java-1.6/samples/helloworld-ws-service/pom.xml
+++ b/sca-java-1.x/branches/sca-java-1.6/samples/helloworld-ws-service/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>1.6</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>sample-helloworld-ws-service</artifactId>
@@ -39,28 +39,28 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-host-embedded</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>1.6</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>1.6</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.6</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-host-tomcat</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>1.6</version>
<scope>runtime</scope>
</dependency>