summaryrefslogtreecommitdiffstats
path: root/sandbox/travelsample/pom.xml
diff options
context:
space:
mode:
authorrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2009-11-05 21:10:20 +0000
committerrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2009-11-05 21:10:20 +0000
commit68c3920fc0ba41c6a9ebf062bd41e5ebf647e51b (patch)
tree921bb13b61df90410e8dbeb459592f3f07ad7f91 /sandbox/travelsample/pom.xml
parentce9c5fc6b9bccea4f904812349cbd2613d80d23d (diff)
Update pom.xml to reference a consistent version of tuscany runtime using ${tuscany.version}
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@833170 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sandbox/travelsample/pom.xml')
-rw-r--r--sandbox/travelsample/pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/sandbox/travelsample/pom.xml b/sandbox/travelsample/pom.xml
index 8300e4a6e7..f171c87bb0 100644
--- a/sandbox/travelsample/pom.xml
+++ b/sandbox/travelsample/pom.xml
@@ -22,8 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca</artifactId>
- <version>1.5</version>
- <!--relativePath>../pom.xml</relativePath-->
+ <version>1.6-SNAPSHOT</version>
</parent>
<artifactId>tuscany-scatours</artifactId>
<packaging>pom</packaging>
@@ -69,13 +68,14 @@
</activation>
<properties>
<scatours.version>1.0-SNAPSHOT</scatours.version>
- <tuscany.version>1.5</tuscany.version>
+ <tuscany.version>1.6-SNAPSHOT</tuscany.version>
</properties>
<modules>
<module>contributions</module>
<module>launchers</module>
<module>services</module>
<module>clients</module>
+ <module>distribution</module>
</modules>
</profile>