summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/branches/sca-java-1.6.1/tools
diff options
context:
space:
mode:
authornash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-08-24 18:54:15 +0000
committernash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-08-24 18:54:15 +0000
commitd07f5af5341816a1b6c316474dbebb0c033ad9e6 (patch)
tree11f43e6ab4f55bfbd082c4ca77238f334daa25e1 /sca-java-1.x/branches/sca-java-1.6.1/tools
parentf1984b9335ce00bab9622586df9bf17b4d669302 (diff)
Update version number to 1.6.1-SNAPSHOT
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@988661 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.1/tools/contrib2wsdl/pom.xml14
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.1/tools/eclipse/features/core/feature.xml8
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.1/tools/eclipse/features/core/pom.xml2
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.1/tools/eclipse/plugins/core/org/apache/tuscany/sca/core/classpath/ClasspathUtil.java2
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.1/tools/eclipse/plugins/core/pom.xml2
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.1/tools/eclipse/pom.xml2
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.1/tools/eclipse/site/updatesite/pom.xml6
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.1/tools/eclipse/site/updatesite/site.xml16
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.1/tools/java2wsdl/pom.xml6
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.1/tools/maven/maven-ant-generator/pom.xml2
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.1/tools/maven/maven-dependency-lister/pom.xml2
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.1/tools/maven/maven-incremental-build/pom.xml2
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.1/tools/maven/maven-java2wsdl/pom.xml4
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.1/tools/maven/maven-osgi-junit/pom.xml4
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.1/tools/maven/maven-tuscany-bundle-plugin/pom.xml2
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.1/tools/maven/maven-wsdl2java/pom.xml4
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.1/tools/maven/pom.xml2
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.1/tools/pom.xml2
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.1/tools/wsdl2java/pom.xml4
19 files changed, 43 insertions, 43 deletions
diff --git a/sca-java-1.x/branches/sca-java-1.6.1/tools/contrib2wsdl/pom.xml b/sca-java-1.x/branches/sca-java-1.6.1/tools/contrib2wsdl/pom.xml
index 4d388c1c2c..d5e2df8fcf 100644
--- a/sca-java-1.x/branches/sca-java-1.6.1/tools/contrib2wsdl/pom.xml
+++ b/sca-java-1.x/branches/sca-java-1.6.1/tools/contrib2wsdl/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca-tools</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>1.6.1-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-SNAPSHOT</version>
+ <version>1.6.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-node-impl</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>1.6.1-SNAPSHOT</version>
</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>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-binding-jms-runtime</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>1.6.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-host-jms-asf</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>1.6.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-binding-ws-axis2</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>1.6.1-SNAPSHOT</version>
</dependency>
<dependency>
diff --git a/sca-java-1.x/branches/sca-java-1.6.1/tools/eclipse/features/core/feature.xml b/sca-java-1.x/branches/sca-java-1.6.1/tools/eclipse/features/core/feature.xml
index 8dfcc5c36b..02f9d147a2 100644
--- a/sca-java-1.x/branches/sca-java-1.6.1/tools/eclipse/features/core/feature.xml
+++ b/sca-java-1.x/branches/sca-java-1.6.1/tools/eclipse/features/core/feature.xml
@@ -20,7 +20,7 @@
<feature
id="org.apache.tuscany.sca.feature.core"
label="Apache Tuscany SCA Tools Core Feature"
- version="1.6"
+ version="1.6.1-SNAPSHOT"
provider-name="Apache Software Foundation">
<install-handler handler="org.eclipse.update.core.DefaultInstallHandler"/>
@@ -56,16 +56,16 @@ Unless required by applicable law or agreed to in writing, software distributed
id="org.apache.tuscany.sca.core"
download-size="0"
install-size="0"
- version="1.6"
+ version="1.6.1-SNAPSHOT"
unpack="false"/>
<data
- id="runtime/apache-tuscany-sca-1.6-SNAPSHOT.jar"
+ id="runtime/apache-tuscany-sca-1.6.1-SNAPSHOT.jar"
download-size="0"
install-size="0"/>
<data
- id="src/apache-tuscany-sca-1.6-SNAPSHOT-src.zip"
+ id="src/apache-tuscany-sca-1.6.1-SNAPSHOT-src.zip"
download-size="0"
install-size="0"/>
diff --git a/sca-java-1.x/branches/sca-java-1.6.1/tools/eclipse/features/core/pom.xml b/sca-java-1.x/branches/sca-java-1.6.1/tools/eclipse/features/core/pom.xml
index 95e1b8039f..b752fbf38d 100644
--- a/sca-java-1.x/branches/sca-java-1.6.1/tools/eclipse/features/core/pom.xml
+++ b/sca-java-1.x/branches/sca-java-1.6.1/tools/eclipse/features/core/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca-eclipse-tools</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>1.6.1-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>org.apache.tuscany.sca.feature.core</artifactId>
diff --git a/sca-java-1.x/branches/sca-java-1.6.1/tools/eclipse/plugins/core/org/apache/tuscany/sca/core/classpath/ClasspathUtil.java b/sca-java-1.x/branches/sca-java-1.6.1/tools/eclipse/plugins/core/org/apache/tuscany/sca/core/classpath/ClasspathUtil.java
index 9eee96833f..167e9b3c2a 100644
--- a/sca-java-1.x/branches/sca-java-1.6.1/tools/eclipse/plugins/core/org/apache/tuscany/sca/core/classpath/ClasspathUtil.java
+++ b/sca-java-1.x/branches/sca-java-1.6.1/tools/eclipse/plugins/core/org/apache/tuscany/sca/core/classpath/ClasspathUtil.java
@@ -47,7 +47,7 @@ public class ClasspathUtil {
private static final String TUSCANY_RUNTIME_LIBRARIES = "org.apache.tuscany.sca.core.runtimeLibraries";
private static final String TUSCANY_FEATURE = "org.apache.tuscany.sca.feature.core";
- private static final String TUSCANY_VERSION = "1.6";
+ private static final String TUSCANY_VERSION = "1.6.1-SNAPSHOT";
/**
* Return the installed runtime classpath entries.
diff --git a/sca-java-1.x/branches/sca-java-1.6.1/tools/eclipse/plugins/core/pom.xml b/sca-java-1.x/branches/sca-java-1.6.1/tools/eclipse/plugins/core/pom.xml
index 48c3be12c8..5ed62280dc 100644
--- a/sca-java-1.x/branches/sca-java-1.6.1/tools/eclipse/plugins/core/pom.xml
+++ b/sca-java-1.x/branches/sca-java-1.6.1/tools/eclipse/plugins/core/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca-eclipse-tools</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>1.6.1-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>org.apache.tuscany.sca.core</artifactId>
diff --git a/sca-java-1.x/branches/sca-java-1.6.1/tools/eclipse/pom.xml b/sca-java-1.x/branches/sca-java-1.6.1/tools/eclipse/pom.xml
index 4f5e2dc7b6..fa2049b587 100644
--- a/sca-java-1.x/branches/sca-java-1.6.1/tools/eclipse/pom.xml
+++ b/sca-java-1.x/branches/sca-java-1.6.1/tools/eclipse/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca-tools</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/tools/eclipse/site/updatesite/pom.xml b/sca-java-1.x/branches/sca-java-1.6.1/tools/eclipse/site/updatesite/pom.xml
index 45c021aa82..95069f0c57 100644
--- a/sca-java-1.x/branches/sca-java-1.6.1/tools/eclipse/site/updatesite/pom.xml
+++ b/sca-java-1.x/branches/sca-java-1.6.1/tools/eclipse/site/updatesite/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca-eclipse-tools</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>1.6.1-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-SNAPSHOT</version>
+ <version>1.6.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>org.apache.tuscany.sca.feature.core</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>1.6.1-SNAPSHOT</version>
</dependency>
</dependencies>
diff --git a/sca-java-1.x/branches/sca-java-1.6.1/tools/eclipse/site/updatesite/site.xml b/sca-java-1.x/branches/sca-java-1.6.1/tools/eclipse/site/updatesite/site.xml
index 9d83433882..e896946296 100644
--- a/sca-java-1.x/branches/sca-java-1.6.1/tools/eclipse/site/updatesite/site.xml
+++ b/sca-java-1.x/branches/sca-java-1.6.1/tools/eclipse/site/updatesite/site.xml
@@ -22,15 +22,15 @@
Apache Tuscany SCA Tools.
</description>
- <feature id="org.apache.tuscany.sca.feature.core" version="1.5.1"
- url="features/org.apache.tuscany.sca.feature.core-1.6-SNAPSHOT.jar"/>
+ <feature id="org.apache.tuscany.sca.feature.core" version="1.6.1-SNAPSHOT"
+ url="features/org.apache.tuscany.sca.feature.core-1.6.1-SNAPSHOT.jar"/>
- <archive path="plugins/org.apache.tuscany.sca.core_1.5.1.jar"
- url="plugins/org.apache.tuscany.sca.core-1.6-SNAPSHOT.jar"/>
+ <archive path="plugins/org.apache.tuscany.sca.core_1.6.1-SNAPSHOT.jar"
+ url="plugins/org.apache.tuscany.sca.core-1.6.1-SNAPSHOT.jar"/>
- <archive path="features/org.apache.tuscany.sca.feature.core_1.5.1/runtime/apache-tuscany-sca-1.6-SNAPSHOT.jar"
- url="../apache-tuscany-sca-1.6-SNAPSHOT.zip"/>
+ <archive path="features/org.apache.tuscany.sca.feature.core_1.6.1-SNAPSHOT/runtime/apache-tuscany-sca-1.6.1-SNAPSHOT.jar"
+ url="../apache-tuscany-sca-1.6.1-SNAPSHOT.zip"/>
- <archive path="features/org.apache.tuscany.sca.feature.core_1.5.1/src/apache-tuscany-sca-1.6-SNAPSHOT-src.zip"
- url="../apache-tuscany-sca-1.6-SNAPSHOT-src.zip"/>
+ <archive path="features/org.apache.tuscany.sca.feature.core_1.6.1-SNAPSHOT/src/apache-tuscany-sca-1.6.1-SNAPSHOT-src.zip"
+ url="../apache-tuscany-sca-1.6.1-SNAPSHOT-src.zip"/>
</site>
diff --git a/sca-java-1.x/branches/sca-java-1.6.1/tools/java2wsdl/pom.xml b/sca-java-1.x/branches/sca-java-1.6.1/tools/java2wsdl/pom.xml
index 0f2d66df1b..0d32efad42 100644
--- a/sca-java-1.x/branches/sca-java-1.6.1/tools/java2wsdl/pom.xml
+++ b/sca-java-1.x/branches/sca-java-1.6.1/tools/java2wsdl/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca-tools</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>1.6.1-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-SNAPSHOT</version>
+ <version>1.6.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-databinding</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>1.6.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>javax.xml.stream</groupId>
diff --git a/sca-java-1.x/branches/sca-java-1.6.1/tools/maven/maven-ant-generator/pom.xml b/sca-java-1.x/branches/sca-java-1.6.1/tools/maven/maven-ant-generator/pom.xml
index 6d40bb02c6..c7ada92f3a 100644
--- a/sca-java-1.x/branches/sca-java-1.6.1/tools/maven/maven-ant-generator/pom.xml
+++ b/sca-java-1.x/branches/sca-java-1.6.1/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-SNAPSHOT</version>
+ <version>1.6.1-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.1/tools/maven/maven-dependency-lister/pom.xml b/sca-java-1.x/branches/sca-java-1.6.1/tools/maven/maven-dependency-lister/pom.xml
index f5bafa86f7..2c00a7ed05 100644
--- a/sca-java-1.x/branches/sca-java-1.6.1/tools/maven/maven-dependency-lister/pom.xml
+++ b/sca-java-1.x/branches/sca-java-1.6.1/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-SNAPSHOT</version>
+ <version>1.6.1-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.1/tools/maven/maven-incremental-build/pom.xml b/sca-java-1.x/branches/sca-java-1.6.1/tools/maven/maven-incremental-build/pom.xml
index 1553f3ff27..177c49bc76 100644
--- a/sca-java-1.x/branches/sca-java-1.6.1/tools/maven/maven-incremental-build/pom.xml
+++ b/sca-java-1.x/branches/sca-java-1.6.1/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-SNAPSHOT</version>
+ <version>1.6.1-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.1/tools/maven/maven-java2wsdl/pom.xml b/sca-java-1.x/branches/sca-java-1.6.1/tools/maven/maven-java2wsdl/pom.xml
index cd04449c3b..51ea1cc808 100644
--- a/sca-java-1.x/branches/sca-java-1.6.1/tools/maven/maven-java2wsdl/pom.xml
+++ b/sca-java-1.x/branches/sca-java-1.6.1/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-SNAPSHOT</version>
+ <version>1.6.1-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-SNAPSHOT</version>
+ <version>1.6.1-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
diff --git a/sca-java-1.x/branches/sca-java-1.6.1/tools/maven/maven-osgi-junit/pom.xml b/sca-java-1.x/branches/sca-java-1.6.1/tools/maven/maven-osgi-junit/pom.xml
index 70c0ea0c5e..b432bf17aa 100644
--- a/sca-java-1.x/branches/sca-java-1.6.1/tools/maven/maven-osgi-junit/pom.xml
+++ b/sca-java-1.x/branches/sca-java-1.6.1/tools/maven/maven-osgi-junit/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca-maven-tools</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>1.6.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>tuscany-maven-osgi-junit</artifactId>
@@ -46,7 +46,7 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-node-launcher-osgi</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>1.6.1-SNAPSHOT</version>
</dependency>
<dependency>
diff --git a/sca-java-1.x/branches/sca-java-1.6.1/tools/maven/maven-tuscany-bundle-plugin/pom.xml b/sca-java-1.x/branches/sca-java-1.6.1/tools/maven/maven-tuscany-bundle-plugin/pom.xml
index e693691399..6c3b90328d 100644
--- a/sca-java-1.x/branches/sca-java-1.6.1/tools/maven/maven-tuscany-bundle-plugin/pom.xml
+++ b/sca-java-1.x/branches/sca-java-1.6.1/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-SNAPSHOT</version>
+ <version>1.6.1-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.1/tools/maven/maven-wsdl2java/pom.xml b/sca-java-1.x/branches/sca-java-1.6.1/tools/maven/maven-wsdl2java/pom.xml
index 580b3214dd..9108aa549a 100644
--- a/sca-java-1.x/branches/sca-java-1.6.1/tools/maven/maven-wsdl2java/pom.xml
+++ b/sca-java-1.x/branches/sca-java-1.6.1/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-SNAPSHOT</version>
+ <version>1.6.1-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-SNAPSHOT</version>
+ <version>1.6.1-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
diff --git a/sca-java-1.x/branches/sca-java-1.6.1/tools/maven/pom.xml b/sca-java-1.x/branches/sca-java-1.6.1/tools/maven/pom.xml
index 077a486d06..83cf55ca68 100644
--- a/sca-java-1.x/branches/sca-java-1.6.1/tools/maven/pom.xml
+++ b/sca-java-1.x/branches/sca-java-1.6.1/tools/maven/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca-tools</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/tools/pom.xml b/sca-java-1.x/branches/sca-java-1.6.1/tools/pom.xml
index 320d78b1fa..746b51eaaf 100644
--- a/sca-java-1.x/branches/sca-java-1.6.1/tools/pom.xml
+++ b/sca-java-1.x/branches/sca-java-1.6.1/tools/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>tuscany-sca-tools</artifactId>
diff --git a/sca-java-1.x/branches/sca-java-1.6.1/tools/wsdl2java/pom.xml b/sca-java-1.x/branches/sca-java-1.6.1/tools/wsdl2java/pom.xml
index 42bf0c7162..ba2e40e4fe 100644
--- a/sca-java-1.x/branches/sca-java-1.6.1/tools/wsdl2java/pom.xml
+++ b/sca-java-1.x/branches/sca-java-1.6.1/tools/wsdl2java/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca-tools</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>1.6.1-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-SNAPSHOT</version>
+ <version>1.6.1-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>