diff options
author | rfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68> | 2009-11-05 21:10:20 +0000 |
---|---|---|
committer | rfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68> | 2009-11-05 21:10:20 +0000 |
commit | 68c3920fc0ba41c6a9ebf062bd41e5ebf647e51b (patch) | |
tree | 921bb13b61df90410e8dbeb459592f3f07ad7f91 /sandbox/travelsample/contributions/fullapp-currency | |
parent | ce9c5fc6b9bccea4f904812349cbd2613d80d23d (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/contributions/fullapp-currency')
-rw-r--r-- | sandbox/travelsample/contributions/fullapp-currency/pom.xml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/sandbox/travelsample/contributions/fullapp-currency/pom.xml b/sandbox/travelsample/contributions/fullapp-currency/pom.xml index 459b9772ff..8327c5a950 100644 --- a/sandbox/travelsample/contributions/fullapp-currency/pom.xml +++ b/sandbox/travelsample/contributions/fullapp-currency/pom.xml @@ -21,9 +21,9 @@ <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.tuscany.sca</groupId> - <artifactId>tuscany-sca</artifactId> - <version>1.6-SNAPSHOT</version> - <!--relativePath>../../pom.xml</relativePath--> + <artifactId>tuscany-scatours</artifactId> + <version>1.0-SNAPSHOT</version> + <relativePath>../../pom.xml</relativePath> </parent><version>1.0-SNAPSHOT</version> <artifactId>scatours-contribution-fullapp-currency</artifactId> <name>Apache Tuscany SCA Tours Full Application Currency Contribution</name> @@ -32,27 +32,27 @@ <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-node-impl</artifactId> - <version>1.6-SNAPSHOT</version> + <version>${tuscany.version}</version> </dependency> <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-implementation-java-runtime</artifactId> - <version>1.6-SNAPSHOT</version> + <version>${tuscany.version}</version> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-binding-ws-axis2</artifactId> - <version>1.6-SNAPSHOT</version> + <version>${tuscany.version}</version> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-host-tomcat</artifactId> - <version>1.6-SNAPSHOT</version> + <version>${tuscany.version}</version> <scope>test</scope> </dependency> @@ -72,7 +72,7 @@ <plugin> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-maven-ant-generator</artifactId> - <version>1.6-SNAPSHOT</version> + <version>${tuscany.version}</version> <executions> <execution> <configuration> |