summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.x/demos/bigbank
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-04-18 08:06:18 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-04-18 08:06:18 +0000
commit001f5d05380840d811c85547c361ae0fde5a35a1 (patch)
tree2b83034633a5038301dc995a1dfb9e5695b0426d /branches/sca-java-1.x/demos/bigbank
parent6c7ad7c110656f47273dc23228b41e46023492f3 (diff)
Bump up 1.x trunk version to 1.6-SNAPSHOT
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@766265 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--branches/sca-java-1.x/demos/bigbank-account/build.xml6
-rw-r--r--branches/sca-java-1.x/demos/bigbank-account/pom.xml6
-rw-r--r--branches/sca-java-1.x/demos/bigbank-calculator/build.xml2
-rw-r--r--branches/sca-java-1.x/demos/bigbank-calculator/pom.xml10
-rw-r--r--branches/sca-java-1.x/demos/bigbank-stockquote/pom.xml10
-rw-r--r--branches/sca-java-1.x/demos/bigbank/pom.xml26
6 files changed, 30 insertions, 30 deletions
diff --git a/branches/sca-java-1.x/demos/bigbank-account/build.xml b/branches/sca-java-1.x/demos/bigbank-account/build.xml
index 30fbf74102..bc10c32532 100644
--- a/branches/sca-java-1.x/demos/bigbank-account/build.xml
+++ b/branches/sca-java-1.x/demos/bigbank-account/build.xml
@@ -23,9 +23,9 @@
<!--path id="test.classpath">
<pathelement location="target/classes"/>
- <pathelement location="../../modules/tuscany-host-jetty-1.5-SNAPSHOT.jar"/>
- <pathelement location="../../modules/tuscany-binding-jsonrpc-1.5-SNAPSHOT.jar"/>
- <pathelement location="../../modules/tuscany-binding-rmi-1.5-SNAPSHOT.jar"/>
+ <pathelement location="../../modules/tuscany-host-jetty-1.6-SNAPSHOT.jar"/>
+ <pathelement location="../../modules/tuscany-binding-jsonrpc-1.6-SNAPSHOT.jar"/>
+ <pathelement location="../../modules/tuscany-binding-rmi-1.6-SNAPSHOT.jar"/>
<pathelement location="../../lib/tuscany-sca-manifest.jar"/>
<pathelement location="target/demo-bigbank-account.jar"/>
</path-->
diff --git a/branches/sca-java-1.x/demos/bigbank-account/pom.xml b/branches/sca-java-1.x/demos/bigbank-account/pom.xml
index a465386e38..4da7161d1d 100644
--- a/branches/sca-java-1.x/demos/bigbank-account/pom.xml
+++ b/branches/sca-java-1.x/demos/bigbank-account/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-demos</artifactId>
- <version>1.5-SNAPSHOT</version>
+ <version>1.6-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>demo-bigbank-account</artifactId>
@@ -40,13 +40,13 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-core-spi</artifactId>
- <version>1.5-SNAPSHOT</version>
+ <version>1.6-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-policy-security</artifactId>
- <version>1.5-SNAPSHOT</version>
+ <version>1.6-SNAPSHOT</version>
</dependency>
<dependency>
diff --git a/branches/sca-java-1.x/demos/bigbank-calculator/build.xml b/branches/sca-java-1.x/demos/bigbank-calculator/build.xml
index 628ca62499..652d9059f6 100644
--- a/branches/sca-java-1.x/demos/bigbank-calculator/build.xml
+++ b/branches/sca-java-1.x/demos/bigbank-calculator/build.xml
@@ -20,7 +20,7 @@
<property name="test.class" value="calculator.demo.CalculatorServer" />
<path id="test.classpath">
- <!-- pathelement location="../../modules/tuscany-binding-rmi-1.5-SNAPSHOT.jar"/-->
+ <!-- pathelement location="../../modules/tuscany-binding-rmi-1.6-SNAPSHOT.jar"/-->
<pathelement path="target/demo-bigbank-calculator.jar"/>
<pathelement location="../../lib/tuscany-sca-manifest.jar"/>
</path>
diff --git a/branches/sca-java-1.x/demos/bigbank-calculator/pom.xml b/branches/sca-java-1.x/demos/bigbank-calculator/pom.xml
index deee875dc9..7f7f172e24 100644
--- a/branches/sca-java-1.x/demos/bigbank-calculator/pom.xml
+++ b/branches/sca-java-1.x/demos/bigbank-calculator/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-demos</artifactId>
- <version>1.5-SNAPSHOT</version>
+ <version>1.6-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>demo-bigbank-calculator</artifactId>
@@ -39,27 +39,27 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-host-embedded</artifactId>
- <version>1.5-SNAPSHOT</version>
+ <version>1.6-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>1.5-SNAPSHOT</version>
+ <version>1.6-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-script</artifactId>
- <version>1.5-SNAPSHOT</version>
+ <version>1.6-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-binding-rmi-runtime</artifactId>
- <version>1.5-SNAPSHOT</version>
+ <version>1.6-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
diff --git a/branches/sca-java-1.x/demos/bigbank-stockquote/pom.xml b/branches/sca-java-1.x/demos/bigbank-stockquote/pom.xml
index 0929d1a309..fa9e896c10 100644
--- a/branches/sca-java-1.x/demos/bigbank-stockquote/pom.xml
+++ b/branches/sca-java-1.x/demos/bigbank-stockquote/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-demos</artifactId>
- <version>1.5-SNAPSHOT</version>
+ <version>1.6-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>demo-bigbank-stockquote</artifactId>
@@ -39,7 +39,7 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-host-embedded</artifactId>
- <version>1.5-SNAPSHOT</version>
+ <version>1.6-SNAPSHOT</version>
</dependency>
<dependency>
@@ -51,21 +51,21 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>1.5-SNAPSHOT</version>
+ <version>1.6-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-binding-ws-axis2</artifactId>
- <version>1.5-SNAPSHOT</version>
+ <version>1.6-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-host-tomcat</artifactId>
- <version>1.5-SNAPSHOT</version>
+ <version>1.6-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
diff --git a/branches/sca-java-1.x/demos/bigbank/pom.xml b/branches/sca-java-1.x/demos/bigbank/pom.xml
index 44fccbe132..3a1ac5979d 100644
--- a/branches/sca-java-1.x/demos/bigbank/pom.xml
+++ b/branches/sca-java-1.x/demos/bigbank/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-demos</artifactId>
- <version>1.5-SNAPSHOT</version>
+ <version>1.6-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>demo-bigbank</artifactId>
@@ -40,13 +40,13 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-host-embedded</artifactId>
- <version>1.5-SNAPSHOT</version>
+ <version>1.6-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-data-api</artifactId>
- <version>1.5-SNAPSHOT</version>
+ <version>1.6-SNAPSHOT</version>
</dependency>
<dependency>
@@ -58,69 +58,69 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>demo-bigbank-account</artifactId>
- <version>1.5-SNAPSHOT</version>
+ <version>1.6-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>1.5-SNAPSHOT</version>
+ <version>1.6-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-binding-atom-abdera</artifactId>
- <version>1.5-SNAPSHOT</version>
+ <version>1.6-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-binding-rss-rome</artifactId>
- <version>1.5-SNAPSHOT</version>
+ <version>1.6-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-binding-ws-axis2</artifactId>
- <version>1.5-SNAPSHOT</version>
+ <version>1.6-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-binding-jsonrpc-runtime</artifactId>
- <version>1.5-SNAPSHOT</version>
+ <version>1.6-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-binding-rmi-runtime</artifactId>
- <version>1.5-SNAPSHOT</version>
+ <version>1.6-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-resource-runtime</artifactId>
- <version>1.5-SNAPSHOT</version>
+ <version>1.6-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-binding-http-runtime</artifactId>
- <version>1.5-SNAPSHOT</version>
+ <version>1.6-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-host-jetty</artifactId>
- <version>1.5-SNAPSHOT</version>
+ <version>1.6-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>