summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.x/samples/osgi-supplychain/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--branches/sca-java-1.x/samples/osgi-supplychain/pom.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/branches/sca-java-1.x/samples/osgi-supplychain/pom.xml b/branches/sca-java-1.x/samples/osgi-supplychain/pom.xml
index f7e945f958..09c91fb3e9 100644
--- a/branches/sca-java-1.x/samples/osgi-supplychain/pom.xml
+++ b/branches/sca-java-1.x/samples/osgi-supplychain/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.5-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>sample-osgi-supplychain</artifactId>
@@ -39,20 +39,20 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-host-embedded</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.5-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-osgi</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.5-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>