summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/branches/sca-java-1.6.2/tools
diff options
context:
space:
mode:
Diffstat (limited to 'sca-java-1.x/branches/sca-java-1.6.2/tools')
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.2/tools/contrib2wsdl/pom.xml14
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.2/tools/eclipse/features/core/pom.xml4
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.2/tools/eclipse/plugins/core/pom.xml4
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.2/tools/eclipse/pom.xml2
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.2/tools/eclipse/site/updatesite/pom.xml6
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.2/tools/java2wsdl/pom.xml6
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.2/tools/maven/maven-ant-generator/pom.xml2
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.2/tools/maven/maven-dependency-lister/pom.xml2
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.2/tools/maven/maven-incremental-build/pom.xml2
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.2/tools/maven/maven-java2wsdl/pom.xml4
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.2/tools/maven/maven-tuscany-bundle-plugin/pom.xml2
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.2/tools/maven/maven-wsdl2java/pom.xml4
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.2/tools/maven/pom.xml2
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.2/tools/pom.xml2
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.2/tools/wsdl2java/pom.xml4
15 files changed, 30 insertions, 30 deletions
diff --git a/sca-java-1.x/branches/sca-java-1.6.2/tools/contrib2wsdl/pom.xml b/sca-java-1.x/branches/sca-java-1.6.2/tools/contrib2wsdl/pom.xml
index d5e2df8fcf..135f23a3c5 100644
--- a/sca-java-1.x/branches/sca-java-1.6.2/tools/contrib2wsdl/pom.xml
+++ b/sca-java-1.x/branches/sca-java-1.6.2/tools/contrib2wsdl/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca-tools</artifactId>
- <version>1.6.1-SNAPSHOT</version>
+ <version>1.6.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>tuscany-contrib2wsdl</artifactId>
@@ -31,37 +31,37 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca-api</artifactId>
- <version>1.6.1-SNAPSHOT</version>
+ <version>1.6.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-node-impl</artifactId>
- <version>1.6.1-SNAPSHOT</version>
+ <version>1.6.2-SNAPSHOT</version>
</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>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-binding-jms-runtime</artifactId>
- <version>1.6.1-SNAPSHOT</version>
+ <version>1.6.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-host-jms-asf</artifactId>
- <version>1.6.1-SNAPSHOT</version>
+ <version>1.6.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-binding-ws-axis2</artifactId>
- <version>1.6.1-SNAPSHOT</version>
+ <version>1.6.2-SNAPSHOT</version>
</dependency>
<dependency>
diff --git a/sca-java-1.x/branches/sca-java-1.6.2/tools/eclipse/features/core/pom.xml b/sca-java-1.x/branches/sca-java-1.6.2/tools/eclipse/features/core/pom.xml
index f1ec9ec817..b0314dd6d4 100644
--- a/sca-java-1.x/branches/sca-java-1.6.2/tools/eclipse/features/core/pom.xml
+++ b/sca-java-1.x/branches/sca-java-1.6.2/tools/eclipse/features/core/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca-tools</artifactId>
- <version>1.6.1-SNAPSHOT</version>
+ <version>1.6.2-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
<artifactId>org.apache.tuscany.sca.feature.core</artifactId>
@@ -32,7 +32,7 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca-eclipse-tools</artifactId>
- <version>1.6.1-SNAPSHOT</version>
+ <version>1.6.2-SNAPSHOT</version>
<type>pom</type>
</dependency>
</dependencies>
diff --git a/sca-java-1.x/branches/sca-java-1.6.2/tools/eclipse/plugins/core/pom.xml b/sca-java-1.x/branches/sca-java-1.6.2/tools/eclipse/plugins/core/pom.xml
index 6bb0a138d9..7f4f5e4532 100644
--- a/sca-java-1.x/branches/sca-java-1.6.2/tools/eclipse/plugins/core/pom.xml
+++ b/sca-java-1.x/branches/sca-java-1.6.2/tools/eclipse/plugins/core/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca-tools</artifactId>
- <version>1.6.1-SNAPSHOT</version>
+ <version>1.6.2-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
<artifactId>org.apache.tuscany.sca.core</artifactId>
@@ -32,7 +32,7 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca-eclipse-tools</artifactId>
- <version>1.6.1-SNAPSHOT</version>
+ <version>1.6.2-SNAPSHOT</version>
<type>pom</type>
</dependency>
<dependency>
diff --git a/sca-java-1.x/branches/sca-java-1.6.2/tools/eclipse/pom.xml b/sca-java-1.x/branches/sca-java-1.6.2/tools/eclipse/pom.xml
index 43713ef4b4..062af04758 100644
--- a/sca-java-1.x/branches/sca-java-1.6.2/tools/eclipse/pom.xml
+++ b/sca-java-1.x/branches/sca-java-1.6.2/tools/eclipse/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca-tools</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/tools/eclipse/site/updatesite/pom.xml b/sca-java-1.x/branches/sca-java-1.6.2/tools/eclipse/site/updatesite/pom.xml
index 105a80f520..ca2a69c490 100644
--- a/sca-java-1.x/branches/sca-java-1.6.2/tools/eclipse/site/updatesite/pom.xml
+++ b/sca-java-1.x/branches/sca-java-1.6.2/tools/eclipse/site/updatesite/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca-tools</artifactId>
- <version>1.6.1-SNAPSHOT</version>
+ <version>1.6.2-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
<artifactId>org.apache.tuscany.sca.updatesite</artifactId>
@@ -36,12 +36,12 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>org.apache.tuscany.sca.core</artifactId>
- <version>1.6.1-SNAPSHOT</version>
+ <version>1.6.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>org.apache.tuscany.sca.feature.core</artifactId>
- <version>1.6.1-SNAPSHOT</version>
+ <version>1.6.2-SNAPSHOT</version>
</dependency>
</dependencies>
diff --git a/sca-java-1.x/branches/sca-java-1.6.2/tools/java2wsdl/pom.xml b/sca-java-1.x/branches/sca-java-1.6.2/tools/java2wsdl/pom.xml
index 0d32efad42..028ae8e249 100644
--- a/sca-java-1.x/branches/sca-java-1.6.2/tools/java2wsdl/pom.xml
+++ b/sca-java-1.x/branches/sca-java-1.6.2/tools/java2wsdl/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca-tools</artifactId>
- <version>1.6.1-SNAPSHOT</version>
+ <version>1.6.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>tuscany-java2wsdl</artifactId>
@@ -42,12 +42,12 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca-api</artifactId>
- <version>1.6.1-SNAPSHOT</version>
+ <version>1.6.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-databinding</artifactId>
- <version>1.6.1-SNAPSHOT</version>
+ <version>1.6.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>javax.xml.stream</groupId>
diff --git a/sca-java-1.x/branches/sca-java-1.6.2/tools/maven/maven-ant-generator/pom.xml b/sca-java-1.x/branches/sca-java-1.6.2/tools/maven/maven-ant-generator/pom.xml
index c7ada92f3a..d5a4b0446f 100644
--- a/sca-java-1.x/branches/sca-java-1.6.2/tools/maven/maven-ant-generator/pom.xml
+++ b/sca-java-1.x/branches/sca-java-1.6.2/tools/maven/maven-ant-generator/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca-maven-tools</artifactId>
- <version>1.6.1-SNAPSHOT</version>
+ <version>1.6.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>tuscany-maven-ant-generator</artifactId>
diff --git a/sca-java-1.x/branches/sca-java-1.6.2/tools/maven/maven-dependency-lister/pom.xml b/sca-java-1.x/branches/sca-java-1.6.2/tools/maven/maven-dependency-lister/pom.xml
index 2c00a7ed05..5de7b96f0c 100644
--- a/sca-java-1.x/branches/sca-java-1.6.2/tools/maven/maven-dependency-lister/pom.xml
+++ b/sca-java-1.x/branches/sca-java-1.6.2/tools/maven/maven-dependency-lister/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca-maven-tools</artifactId>
- <version>1.6.1-SNAPSHOT</version>
+ <version>1.6.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>tuscany-maven-dependency-lister</artifactId>
diff --git a/sca-java-1.x/branches/sca-java-1.6.2/tools/maven/maven-incremental-build/pom.xml b/sca-java-1.x/branches/sca-java-1.6.2/tools/maven/maven-incremental-build/pom.xml
index 177c49bc76..ebfab08dd2 100644
--- a/sca-java-1.x/branches/sca-java-1.6.2/tools/maven/maven-incremental-build/pom.xml
+++ b/sca-java-1.x/branches/sca-java-1.6.2/tools/maven/maven-incremental-build/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca-maven-tools</artifactId>
- <version>1.6.1-SNAPSHOT</version>
+ <version>1.6.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>tuscany-maven-incremental-build</artifactId>
diff --git a/sca-java-1.x/branches/sca-java-1.6.2/tools/maven/maven-java2wsdl/pom.xml b/sca-java-1.x/branches/sca-java-1.6.2/tools/maven/maven-java2wsdl/pom.xml
index 51ea1cc808..b5c12c9d25 100644
--- a/sca-java-1.x/branches/sca-java-1.6.2/tools/maven/maven-java2wsdl/pom.xml
+++ b/sca-java-1.x/branches/sca-java-1.6.2/tools/maven/maven-java2wsdl/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca-maven-tools</artifactId>
- <version>1.6.1-SNAPSHOT</version>
+ <version>1.6.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>tuscany-maven-java2wsdl</artifactId>
@@ -39,7 +39,7 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-java2wsdl</artifactId>
- <version>1.6.1-SNAPSHOT</version>
+ <version>1.6.2-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
diff --git a/sca-java-1.x/branches/sca-java-1.6.2/tools/maven/maven-tuscany-bundle-plugin/pom.xml b/sca-java-1.x/branches/sca-java-1.6.2/tools/maven/maven-tuscany-bundle-plugin/pom.xml
index 6c3b90328d..c7ef814506 100644
--- a/sca-java-1.x/branches/sca-java-1.6.2/tools/maven/maven-tuscany-bundle-plugin/pom.xml
+++ b/sca-java-1.x/branches/sca-java-1.6.2/tools/maven/maven-tuscany-bundle-plugin/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca-maven-tools</artifactId>
- <version>1.6.1-SNAPSHOT</version>
+ <version>1.6.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>tuscany-maven-bundle-plugin</artifactId>
diff --git a/sca-java-1.x/branches/sca-java-1.6.2/tools/maven/maven-wsdl2java/pom.xml b/sca-java-1.x/branches/sca-java-1.6.2/tools/maven/maven-wsdl2java/pom.xml
index 9108aa549a..2dc8d0af3a 100644
--- a/sca-java-1.x/branches/sca-java-1.6.2/tools/maven/maven-wsdl2java/pom.xml
+++ b/sca-java-1.x/branches/sca-java-1.6.2/tools/maven/maven-wsdl2java/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca-maven-tools</artifactId>
- <version>1.6.1-SNAPSHOT</version>
+ <version>1.6.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>tuscany-maven-wsdl2java</artifactId>
@@ -39,7 +39,7 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-wsdl2java</artifactId>
- <version>1.6.1-SNAPSHOT</version>
+ <version>1.6.2-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
diff --git a/sca-java-1.x/branches/sca-java-1.6.2/tools/maven/pom.xml b/sca-java-1.x/branches/sca-java-1.6.2/tools/maven/pom.xml
index 83cf55ca68..a5d7dcb475 100644
--- a/sca-java-1.x/branches/sca-java-1.6.2/tools/maven/pom.xml
+++ b/sca-java-1.x/branches/sca-java-1.6.2/tools/maven/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca-tools</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/tools/pom.xml b/sca-java-1.x/branches/sca-java-1.6.2/tools/pom.xml
index 746b51eaaf..bae5d596fe 100644
--- a/sca-java-1.x/branches/sca-java-1.6.2/tools/pom.xml
+++ b/sca-java-1.x/branches/sca-java-1.6.2/tools/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>tuscany-sca-tools</artifactId>
diff --git a/sca-java-1.x/branches/sca-java-1.6.2/tools/wsdl2java/pom.xml b/sca-java-1.x/branches/sca-java-1.6.2/tools/wsdl2java/pom.xml
index ba2e40e4fe..06da7fdeab 100644
--- a/sca-java-1.x/branches/sca-java-1.6.2/tools/wsdl2java/pom.xml
+++ b/sca-java-1.x/branches/sca-java-1.6.2/tools/wsdl2java/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca-tools</artifactId>
- <version>1.6.1-SNAPSHOT</version>
+ <version>1.6.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>tuscany-wsdl2java</artifactId>
@@ -31,7 +31,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>test</scope>
</dependency>
<dependency>