summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.x/demos/bigbank-account
diff options
context:
space:
mode:
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
2 files changed, 6 insertions, 6 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 f7ebe32968..30fbf74102 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.4-SNAPSHOT.jar"/>
- <pathelement location="../../modules/tuscany-binding-jsonrpc-1.4-SNAPSHOT.jar"/>
- <pathelement location="../../modules/tuscany-binding-rmi-1.4-SNAPSHOT.jar"/>
+ <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="../../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 8ae35dbf3e..a465386e38 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.4-SNAPSHOT</version>
+ <version>1.5-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.4-SNAPSHOT</version>
+ <version>1.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-policy-security</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.5-SNAPSHOT</version>
</dependency>
<dependency>