summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/branches/sca-java-1.6.2/itest/contribution-jee-samples
diff options
context:
space:
mode:
Diffstat (limited to 'sca-java-1.x/branches/sca-java-1.6.2/itest/contribution-jee-samples')
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.2/itest/contribution-jee-samples/ear-appcomp-contrib-implicit-war-appcomp/pom.xml10
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.2/itest/contribution-jee-samples/ear-appcomp-contrib-implicit/pom.xml10
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.2/itest/contribution-jee-samples/ear-nonenhanced/pom.xml8
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.2/itest/contribution-jee-samples/ejb-appcomp-contrib-explicit/pom.xml4
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.2/itest/contribution-jee-samples/ejb-appcomp-contrib-implicit/pom.xml4
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.2/itest/contribution-jee-samples/ejb-enhanced/pom.xml4
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.2/itest/contribution-jee-samples/ejb-nonenhanced/pom.xml4
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.2/itest/contribution-jee-samples/jar-shared/pom.xml4
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.2/itest/contribution-jee-samples/pom.xml2
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.2/itest/contribution-jee-samples/sample-11-client/pom.xml4
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.2/itest/contribution-jee-samples/scajar-ear-appcomp-war-appcomp/pom.xml6
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.2/itest/contribution-jee-samples/scajar-ear-appcomp/pom.xml6
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.2/itest/contribution-jee-samples/scajar-ear-nonenhanced/pom.xml6
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.2/itest/contribution-jee-samples/scajar-ejb-nonenhanced/pom.xml6
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.2/itest/contribution-jee-samples/scazip-ejb-appcomp/pom.xml8
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.2/itest/contribution-jee-samples/scazip-war-appcomp/pom.xml8
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.2/itest/contribution-jee-samples/war-appcomp-contrib-implicit/pom.xml4
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.2/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.2/itest/contribution-jee-samples/ear-appcomp-contrib-implicit-war-appcomp/pom.xml b/sca-java-1.x/branches/sca-java-1.6.2/itest/contribution-jee-samples/ear-appcomp-contrib-implicit-war-appcomp/pom.xml
index fbde9f3645..8e6e7e49c5 100644
--- a/sca-java-1.x/branches/sca-java-1.6.2/itest/contribution-jee-samples/ear-appcomp-contrib-implicit-war-appcomp/pom.xml
+++ b/sca-java-1.x/branches/sca-java-1.6.2/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.1-SNAPSHOT</version>
+ <version>1.6.2-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.1-SNAPSHOT</version>
+ <version>1.6.2-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.1-SNAPSHOT</version>
+ <version>1.6.2-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.1-SNAPSHOT</version>
+ <version>1.6.2-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.1-SNAPSHOT</version>
+ <version>1.6.2-SNAPSHOT</version>
<type>war</type>
<scope>provided</scope>
</dependency>
diff --git a/sca-java-1.x/branches/sca-java-1.6.2/itest/contribution-jee-samples/ear-appcomp-contrib-implicit/pom.xml b/sca-java-1.x/branches/sca-java-1.6.2/itest/contribution-jee-samples/ear-appcomp-contrib-implicit/pom.xml
index d0c47d0ef6..21719210cd 100644
--- a/sca-java-1.x/branches/sca-java-1.6.2/itest/contribution-jee-samples/ear-appcomp-contrib-implicit/pom.xml
+++ b/sca-java-1.x/branches/sca-java-1.6.2/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.1-SNAPSHOT</version>
+ <version>1.6.2-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.1-SNAPSHOT</version>
+ <version>1.6.2-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.1-SNAPSHOT</version>
+ <version>1.6.2-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.1-SNAPSHOT</version>
+ <version>1.6.2-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.1-SNAPSHOT</version>
+ <version>1.6.2-SNAPSHOT</version>
<type>war</type>
<scope>provided</scope>
</dependency>
diff --git a/sca-java-1.x/branches/sca-java-1.6.2/itest/contribution-jee-samples/ear-nonenhanced/pom.xml b/sca-java-1.x/branches/sca-java-1.6.2/itest/contribution-jee-samples/ear-nonenhanced/pom.xml
index 9ca2a2868e..c93200caa0 100644
--- a/sca-java-1.x/branches/sca-java-1.6.2/itest/contribution-jee-samples/ear-nonenhanced/pom.xml
+++ b/sca-java-1.x/branches/sca-java-1.6.2/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.1-SNAPSHOT</version>
+ <version>1.6.2-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.1-SNAPSHOT</version>
+ <version>1.6.2-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.1-SNAPSHOT</version>
+ <version>1.6.2-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.1-SNAPSHOT</version>
+ <version>1.6.2-SNAPSHOT</version>
<type>war</type>
<scope>provided</scope>
</dependency>
diff --git a/sca-java-1.x/branches/sca-java-1.6.2/itest/contribution-jee-samples/ejb-appcomp-contrib-explicit/pom.xml b/sca-java-1.x/branches/sca-java-1.6.2/itest/contribution-jee-samples/ejb-appcomp-contrib-explicit/pom.xml
index 71e650bc22..b93126a81b 100644
--- a/sca-java-1.x/branches/sca-java-1.6.2/itest/contribution-jee-samples/ejb-appcomp-contrib-explicit/pom.xml
+++ b/sca-java-1.x/branches/sca-java-1.6.2/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.1-SNAPSHOT</version>
+ <version>1.6.2-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.1-SNAPSHOT</version>
+ <version>1.6.2-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
diff --git a/sca-java-1.x/branches/sca-java-1.6.2/itest/contribution-jee-samples/ejb-appcomp-contrib-implicit/pom.xml b/sca-java-1.x/branches/sca-java-1.6.2/itest/contribution-jee-samples/ejb-appcomp-contrib-implicit/pom.xml
index bc223af548..990e217e0f 100644
--- a/sca-java-1.x/branches/sca-java-1.6.2/itest/contribution-jee-samples/ejb-appcomp-contrib-implicit/pom.xml
+++ b/sca-java-1.x/branches/sca-java-1.6.2/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.1-SNAPSHOT</version>
+ <version>1.6.2-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.1-SNAPSHOT</version>
+ <version>1.6.2-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
diff --git a/sca-java-1.x/branches/sca-java-1.6.2/itest/contribution-jee-samples/ejb-enhanced/pom.xml b/sca-java-1.x/branches/sca-java-1.6.2/itest/contribution-jee-samples/ejb-enhanced/pom.xml
index 49c66c7c36..be768b264c 100644
--- a/sca-java-1.x/branches/sca-java-1.6.2/itest/contribution-jee-samples/ejb-enhanced/pom.xml
+++ b/sca-java-1.x/branches/sca-java-1.6.2/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.1-SNAPSHOT</version>
+ <version>1.6.2-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.1-SNAPSHOT</version>
+ <version>1.6.2-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
diff --git a/sca-java-1.x/branches/sca-java-1.6.2/itest/contribution-jee-samples/ejb-nonenhanced/pom.xml b/sca-java-1.x/branches/sca-java-1.6.2/itest/contribution-jee-samples/ejb-nonenhanced/pom.xml
index 8f4fb64b40..7c51a95340 100644
--- a/sca-java-1.x/branches/sca-java-1.6.2/itest/contribution-jee-samples/ejb-nonenhanced/pom.xml
+++ b/sca-java-1.x/branches/sca-java-1.6.2/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.1-SNAPSHOT</version>
+ <version>1.6.2-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.1-SNAPSHOT</version>
+ <version>1.6.2-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
diff --git a/sca-java-1.x/branches/sca-java-1.6.2/itest/contribution-jee-samples/jar-shared/pom.xml b/sca-java-1.x/branches/sca-java-1.6.2/itest/contribution-jee-samples/jar-shared/pom.xml
index 2ba4ee93f2..24f4302e6c 100644
--- a/sca-java-1.x/branches/sca-java-1.6.2/itest/contribution-jee-samples/jar-shared/pom.xml
+++ b/sca-java-1.x/branches/sca-java-1.6.2/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.1-SNAPSHOT</version>
+ <version>1.6.2-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.1-SNAPSHOT</version>
+ <version>1.6.2-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
diff --git a/sca-java-1.x/branches/sca-java-1.6.2/itest/contribution-jee-samples/pom.xml b/sca-java-1.x/branches/sca-java-1.6.2/itest/contribution-jee-samples/pom.xml
index 73e950290a..aae5d5e461 100644
--- a/sca-java-1.x/branches/sca-java-1.6.2/itest/contribution-jee-samples/pom.xml
+++ b/sca-java-1.x/branches/sca-java-1.6.2/itest/contribution-jee-samples/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-itest</artifactId>
- <version>1.6.1-SNAPSHOT</version>
+ <version>1.6.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/sca-java-1.x/branches/sca-java-1.6.2/itest/contribution-jee-samples/sample-11-client/pom.xml b/sca-java-1.x/branches/sca-java-1.6.2/itest/contribution-jee-samples/sample-11-client/pom.xml
index 2c0a2379f5..c4ff04642e 100644
--- a/sca-java-1.x/branches/sca-java-1.6.2/itest/contribution-jee-samples/sample-11-client/pom.xml
+++ b/sca-java-1.x/branches/sca-java-1.6.2/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.1-SNAPSHOT</version>
+ <version>1.6.2-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.1-SNAPSHOT</version>
+ <version>1.6.2-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
diff --git a/sca-java-1.x/branches/sca-java-1.6.2/itest/contribution-jee-samples/scajar-ear-appcomp-war-appcomp/pom.xml b/sca-java-1.x/branches/sca-java-1.6.2/itest/contribution-jee-samples/scajar-ear-appcomp-war-appcomp/pom.xml
index 01e8b1557d..81c0a6dba5 100644
--- a/sca-java-1.x/branches/sca-java-1.6.2/itest/contribution-jee-samples/scajar-ear-appcomp-war-appcomp/pom.xml
+++ b/sca-java-1.x/branches/sca-java-1.6.2/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.1-SNAPSHOT</version>
+ <version>1.6.2-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.1-SNAPSHOT</version>
+ <version>1.6.2-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>1.6.1-SNAPSHOT</version>
+ <version>1.6.2-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
diff --git a/sca-java-1.x/branches/sca-java-1.6.2/itest/contribution-jee-samples/scajar-ear-appcomp/pom.xml b/sca-java-1.x/branches/sca-java-1.6.2/itest/contribution-jee-samples/scajar-ear-appcomp/pom.xml
index 0da7e82f96..c6fab2a632 100644
--- a/sca-java-1.x/branches/sca-java-1.6.2/itest/contribution-jee-samples/scajar-ear-appcomp/pom.xml
+++ b/sca-java-1.x/branches/sca-java-1.6.2/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.1-SNAPSHOT</version>
+ <version>1.6.2-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.1-SNAPSHOT</version>
+ <version>1.6.2-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>1.6.1-SNAPSHOT</version>
+ <version>1.6.2-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
diff --git a/sca-java-1.x/branches/sca-java-1.6.2/itest/contribution-jee-samples/scajar-ear-nonenhanced/pom.xml b/sca-java-1.x/branches/sca-java-1.6.2/itest/contribution-jee-samples/scajar-ear-nonenhanced/pom.xml
index 6da9fdd8a3..82a0c2da30 100644
--- a/sca-java-1.x/branches/sca-java-1.6.2/itest/contribution-jee-samples/scajar-ear-nonenhanced/pom.xml
+++ b/sca-java-1.x/branches/sca-java-1.6.2/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.1-SNAPSHOT</version>
+ <version>1.6.2-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.1-SNAPSHOT</version>
+ <version>1.6.2-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>1.6.1-SNAPSHOT</version>
+ <version>1.6.2-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
diff --git a/sca-java-1.x/branches/sca-java-1.6.2/itest/contribution-jee-samples/scajar-ejb-nonenhanced/pom.xml b/sca-java-1.x/branches/sca-java-1.6.2/itest/contribution-jee-samples/scajar-ejb-nonenhanced/pom.xml
index 148c9ef8db..5d9c742386 100644
--- a/sca-java-1.x/branches/sca-java-1.6.2/itest/contribution-jee-samples/scajar-ejb-nonenhanced/pom.xml
+++ b/sca-java-1.x/branches/sca-java-1.6.2/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.1-SNAPSHOT</version>
+ <version>1.6.2-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.1-SNAPSHOT</version>
+ <version>1.6.2-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>1.6.1-SNAPSHOT</version>
+ <version>1.6.2-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
diff --git a/sca-java-1.x/branches/sca-java-1.6.2/itest/contribution-jee-samples/scazip-ejb-appcomp/pom.xml b/sca-java-1.x/branches/sca-java-1.6.2/itest/contribution-jee-samples/scazip-ejb-appcomp/pom.xml
index 6b9e11e582..a8770099ce 100644
--- a/sca-java-1.x/branches/sca-java-1.6.2/itest/contribution-jee-samples/scazip-ejb-appcomp/pom.xml
+++ b/sca-java-1.x/branches/sca-java-1.6.2/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.1-SNAPSHOT</version>
+ <version>1.6.2-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.1-SNAPSHOT</version>
+ <version>1.6.2-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>1.6.1-SNAPSHOT</version>
+ <version>1.6.2-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.1-SNAPSHOT</version>
+ <version>1.6.2-SNAPSHOT</version>
<type>ejb</type>
</dependency>
diff --git a/sca-java-1.x/branches/sca-java-1.6.2/itest/contribution-jee-samples/scazip-war-appcomp/pom.xml b/sca-java-1.x/branches/sca-java-1.6.2/itest/contribution-jee-samples/scazip-war-appcomp/pom.xml
index 6dd07c8c23..31ba5e9cbb 100644
--- a/sca-java-1.x/branches/sca-java-1.6.2/itest/contribution-jee-samples/scazip-war-appcomp/pom.xml
+++ b/sca-java-1.x/branches/sca-java-1.6.2/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.1-SNAPSHOT</version>
+ <version>1.6.2-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.1-SNAPSHOT</version>
+ <version>1.6.2-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>1.6.1-SNAPSHOT</version>
+ <version>1.6.2-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.1-SNAPSHOT</version>
+ <version>1.6.2-SNAPSHOT</version>
<type>war</type>
</dependency>
diff --git a/sca-java-1.x/branches/sca-java-1.6.2/itest/contribution-jee-samples/war-appcomp-contrib-implicit/pom.xml b/sca-java-1.x/branches/sca-java-1.6.2/itest/contribution-jee-samples/war-appcomp-contrib-implicit/pom.xml
index 66326b858b..2fef5b5fc6 100644
--- a/sca-java-1.x/branches/sca-java-1.6.2/itest/contribution-jee-samples/war-appcomp-contrib-implicit/pom.xml
+++ b/sca-java-1.x/branches/sca-java-1.6.2/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.1-SNAPSHOT</version>
+ <version>1.6.2-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.1-SNAPSHOT</version>
+ <version>1.6.2-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
diff --git a/sca-java-1.x/branches/sca-java-1.6.2/itest/contribution-jee-samples/war-nonenhanced/pom.xml b/sca-java-1.x/branches/sca-java-1.6.2/itest/contribution-jee-samples/war-nonenhanced/pom.xml
index 23f4b82c11..d26c381059 100644
--- a/sca-java-1.x/branches/sca-java-1.6.2/itest/contribution-jee-samples/war-nonenhanced/pom.xml
+++ b/sca-java-1.x/branches/sca-java-1.6.2/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.1-SNAPSHOT</version>
+ <version>1.6.2-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.1-SNAPSHOT</version>
+ <version>1.6.2-SNAPSHOT</version>
<scope>provided</scope>
</dependency>