diff options
author | lresende <lresende@13f79535-47bb-0310-9956-ffa450edef68> | 2010-01-19 18:48:27 +0000 |
---|---|---|
committer | lresende <lresende@13f79535-47bb-0310-9956-ffa450edef68> | 2010-01-19 18:48:27 +0000 |
commit | 56b8b711b7215adb7584965d77a0e0d7592549f7 (patch) | |
tree | b1f4e5541f69db827200b12c0aae501f38e53426 /sca-java-1.x/branches/sca-java-1.6/samples/helloworld-distributed/helloworld-node/pom.xml | |
parent | 7fdbdaada500b9bcb9699eb8fabb8927bbbb0857 (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 'sca-java-1.x/branches/sca-java-1.6/samples/helloworld-distributed/helloworld-node/pom.xml')
-rw-r--r-- | sca-java-1.x/branches/sca-java-1.6/samples/helloworld-distributed/helloworld-node/pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sca-java-1.x/branches/sca-java-1.6/samples/helloworld-distributed/helloworld-node/pom.xml b/sca-java-1.x/branches/sca-java-1.6/samples/helloworld-distributed/helloworld-node/pom.xml index 8de3f5101f..d23f52fc78 100644 --- a/sca-java-1.x/branches/sca-java-1.6/samples/helloworld-distributed/helloworld-node/pom.xml +++ b/sca-java-1.x/branches/sca-java-1.6/samples/helloworld-distributed/helloworld-node/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-node</artifactId>
@@ -32,13 +32,13 @@ <dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca-api</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>1.6</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-node-dynamic</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>1.6</version>
<scope>test</scope>
</dependency>
|