summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/branches/sca-java-1.6.1/itest/contribution-jee-samples
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.1/itest/contribution-jee-samples/ear-appcomp-contrib-implicit-war-appcomp/pom.xml10
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.1/itest/contribution-jee-samples/ear-appcomp-contrib-implicit/pom.xml10
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.1/itest/contribution-jee-samples/ear-nonenhanced/pom.xml8
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.1/itest/contribution-jee-samples/ejb-appcomp-contrib-explicit/pom.xml4
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.1/itest/contribution-jee-samples/ejb-appcomp-contrib-implicit/pom.xml4
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.1/itest/contribution-jee-samples/ejb-enhanced/pom.xml4
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.1/itest/contribution-jee-samples/ejb-nonenhanced/pom.xml4
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.1/itest/contribution-jee-samples/jar-shared/pom.xml4
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.1/itest/contribution-jee-samples/pom.xml2
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.1/itest/contribution-jee-samples/sample-11-client/pom.xml4
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.1/itest/contribution-jee-samples/scajar-ear-appcomp-war-appcomp/pom.xml6
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.1/itest/contribution-jee-samples/scajar-ear-appcomp/pom.xml6
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.1/itest/contribution-jee-samples/scajar-ear-nonenhanced/pom.xml6
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.1/itest/contribution-jee-samples/scajar-ejb-nonenhanced/pom.xml6
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.1/itest/contribution-jee-samples/scazip-ejb-appcomp/pom.xml8
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.1/itest/contribution-jee-samples/scazip-war-appcomp/pom.xml8
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.1/itest/contribution-jee-samples/war-appcomp-contrib-implicit/pom.xml4
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.1/itest/contribution-jee-samples/war-nonenhanced/pom.xml4
18 files changed, 51 insertions, 51 deletions
diff --git a/sca-java-1.x/branches/sca-java-1.6.1/itest/contribution-jee-samples/ear-appcomp-contrib-implicit-war-appcomp/pom.xml b/sca-java-1.x/branches/sca-java-1.6.1/itest/contribution-jee-samples/ear-appcomp-contrib-implicit-war-appcomp/pom.xml
index 74687aedbf..fbde9f3645 100644
--- a/sca-java-1.x/branches/sca-java-1.6.1/itest/contribution-jee-samples/ear-appcomp-contrib-implicit-war-appcomp/pom.xml
+++ b/sca-java-1.x/branches/sca-java-1.6.1/itest/contribution-jee-samples/ear-appcomp-contrib-implicit-war-appcomp/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>itest-contribution-jee-samples</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>1.6.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
@@ -35,7 +35,7 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca-api</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>1.6.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
@@ -49,14 +49,14 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>itest-contribution-jee-samples-00-jar-shared</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>1.6.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>itest-contribution-jee-samples-12-ejb-appcomp-contrib-implicit</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>1.6.1-SNAPSHOT</version>
<type>ejb</type>
<scope>provided</scope>
</dependency>
@@ -64,7 +64,7 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>itest-contribution-jee-samples-06-war-appcomp-contrib-implicit</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>1.6.1-SNAPSHOT</version>
<type>war</type>
<scope>provided</scope>
</dependency>
diff --git a/sca-java-1.x/branches/sca-java-1.6.1/itest/contribution-jee-samples/ear-appcomp-contrib-implicit/pom.xml b/sca-java-1.x/branches/sca-java-1.6.1/itest/contribution-jee-samples/ear-appcomp-contrib-implicit/pom.xml
index 32aa604cba..d0c47d0ef6 100644
--- a/sca-java-1.x/branches/sca-java-1.6.1/itest/contribution-jee-samples/ear-appcomp-contrib-implicit/pom.xml
+++ b/sca-java-1.x/branches/sca-java-1.6.1/itest/contribution-jee-samples/ear-appcomp-contrib-implicit/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>itest-contribution-jee-samples</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>1.6.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
@@ -35,7 +35,7 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca-api</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>1.6.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
@@ -49,14 +49,14 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>itest-contribution-jee-samples-00-jar-shared</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>1.6.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>itest-contribution-jee-samples-08-ejb-enhanced</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>1.6.1-SNAPSHOT</version>
<type>ejb</type>
<scope>provided</scope>
</dependency>
@@ -64,7 +64,7 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>itest-contribution-jee-samples-01-war-nonenhanced</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>1.6.1-SNAPSHOT</version>
<type>war</type>
<scope>provided</scope>
</dependency>
diff --git a/sca-java-1.x/branches/sca-java-1.6.1/itest/contribution-jee-samples/ear-nonenhanced/pom.xml b/sca-java-1.x/branches/sca-java-1.6.1/itest/contribution-jee-samples/ear-nonenhanced/pom.xml
index 57054b4a5d..9ca2a2868e 100644
--- a/sca-java-1.x/branches/sca-java-1.6.1/itest/contribution-jee-samples/ear-nonenhanced/pom.xml
+++ b/sca-java-1.x/branches/sca-java-1.6.1/itest/contribution-jee-samples/ear-nonenhanced/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>itest-contribution-jee-samples</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>1.6.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
@@ -35,7 +35,7 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca-api</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>1.6.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
@@ -49,7 +49,7 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>itest-contribution-jee-samples-07-ejb-nonenhanced</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>1.6.1-SNAPSHOT</version>
<type>ejb</type>
<scope>provided</scope>
</dependency>
@@ -57,7 +57,7 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>itest-contribution-jee-samples-01-war-nonenhanced</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>1.6.1-SNAPSHOT</version>
<type>war</type>
<scope>provided</scope>
</dependency>
diff --git a/sca-java-1.x/branches/sca-java-1.6.1/itest/contribution-jee-samples/ejb-appcomp-contrib-explicit/pom.xml b/sca-java-1.x/branches/sca-java-1.6.1/itest/contribution-jee-samples/ejb-appcomp-contrib-explicit/pom.xml
index e7ea217b2a..71e650bc22 100644
--- a/sca-java-1.x/branches/sca-java-1.6.1/itest/contribution-jee-samples/ejb-appcomp-contrib-explicit/pom.xml
+++ b/sca-java-1.x/branches/sca-java-1.6.1/itest/contribution-jee-samples/ejb-appcomp-contrib-explicit/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>itest-contribution-jee-samples</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>1.6.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
@@ -35,7 +35,7 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca-api</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>1.6.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
diff --git a/sca-java-1.x/branches/sca-java-1.6.1/itest/contribution-jee-samples/ejb-appcomp-contrib-implicit/pom.xml b/sca-java-1.x/branches/sca-java-1.6.1/itest/contribution-jee-samples/ejb-appcomp-contrib-implicit/pom.xml
index 1bf1c63799..bc223af548 100644
--- a/sca-java-1.x/branches/sca-java-1.6.1/itest/contribution-jee-samples/ejb-appcomp-contrib-implicit/pom.xml
+++ b/sca-java-1.x/branches/sca-java-1.6.1/itest/contribution-jee-samples/ejb-appcomp-contrib-implicit/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>itest-contribution-jee-samples</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>1.6.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
@@ -35,7 +35,7 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca-api</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>1.6.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
diff --git a/sca-java-1.x/branches/sca-java-1.6.1/itest/contribution-jee-samples/ejb-enhanced/pom.xml b/sca-java-1.x/branches/sca-java-1.6.1/itest/contribution-jee-samples/ejb-enhanced/pom.xml
index 44a0b85dc2..49c66c7c36 100644
--- a/sca-java-1.x/branches/sca-java-1.6.1/itest/contribution-jee-samples/ejb-enhanced/pom.xml
+++ b/sca-java-1.x/branches/sca-java-1.6.1/itest/contribution-jee-samples/ejb-enhanced/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>itest-contribution-jee-samples</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>1.6.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
@@ -35,7 +35,7 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca-api</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>1.6.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
diff --git a/sca-java-1.x/branches/sca-java-1.6.1/itest/contribution-jee-samples/ejb-nonenhanced/pom.xml b/sca-java-1.x/branches/sca-java-1.6.1/itest/contribution-jee-samples/ejb-nonenhanced/pom.xml
index 29690543e8..8f4fb64b40 100644
--- a/sca-java-1.x/branches/sca-java-1.6.1/itest/contribution-jee-samples/ejb-nonenhanced/pom.xml
+++ b/sca-java-1.x/branches/sca-java-1.6.1/itest/contribution-jee-samples/ejb-nonenhanced/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>itest-contribution-jee-samples</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>1.6.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
@@ -35,7 +35,7 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca-api</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>1.6.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
diff --git a/sca-java-1.x/branches/sca-java-1.6.1/itest/contribution-jee-samples/jar-shared/pom.xml b/sca-java-1.x/branches/sca-java-1.6.1/itest/contribution-jee-samples/jar-shared/pom.xml
index f32ff8f6ab..2ba4ee93f2 100644
--- a/sca-java-1.x/branches/sca-java-1.6.1/itest/contribution-jee-samples/jar-shared/pom.xml
+++ b/sca-java-1.x/branches/sca-java-1.6.1/itest/contribution-jee-samples/jar-shared/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>itest-contribution-jee-samples</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>1.6.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
@@ -34,7 +34,7 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca-api</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>1.6.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
diff --git a/sca-java-1.x/branches/sca-java-1.6.1/itest/contribution-jee-samples/pom.xml b/sca-java-1.x/branches/sca-java-1.6.1/itest/contribution-jee-samples/pom.xml
index a1a80f047c..73e950290a 100644
--- a/sca-java-1.x/branches/sca-java-1.6.1/itest/contribution-jee-samples/pom.xml
+++ b/sca-java-1.x/branches/sca-java-1.6.1/itest/contribution-jee-samples/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-itest</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>1.6.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/sca-java-1.x/branches/sca-java-1.6.1/itest/contribution-jee-samples/sample-11-client/pom.xml b/sca-java-1.x/branches/sca-java-1.6.1/itest/contribution-jee-samples/sample-11-client/pom.xml
index 15eaa7f3f3..2c0a2379f5 100644
--- a/sca-java-1.x/branches/sca-java-1.6.1/itest/contribution-jee-samples/sample-11-client/pom.xml
+++ b/sca-java-1.x/branches/sca-java-1.6.1/itest/contribution-jee-samples/sample-11-client/pom.xml
@@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>itest-contribution-jee-samples</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>1.6.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
@@ -37,7 +37,7 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca-api</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>1.6.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
diff --git a/sca-java-1.x/branches/sca-java-1.6.1/itest/contribution-jee-samples/scajar-ear-appcomp-war-appcomp/pom.xml b/sca-java-1.x/branches/sca-java-1.6.1/itest/contribution-jee-samples/scajar-ear-appcomp-war-appcomp/pom.xml
index 7852f46dd3..01e8b1557d 100644
--- a/sca-java-1.x/branches/sca-java-1.6.1/itest/contribution-jee-samples/scajar-ear-appcomp-war-appcomp/pom.xml
+++ b/sca-java-1.x/branches/sca-java-1.6.1/itest/contribution-jee-samples/scajar-ear-appcomp-war-appcomp/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>1.6.1-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>itest-contribution-jee-samples-43-scajar-ear-appcomp-war-appcomp</artifactId>
@@ -39,14 +39,14 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca-api</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>1.6.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>1.6.1-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
diff --git a/sca-java-1.x/branches/sca-java-1.6.1/itest/contribution-jee-samples/scajar-ear-appcomp/pom.xml b/sca-java-1.x/branches/sca-java-1.6.1/itest/contribution-jee-samples/scajar-ear-appcomp/pom.xml
index 306b27fd5c..0da7e82f96 100644
--- a/sca-java-1.x/branches/sca-java-1.6.1/itest/contribution-jee-samples/scajar-ear-appcomp/pom.xml
+++ b/sca-java-1.x/branches/sca-java-1.6.1/itest/contribution-jee-samples/scajar-ear-appcomp/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>1.6.1-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>itest-contribution-jee-samples-41-scajar-ear-appcomp</artifactId>
@@ -39,14 +39,14 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca-api</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>1.6.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>1.6.1-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
diff --git a/sca-java-1.x/branches/sca-java-1.6.1/itest/contribution-jee-samples/scajar-ear-nonenhanced/pom.xml b/sca-java-1.x/branches/sca-java-1.6.1/itest/contribution-jee-samples/scajar-ear-nonenhanced/pom.xml
index d13e11262c..6da9fdd8a3 100644
--- a/sca-java-1.x/branches/sca-java-1.6.1/itest/contribution-jee-samples/scajar-ear-nonenhanced/pom.xml
+++ b/sca-java-1.x/branches/sca-java-1.6.1/itest/contribution-jee-samples/scajar-ear-nonenhanced/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>1.6.1-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>itest-contribution-jee-samples-35-scajar-ear-nonenhanced</artifactId>
@@ -39,14 +39,14 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca-api</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>1.6.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>1.6.1-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
diff --git a/sca-java-1.x/branches/sca-java-1.6.1/itest/contribution-jee-samples/scajar-ejb-nonenhanced/pom.xml b/sca-java-1.x/branches/sca-java-1.6.1/itest/contribution-jee-samples/scajar-ejb-nonenhanced/pom.xml
index 258e7c73d1..148c9ef8db 100644
--- a/sca-java-1.x/branches/sca-java-1.6.1/itest/contribution-jee-samples/scajar-ejb-nonenhanced/pom.xml
+++ b/sca-java-1.x/branches/sca-java-1.6.1/itest/contribution-jee-samples/scajar-ejb-nonenhanced/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>1.6.1-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>itest-contribution-jee-samples-44-scajar-ejb-nonenhanced</artifactId>
@@ -39,14 +39,14 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca-api</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>1.6.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>1.6.1-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
diff --git a/sca-java-1.x/branches/sca-java-1.6.1/itest/contribution-jee-samples/scazip-ejb-appcomp/pom.xml b/sca-java-1.x/branches/sca-java-1.6.1/itest/contribution-jee-samples/scazip-ejb-appcomp/pom.xml
index 417a97c087..6b9e11e582 100644
--- a/sca-java-1.x/branches/sca-java-1.6.1/itest/contribution-jee-samples/scazip-ejb-appcomp/pom.xml
+++ b/sca-java-1.x/branches/sca-java-1.6.1/itest/contribution-jee-samples/scazip-ejb-appcomp/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>1.6.1-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>itest-contribution-jee-samples-10-scazip-ejb-appcomp</artifactId>
@@ -39,14 +39,14 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca-api</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>1.6.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>1.6.1-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
@@ -60,7 +60,7 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>itest-contribution-jee-samples-12-ejb-appcomp-contrib-implicit</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>1.6.1-SNAPSHOT</version>
<type>ejb</type>
</dependency>
diff --git a/sca-java-1.x/branches/sca-java-1.6.1/itest/contribution-jee-samples/scazip-war-appcomp/pom.xml b/sca-java-1.x/branches/sca-java-1.6.1/itest/contribution-jee-samples/scazip-war-appcomp/pom.xml
index 5965b2aaa8..6dd07c8c23 100644
--- a/sca-java-1.x/branches/sca-java-1.6.1/itest/contribution-jee-samples/scazip-war-appcomp/pom.xml
+++ b/sca-java-1.x/branches/sca-java-1.6.1/itest/contribution-jee-samples/scazip-war-appcomp/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>1.6.1-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>itest-contribution-jee-samples-04-scazip-war-appcomp</artifactId>
@@ -39,14 +39,14 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca-api</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>1.6.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>1.6.1-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
@@ -60,7 +60,7 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>itest-contribution-jee-samples-06-war-appcomp-contrib-implicit</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>1.6.1-SNAPSHOT</version>
<type>war</type>
</dependency>
diff --git a/sca-java-1.x/branches/sca-java-1.6.1/itest/contribution-jee-samples/war-appcomp-contrib-implicit/pom.xml b/sca-java-1.x/branches/sca-java-1.6.1/itest/contribution-jee-samples/war-appcomp-contrib-implicit/pom.xml
index 4129a0702b..66326b858b 100644
--- a/sca-java-1.x/branches/sca-java-1.6.1/itest/contribution-jee-samples/war-appcomp-contrib-implicit/pom.xml
+++ b/sca-java-1.x/branches/sca-java-1.6.1/itest/contribution-jee-samples/war-appcomp-contrib-implicit/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>itest-contribution-jee-samples</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>1.6.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
@@ -35,7 +35,7 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca-api</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>1.6.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
diff --git a/sca-java-1.x/branches/sca-java-1.6.1/itest/contribution-jee-samples/war-nonenhanced/pom.xml b/sca-java-1.x/branches/sca-java-1.6.1/itest/contribution-jee-samples/war-nonenhanced/pom.xml
index 26f996bd6a..23f4b82c11 100644
--- a/sca-java-1.x/branches/sca-java-1.6.1/itest/contribution-jee-samples/war-nonenhanced/pom.xml
+++ b/sca-java-1.x/branches/sca-java-1.6.1/itest/contribution-jee-samples/war-nonenhanced/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>itest-contribution-jee-samples</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>1.6.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
@@ -35,7 +35,7 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca-api</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>1.6.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>