diff options
author | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2009-10-11 10:41:25 +0000 |
---|---|---|
committer | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2009-10-11 10:41:25 +0000 |
commit | be000d86cc2e321dc78a80f71a14feb5e7cd121b (patch) | |
tree | fdcd95fdd9237fdc6cb66c37ab4fced9f209da0e /sandbox/travelsample/launchers/currency-converter | |
parent | 63ddb7cd6855340562a82a41de5a54720701b4f2 (diff) |
Change version of Tuscany referenced from 1.5 to 1.6-SNAPSHOT
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@824050 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sandbox/travelsample/launchers/currency-converter')
-rw-r--r-- | sandbox/travelsample/launchers/currency-converter/pom.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sandbox/travelsample/launchers/currency-converter/pom.xml b/sandbox/travelsample/launchers/currency-converter/pom.xml index db3fcad9c8..5792c778a9 100644 --- a/sandbox/travelsample/launchers/currency-converter/pom.xml +++ b/sandbox/travelsample/launchers/currency-converter/pom.xml @@ -22,7 +22,7 @@ <parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca</artifactId>
- <version>1.5</version>
+ <version>1.6-SNAPSHOT</version>
<!--relativePath>../../pom.xml</relativePath-->
</parent><version>1.0-SNAPSHOT</version>
<artifactId>scatours-launcher-currency-converter</artifactId>
@@ -32,20 +32,20 @@ <dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-node-api</artifactId>
- <version>1.5</version>
+ <version>1.6-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>1.5</version>
+ <version>1.6-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-node-runtime</artifactId>
- <version>1.5</version>
+ <version>1.6-SNAPSHOT</version>
<scope>test</scope>
</dependency>
|