summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/trunk/tutorials/store/store-market
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-12-21 12:31:56 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-12-21 12:31:56 +0000
commit49ab0f4d7bedd7f909f34521873ee81fa354f8f5 (patch)
treefb76a4d5e56d7fce1b8931e629b28662fe754349 /sca-java-1.x/trunk/tutorials/store/store-market
parent23d5587f8a4a4dfa5fb2f5d9497d04733cdfe8df (diff)
Update 1.x trunk version to 1.7-SNAPSHOT
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@892797 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-1.x/trunk/tutorials/store/store-market')
-rw-r--r--sca-java-1.x/trunk/tutorials/store/store-market/build.xml2
-rw-r--r--sca-java-1.x/trunk/tutorials/store/store-market/pom.xml6
2 files changed, 4 insertions, 4 deletions
diff --git a/sca-java-1.x/trunk/tutorials/store/store-market/build.xml b/sca-java-1.x/trunk/tutorials/store/store-market/build.xml
index dc64e9500b..517604e78e 100644
--- a/sca-java-1.x/trunk/tutorials/store/store-market/build.xml
+++ b/sca-java-1.x/trunk/tutorials/store/store-market/build.xml
@@ -46,7 +46,7 @@
</target>
<fileset id="tuscany.jars" dir="../../../modules">
- <include name="tuscany-sca-api-1.6-SNAPSHOT.jar"/>
+ <include name="tuscany-sca-api-1.7-SNAPSHOT.jar"/>
</fileset>
<fileset id="3rdparty.jars" dir="../../../lib">
</fileset>
diff --git a/sca-java-1.x/trunk/tutorials/store/store-market/pom.xml b/sca-java-1.x/trunk/tutorials/store/store-market/pom.xml
index a3fb62dfa4..d5c77ab6d8 100644
--- a/sca-java-1.x/trunk/tutorials/store/store-market/pom.xml
+++ b/sca-java-1.x/trunk/tutorials/store/store-market/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-tutorial-store</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>1.7-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>tutorial-store-market</artifactId>
@@ -39,7 +39,7 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca-api</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>1.7-SNAPSHOT</version>
</dependency>
</dependencies>
@@ -62,7 +62,7 @@
<plugin>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-maven-ant-generator</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>1.7-SNAPSHOT</version>
<executions>
<execution>
<configuration>