summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/branches/sca-java-1.6/samples/calculator-distributed/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/calculator-distributed/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/calculator-distributed/pom.xml20
1 files changed, 10 insertions, 10 deletions
diff --git a/sca-java-1.x/branches/sca-java-1.6/samples/calculator-distributed/pom.xml b/sca-java-1.x/branches/sca-java-1.6/samples/calculator-distributed/pom.xml
index c0536fb3ae..71bd02a075 100644
--- a/sca-java-1.x/branches/sca-java-1.6/samples/calculator-distributed/pom.xml
+++ b/sca-java-1.x/branches/sca-java-1.6/samples/calculator-distributed/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-calculator-distributed</artifactId>
@@ -40,53 +40,53 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-node-api</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>1.6</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-node-launcher</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>1.6</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-domain-manager</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>1.6</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-node-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-sca</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>1.6</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-binding-sca-axis2</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>1.6</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-binding-http-runtime</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>1.6</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-resource-runtime</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>1.6</version>
<scope>runtime</scope>
</dependency>
@@ -100,7 +100,7 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-host-tomcat</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>1.6</version>
<scope>test</scope>
</dependency>