summaryrefslogtreecommitdiffstats
path: root/branches
diff options
context:
space:
mode:
authorramkumar <ramkumar@13f79535-47bb-0310-9956-ffa450edef68>2008-12-02 14:00:00 +0000
committerramkumar <ramkumar@13f79535-47bb-0310-9956-ffa450edef68>2008-12-02 14:00:00 +0000
commit74d74899ab31ae6fad6065cd5f59a6bafdaed01f (patch)
treec534cf9ab374ac16c6f63156d8d35cb02bae3522 /branches
parentb0f9cda6d2deedff59ca6449bd0e5cec42af700c (diff)
Changes of version 1.4-SNAPSHOT to 1.5-SNAPSHOT
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@722460 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches')
-rw-r--r--branches/sca-java-1.x/tools/eclipse/features/core/feature.xml4
-rw-r--r--branches/sca-java-1.x/tools/eclipse/features/core/pom.xml2
-rw-r--r--branches/sca-java-1.x/tools/eclipse/plugins/core/pom.xml2
-rw-r--r--branches/sca-java-1.x/tools/eclipse/pom.xml2
-rw-r--r--branches/sca-java-1.x/tools/eclipse/site/updatesite/pom.xml6
-rw-r--r--branches/sca-java-1.x/tools/eclipse/site/updatesite/site.xml12
-rw-r--r--branches/sca-java-1.x/tools/eclipse34/features/core/pom.xml2
-rw-r--r--branches/sca-java-1.x/tools/eclipse34/features/ejava/pom.xml2
-rw-r--r--branches/sca-java-1.x/tools/eclipse34/features/manager/pom.xml2
-rw-r--r--branches/sca-java-1.x/tools/eclipse34/features/process/pom.xml2
-rw-r--r--branches/sca-java-1.x/tools/eclipse34/features/web20/pom.xml2
-rw-r--r--branches/sca-java-1.x/tools/eclipse34/features/webservice/pom.xml2
-rw-r--r--branches/sca-java-1.x/tools/eclipse34/plugins/core/pom.xml6
-rw-r--r--branches/sca-java-1.x/tools/eclipse34/plugins/ejava/pom.xml8
-rw-r--r--branches/sca-java-1.x/tools/eclipse34/plugins/manager/pom.xml8
-rw-r--r--branches/sca-java-1.x/tools/eclipse34/plugins/process/pom.xml8
-rw-r--r--branches/sca-java-1.x/tools/eclipse34/plugins/web20/pom.xml8
-rw-r--r--branches/sca-java-1.x/tools/eclipse34/plugins/webservice/pom.xml8
-rw-r--r--branches/sca-java-1.x/tools/eclipse34/pom.xml2
-rw-r--r--branches/sca-java-1.x/tools/eclipse34/site/updatesite/pom.xml26
-rw-r--r--branches/sca-java-1.x/tools/eclipse34/site/updatesite/site.xml36
-rw-r--r--branches/sca-java-1.x/tools/java2wsdl/pom.xml6
-rw-r--r--branches/sca-java-1.x/tools/maven/maven-ant-generator/pom.xml2
-rw-r--r--branches/sca-java-1.x/tools/maven/maven-dependency-lister/pom.xml142
-rw-r--r--branches/sca-java-1.x/tools/maven/maven-incremental-build/pom.xml2
-rw-r--r--branches/sca-java-1.x/tools/maven/maven-java2wsdl/pom.xml4
-rw-r--r--branches/sca-java-1.x/tools/maven/maven-osgi-junit/pom.xml4
-rw-r--r--branches/sca-java-1.x/tools/maven/maven-tuscany-bundle-plugin/pom.xml2
-rw-r--r--branches/sca-java-1.x/tools/maven/maven-web-junit/pom.xml2
-rw-r--r--branches/sca-java-1.x/tools/maven/maven-wsdl2java/pom.xml4
-rw-r--r--branches/sca-java-1.x/tools/maven/pom.xml2
-rw-r--r--branches/sca-java-1.x/tools/pom.xml96
-rw-r--r--branches/sca-java-1.x/tools/runtime-inspector/pom.xml142
-rw-r--r--branches/sca-java-1.x/tools/wsdl2java/pom.xml4
34 files changed, 281 insertions, 281 deletions
diff --git a/branches/sca-java-1.x/tools/eclipse/features/core/feature.xml b/branches/sca-java-1.x/tools/eclipse/features/core/feature.xml
index 3a2d14a054..547ea6130e 100644
--- a/branches/sca-java-1.x/tools/eclipse/features/core/feature.xml
+++ b/branches/sca-java-1.x/tools/eclipse/features/core/feature.xml
@@ -60,12 +60,12 @@ Unless required by applicable law or agreed to in writing, software distributed
unpack="false"/>
<data
- id="runtime/apache-tuscany-sca-1.4-SNAPSHOT.jar"
+ id="runtime/apache-tuscany-sca-1.5-SNAPSHOT.jar"
download-size="0"
install-size="0"/>
<data
- id="src/apache-tuscany-sca-1.4-SNAPSHOT-src.zip"
+ id="src/apache-tuscany-sca-1.5-SNAPSHOT-src.zip"
download-size="0"
install-size="0"/>
diff --git a/branches/sca-java-1.x/tools/eclipse/features/core/pom.xml b/branches/sca-java-1.x/tools/eclipse/features/core/pom.xml
index 30756fe9d6..00003c091d 100644
--- a/branches/sca-java-1.x/tools/eclipse/features/core/pom.xml
+++ b/branches/sca-java-1.x/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.4-SNAPSHOT</version>
+ <version>1.5-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>org.apache.tuscany.sca.feature.core</artifactId>
diff --git a/branches/sca-java-1.x/tools/eclipse/plugins/core/pom.xml b/branches/sca-java-1.x/tools/eclipse/plugins/core/pom.xml
index 9ae1fd1e1f..cd9109dc93 100644
--- a/branches/sca-java-1.x/tools/eclipse/plugins/core/pom.xml
+++ b/branches/sca-java-1.x/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.4-SNAPSHOT</version>
+ <version>1.5-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>org.apache.tuscany.sca.core</artifactId>
diff --git a/branches/sca-java-1.x/tools/eclipse/pom.xml b/branches/sca-java-1.x/tools/eclipse/pom.xml
index ef096ac09b..79a9b7d235 100644
--- a/branches/sca-java-1.x/tools/eclipse/pom.xml
+++ b/branches/sca-java-1.x/tools/eclipse/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca-tools</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.5-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/branches/sca-java-1.x/tools/eclipse/site/updatesite/pom.xml b/branches/sca-java-1.x/tools/eclipse/site/updatesite/pom.xml
index 32c0ec6f16..3f732c643a 100644
--- a/branches/sca-java-1.x/tools/eclipse/site/updatesite/pom.xml
+++ b/branches/sca-java-1.x/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.4-SNAPSHOT</version>
+ <version>1.5-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.4-SNAPSHOT</version>
+ <version>1.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>org.apache.tuscany.sca.feature.core</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.5-SNAPSHOT</version>
</dependency>
</dependencies>
diff --git a/branches/sca-java-1.x/tools/eclipse/site/updatesite/site.xml b/branches/sca-java-1.x/tools/eclipse/site/updatesite/site.xml
index 1ba6c0c004..06ba1bda20 100644
--- a/branches/sca-java-1.x/tools/eclipse/site/updatesite/site.xml
+++ b/branches/sca-java-1.x/tools/eclipse/site/updatesite/site.xml
@@ -23,14 +23,14 @@
</description>
<feature id="org.apache.tuscany.sca.feature.core" version="1.4.0"
- url="features/org.apache.tuscany.sca.feature.core-1.4-SNAPSHOT.jar"/>
+ url="features/org.apache.tuscany.sca.feature.core-1.5-SNAPSHOT.jar"/>
<archive path="plugins/org.apache.tuscany.sca.core_1.4.0.jar"
- url="plugins/org.apache.tuscany.sca.core-1.4-SNAPSHOT.jar"/>
+ url="plugins/org.apache.tuscany.sca.core-1.5-SNAPSHOT.jar"/>
- <archive path="features/org.apache.tuscany.sca.feature.core_1.4.0/runtime/apache-tuscany-sca-1.4-SNAPSHOT.jar"
- url="../apache-tuscany-sca-1.4-SNAPSHOT.zip"/>
+ <archive path="features/org.apache.tuscany.sca.feature.core_1.4.0/runtime/apache-tuscany-sca-1.5-SNAPSHOT.jar"
+ url="../apache-tuscany-sca-1.5-SNAPSHOT.zip"/>
- <archive path="features/org.apache.tuscany.sca.feature.core_1.4.0/src/apache-tuscany-sca-1.4-SNAPSHOT-src.zip"
- url="../apache-tuscany-sca-1.4-SNAPSHOT-src.zip"/>
+ <archive path="features/org.apache.tuscany.sca.feature.core_1.4.0/src/apache-tuscany-sca-1.5-SNAPSHOT-src.zip"
+ url="../apache-tuscany-sca-1.5-SNAPSHOT-src.zip"/>
</site>
diff --git a/branches/sca-java-1.x/tools/eclipse34/features/core/pom.xml b/branches/sca-java-1.x/tools/eclipse34/features/core/pom.xml
index 953eb9ec77..96a2c5d3c0 100644
--- a/branches/sca-java-1.x/tools/eclipse34/features/core/pom.xml
+++ b/branches/sca-java-1.x/tools/eclipse34/features/core/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca-eclipse-tools</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.5-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>org.apache.tuscany.sca.feature.core</artifactId>
diff --git a/branches/sca-java-1.x/tools/eclipse34/features/ejava/pom.xml b/branches/sca-java-1.x/tools/eclipse34/features/ejava/pom.xml
index da67d110b7..12700ead83 100644
--- a/branches/sca-java-1.x/tools/eclipse34/features/ejava/pom.xml
+++ b/branches/sca-java-1.x/tools/eclipse34/features/ejava/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca-eclipse-tools</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.5-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>org.apache.tuscany.sca.feature.ejava</artifactId>
diff --git a/branches/sca-java-1.x/tools/eclipse34/features/manager/pom.xml b/branches/sca-java-1.x/tools/eclipse34/features/manager/pom.xml
index 2e4f221ef1..60cc5730e0 100644
--- a/branches/sca-java-1.x/tools/eclipse34/features/manager/pom.xml
+++ b/branches/sca-java-1.x/tools/eclipse34/features/manager/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca-eclipse-tools</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.5-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>org.apache.tuscany.sca.feature.manager</artifactId>
diff --git a/branches/sca-java-1.x/tools/eclipse34/features/process/pom.xml b/branches/sca-java-1.x/tools/eclipse34/features/process/pom.xml
index 9ad398109a..47e9ae8999 100644
--- a/branches/sca-java-1.x/tools/eclipse34/features/process/pom.xml
+++ b/branches/sca-java-1.x/tools/eclipse34/features/process/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca-eclipse-tools</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.5-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>org.apache.tuscany.sca.feature.process</artifactId>
diff --git a/branches/sca-java-1.x/tools/eclipse34/features/web20/pom.xml b/branches/sca-java-1.x/tools/eclipse34/features/web20/pom.xml
index 9d4b4d50b5..de525f0233 100644
--- a/branches/sca-java-1.x/tools/eclipse34/features/web20/pom.xml
+++ b/branches/sca-java-1.x/tools/eclipse34/features/web20/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca-eclipse-tools</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.5-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>org.apache.tuscany.sca.feature.web20</artifactId>
diff --git a/branches/sca-java-1.x/tools/eclipse34/features/webservice/pom.xml b/branches/sca-java-1.x/tools/eclipse34/features/webservice/pom.xml
index f42fa8ce48..1f05d522c9 100644
--- a/branches/sca-java-1.x/tools/eclipse34/features/webservice/pom.xml
+++ b/branches/sca-java-1.x/tools/eclipse34/features/webservice/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca-eclipse-tools</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.5-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>org.apache.tuscany.sca.feature.webservice</artifactId>
diff --git a/branches/sca-java-1.x/tools/eclipse34/plugins/core/pom.xml b/branches/sca-java-1.x/tools/eclipse34/plugins/core/pom.xml
index b32ec079d4..e5a2514364 100644
--- a/branches/sca-java-1.x/tools/eclipse34/plugins/core/pom.xml
+++ b/branches/sca-java-1.x/tools/eclipse34/plugins/core/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca-eclipse-tools</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.5-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>org.apache.tuscany.sca.plugin.core</artifactId>
@@ -44,14 +44,14 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-distribution-core</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.5-SNAPSHOT</version>
<type>zip</type>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-distribution-core</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.5-SNAPSHOT</version>
<classifier>src</classifier>
<type>zip</type>
</dependency>
diff --git a/branches/sca-java-1.x/tools/eclipse34/plugins/ejava/pom.xml b/branches/sca-java-1.x/tools/eclipse34/plugins/ejava/pom.xml
index 752d20f7c1..7486120853 100644
--- a/branches/sca-java-1.x/tools/eclipse34/plugins/ejava/pom.xml
+++ b/branches/sca-java-1.x/tools/eclipse34/plugins/ejava/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca-eclipse-tools</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.5-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>org.apache.tuscany.sca.plugin.ejava</artifactId>
@@ -44,20 +44,20 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>org.apache.tuscany.sca.plugin.core</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-distribution-ejava</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.5-SNAPSHOT</version>
<type>zip</type>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-distribution-ejava</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.5-SNAPSHOT</version>
<classifier>src</classifier>
<type>zip</type>
</dependency>
diff --git a/branches/sca-java-1.x/tools/eclipse34/plugins/manager/pom.xml b/branches/sca-java-1.x/tools/eclipse34/plugins/manager/pom.xml
index ae6b3516a2..d62b3d7f2f 100644
--- a/branches/sca-java-1.x/tools/eclipse34/plugins/manager/pom.xml
+++ b/branches/sca-java-1.x/tools/eclipse34/plugins/manager/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca-eclipse-tools</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.5-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>org.apache.tuscany.sca.plugin.manager</artifactId>
@@ -44,20 +44,20 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>org.apache.tuscany.sca.plugin.core</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-distribution-manager</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.5-SNAPSHOT</version>
<type>zip</type>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-distribution-manager</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.5-SNAPSHOT</version>
<classifier>src</classifier>
<type>zip</type>
</dependency>
diff --git a/branches/sca-java-1.x/tools/eclipse34/plugins/process/pom.xml b/branches/sca-java-1.x/tools/eclipse34/plugins/process/pom.xml
index 5e7366c07b..ebc92eeb3e 100644
--- a/branches/sca-java-1.x/tools/eclipse34/plugins/process/pom.xml
+++ b/branches/sca-java-1.x/tools/eclipse34/plugins/process/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca-eclipse-tools</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.5-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>org.apache.tuscany.sca.plugin.process</artifactId>
@@ -44,20 +44,20 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>org.apache.tuscany.sca.plugin.core</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-distribution-process</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.5-SNAPSHOT</version>
<type>zip</type>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-distribution-process</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.5-SNAPSHOT</version>
<classifier>src</classifier>
<type>zip</type>
</dependency>
diff --git a/branches/sca-java-1.x/tools/eclipse34/plugins/web20/pom.xml b/branches/sca-java-1.x/tools/eclipse34/plugins/web20/pom.xml
index 7c450e753e..2b7634e3cb 100644
--- a/branches/sca-java-1.x/tools/eclipse34/plugins/web20/pom.xml
+++ b/branches/sca-java-1.x/tools/eclipse34/plugins/web20/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca-eclipse-tools</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.5-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>org.apache.tuscany.sca.plugin.web20</artifactId>
@@ -44,20 +44,20 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>org.apache.tuscany.sca.plugin.core</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-distribution-web20</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.5-SNAPSHOT</version>
<type>zip</type>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-distribution-web20</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.5-SNAPSHOT</version>
<classifier>src</classifier>
<type>zip</type>
</dependency>
diff --git a/branches/sca-java-1.x/tools/eclipse34/plugins/webservice/pom.xml b/branches/sca-java-1.x/tools/eclipse34/plugins/webservice/pom.xml
index 64fb36a15d..314b57bb5c 100644
--- a/branches/sca-java-1.x/tools/eclipse34/plugins/webservice/pom.xml
+++ b/branches/sca-java-1.x/tools/eclipse34/plugins/webservice/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca-eclipse-tools</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.5-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>org.apache.tuscany.sca.plugin.webservice</artifactId>
@@ -44,20 +44,20 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>org.apache.tuscany.sca.plugin.core</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-distribution-webservice</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.5-SNAPSHOT</version>
<type>zip</type>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-distribution-webservice</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.5-SNAPSHOT</version>
<classifier>src</classifier>
<type>zip</type>
</dependency>
diff --git a/branches/sca-java-1.x/tools/eclipse34/pom.xml b/branches/sca-java-1.x/tools/eclipse34/pom.xml
index a8da59b478..3b6493cd74 100644
--- a/branches/sca-java-1.x/tools/eclipse34/pom.xml
+++ b/branches/sca-java-1.x/tools/eclipse34/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca-tools</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.5-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/branches/sca-java-1.x/tools/eclipse34/site/updatesite/pom.xml b/branches/sca-java-1.x/tools/eclipse34/site/updatesite/pom.xml
index 0ef2f84873..c4ee0a78cd 100644
--- a/branches/sca-java-1.x/tools/eclipse34/site/updatesite/pom.xml
+++ b/branches/sca-java-1.x/tools/eclipse34/site/updatesite/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca-eclipse-tools</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.5-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>org.apache.tuscany.sca.updatesite</artifactId>
@@ -36,72 +36,72 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>org.apache.tuscany.sca.plugin.core</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>org.apache.tuscany.sca.feature.core</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>org.apache.tuscany.sca.plugin.ejava</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>org.apache.tuscany.sca.feature.ejava</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>org.apache.tuscany.sca.plugin.manager</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>org.apache.tuscany.sca.feature.manager</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>org.apache.tuscany.sca.plugin.process</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>org.apache.tuscany.sca.feature.process</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>org.apache.tuscany.sca.plugin.web20</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>org.apache.tuscany.sca.feature.web20</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>org.apache.tuscany.sca.plugin.webservice</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>org.apache.tuscany.sca.feature.webservice</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.5-SNAPSHOT</version>
</dependency>
</dependencies>
diff --git a/branches/sca-java-1.x/tools/eclipse34/site/updatesite/site.xml b/branches/sca-java-1.x/tools/eclipse34/site/updatesite/site.xml
index 1ea30f7f70..cd39f166fb 100644
--- a/branches/sca-java-1.x/tools/eclipse34/site/updatesite/site.xml
+++ b/branches/sca-java-1.x/tools/eclipse34/site/updatesite/site.xml
@@ -22,65 +22,65 @@
Apache Tuscany SCA Eclipse Update Site.
</description>
- <feature url="features/org.apache.tuscany.sca.feature.core-1.4-SNAPSHOT.jar"
+ <feature url="features/org.apache.tuscany.sca.feature.core-1.5-SNAPSHOT.jar"
id="org.apache.tuscany.sca.feature.core" version="1.4.0">
<category name="org.apache.tuscany.sca.core.features"/>
</feature>
- <feature url="features/org.apache.tuscany.sca.feature.ejava-1.4-SNAPSHOT.jar"
+ <feature url="features/org.apache.tuscany.sca.feature.ejava-1.5-SNAPSHOT.jar"
id="org.apache.tuscany.sca.feature.ejava" version="1.4.0">
<category name="org.apache.tuscany.sca.optional.features"/>
</feature>
- <feature url="features/org.apache.tuscany.sca.feature.manager-1.4-SNAPSHOT.jar"
+ <feature url="features/org.apache.tuscany.sca.feature.manager-1.5-SNAPSHOT.jar"
id="org.apache.tuscany.sca.feature.manager" version="1.4.0">
<category name="org.apache.tuscany.sca.core.features"/>
</feature>
- <feature url="features/org.apache.tuscany.sca.feature.process-1.4-SNAPSHOT.jar"
+ <feature url="features/org.apache.tuscany.sca.feature.process-1.5-SNAPSHOT.jar"
id="org.apache.tuscany.sca.feature.process" version="1.4.0">
<category name="org.apache.tuscany.sca.optional.features"/>
</feature>
- <feature url="features/org.apache.tuscany.sca.feature.web20-1.4-SNAPSHOT.jar"
+ <feature url="features/org.apache.tuscany.sca.feature.web20-1.5-SNAPSHOT.jar"
id="org.apache.tuscany.sca.feature.web20" version="1.4.0">
<category name="org.apache.tuscany.sca.optional.features"/>
</feature>
- <feature url="features/org.apache.tuscany.sca.feature.webservice-1.4-SNAPSHOT.jar"
+ <feature url="features/org.apache.tuscany.sca.feature.webservice-1.5-SNAPSHOT.jar"
id="org.apache.tuscany.sca.feature.webservice" version="1.4.0">
<category name="org.apache.tuscany.sca.optional.features"/>
</feature>
<archive path="features/org.apache.tuscany.sca.feature.core_1.4.0.jar"
- url="features/org.apache.tuscany.sca.feature.core-1.4-SNAPSHOT.jar"/>
+ url="features/org.apache.tuscany.sca.feature.core-1.5-SNAPSHOT.jar"/>
<archive path="plugins/org.apache.tuscany.sca.plugin.core_1.4.0.jar"
- url="plugins/org.apache.tuscany.sca.plugin.core-1.4-SNAPSHOT.jar"/>
+ url="plugins/org.apache.tuscany.sca.plugin.core-1.5-SNAPSHOT.jar"/>
<archive path="features/org.apache.tuscany.sca.feature.ejava_1.4.0.jar"
- url="features/org.apache.tuscany.sca.feature.ejava-1.4-SNAPSHOT.jar"/>
+ url="features/org.apache.tuscany.sca.feature.ejava-1.5-SNAPSHOT.jar"/>
<archive path="plugins/org.apache.tuscany.sca.plugin.ejava_1.4.0.jar"
- url="plugins/org.apache.tuscany.sca.plugin.ejava-1.4-SNAPSHOT.jar"/>
+ url="plugins/org.apache.tuscany.sca.plugin.ejava-1.5-SNAPSHOT.jar"/>
<archive path="features/org.apache.tuscany.sca.feature.manager_1.4.0.jar"
- url="features/org.apache.tuscany.sca.feature.manager-1.4-SNAPSHOT.jar"/>
+ url="features/org.apache.tuscany.sca.feature.manager-1.5-SNAPSHOT.jar"/>
<archive path="plugins/org.apache.tuscany.sca.plugin.manager_1.4.0.jar"
- url="plugins/org.apache.tuscany.sca.plugin.manager-1.4-SNAPSHOT.jar"/>
+ url="plugins/org.apache.tuscany.sca.plugin.manager-1.5-SNAPSHOT.jar"/>
<archive path="features/org.apache.tuscany.sca.feature.process_1.4.0.jar"
- url="features/org.apache.tuscany.sca.feature.process-1.4-SNAPSHOT.jar"/>
+ url="features/org.apache.tuscany.sca.feature.process-1.5-SNAPSHOT.jar"/>
<archive path="plugins/org.apache.tuscany.sca.plugin.process_1.4.0.jar"
- url="plugins/org.apache.tuscany.sca.plugin.process-1.4-SNAPSHOT.jar"/>
+ url="plugins/org.apache.tuscany.sca.plugin.process-1.5-SNAPSHOT.jar"/>
<archive path="features/org.apache.tuscany.sca.feature.web20_1.4.0.jar"
- url="features/org.apache.tuscany.sca.feature.web20-1.4-SNAPSHOT.jar"/>
+ url="features/org.apache.tuscany.sca.feature.web20-1.5-SNAPSHOT.jar"/>
<archive path="plugins/org.apache.tuscany.sca.plugin.web20_1.4.0.jar"
- url="plugins/org.apache.tuscany.sca.plugin.web20-1.4-SNAPSHOT.jar"/>
+ url="plugins/org.apache.tuscany.sca.plugin.web20-1.5-SNAPSHOT.jar"/>
<archive path="features/org.apache.tuscany.sca.feature.webservice_1.4.0.jar"
- url="features/org.apache.tuscany.sca.feature.webservice-1.4-SNAPSHOT.jar"/>
+ url="features/org.apache.tuscany.sca.feature.webservice-1.5-SNAPSHOT.jar"/>
<archive path="plugins/org.apache.tuscany.sca.plugin.webservice_1.4.0.jar"
- url="plugins/org.apache.tuscany.sca.plugin.webservice-1.4-SNAPSHOT.jar"/>
+ url="plugins/org.apache.tuscany.sca.plugin.webservice-1.5-SNAPSHOT.jar"/>
<category-def name="org.apache.tuscany.sca.core.features"
label="Core Features"/>
diff --git a/branches/sca-java-1.x/tools/java2wsdl/pom.xml b/branches/sca-java-1.x/tools/java2wsdl/pom.xml
index e9c97b283c..ab8fd040a1 100644
--- a/branches/sca-java-1.x/tools/java2wsdl/pom.xml
+++ b/branches/sca-java-1.x/tools/java2wsdl/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca-tools</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.5-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.4-SNAPSHOT</version>
+ <version>1.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-databinding</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>javax.xml.stream</groupId>
diff --git a/branches/sca-java-1.x/tools/maven/maven-ant-generator/pom.xml b/branches/sca-java-1.x/tools/maven/maven-ant-generator/pom.xml
index 42b379cdba..6708c5c379 100644
--- a/branches/sca-java-1.x/tools/maven/maven-ant-generator/pom.xml
+++ b/branches/sca-java-1.x/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.4-SNAPSHOT</version>
+ <version>1.5-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>tuscany-maven-ant-generator</artifactId>
diff --git a/branches/sca-java-1.x/tools/maven/maven-dependency-lister/pom.xml b/branches/sca-java-1.x/tools/maven/maven-dependency-lister/pom.xml
index 7656b48a68..b615dc2c44 100644
--- a/branches/sca-java-1.x/tools/maven/maven-dependency-lister/pom.xml
+++ b/branches/sca-java-1.x/tools/maven/maven-dependency-lister/pom.xml
@@ -1,71 +1,71 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
--->
-<project>
- <modelVersion>4.0.0</modelVersion>
- <parent>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-sca-maven-tools</artifactId>
- <version>1.4-SNAPSHOT</version>
- <relativePath>../pom.xml</relativePath>
- </parent>
- <artifactId>tuscany-maven-dependency-lister</artifactId>
- <packaging>maven-plugin</packaging>
- <name>Apache Tuscany SCA Dependency Lister Maven Plugin</name>
-
- <dependencies>
- <dependency>
- <groupId>org.apache.maven</groupId>
- <artifactId>maven-plugin-api</artifactId>
- <version>2.0.7</version>
- </dependency>
-
- <dependency>
- <groupId>org.apache.maven</groupId>
- <artifactId>maven-project</artifactId>
- <version>2.0.7</version>
- </dependency>
-
- <dependency>
- <groupId>org.apache.maven</groupId>
- <artifactId>maven-settings</artifactId>
- <version>2.0.7</version>
- </dependency>
-
- <dependency>
- <groupId>org.apache.maven</groupId>
- <artifactId>maven-artifact</artifactId>
- <version>2.0.7</version>
- </dependency>
-
- <dependency>
- <groupId>org.apache.maven</groupId>
- <artifactId>maven-model</artifactId>
- <version>2.0.7</version>
- </dependency>
-
- <dependency>
- <groupId>org.apache.maven.shared</groupId>
- <artifactId>maven-dependency-tree</artifactId>
- <version>1.0</version>
- </dependency>
-
-
- </dependencies>
-</project>
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+-->
+<project>
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-sca-maven-tools</artifactId>
+ <version>1.5-SNAPSHOT</version>
+ <relativePath>../pom.xml</relativePath>
+ </parent>
+ <artifactId>tuscany-maven-dependency-lister</artifactId>
+ <packaging>maven-plugin</packaging>
+ <name>Apache Tuscany SCA Dependency Lister Maven Plugin</name>
+
+ <dependencies>
+ <dependency>
+ <groupId>org.apache.maven</groupId>
+ <artifactId>maven-plugin-api</artifactId>
+ <version>2.0.7</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.maven</groupId>
+ <artifactId>maven-project</artifactId>
+ <version>2.0.7</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.maven</groupId>
+ <artifactId>maven-settings</artifactId>
+ <version>2.0.7</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.maven</groupId>
+ <artifactId>maven-artifact</artifactId>
+ <version>2.0.7</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.maven</groupId>
+ <artifactId>maven-model</artifactId>
+ <version>2.0.7</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.maven.shared</groupId>
+ <artifactId>maven-dependency-tree</artifactId>
+ <version>1.0</version>
+ </dependency>
+
+
+ </dependencies>
+</project>
diff --git a/branches/sca-java-1.x/tools/maven/maven-incremental-build/pom.xml b/branches/sca-java-1.x/tools/maven/maven-incremental-build/pom.xml
index e73c99b29d..938cf8a157 100644
--- a/branches/sca-java-1.x/tools/maven/maven-incremental-build/pom.xml
+++ b/branches/sca-java-1.x/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.4-SNAPSHOT</version>
+ <version>1.5-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>tuscany-maven-incremental-build</artifactId>
diff --git a/branches/sca-java-1.x/tools/maven/maven-java2wsdl/pom.xml b/branches/sca-java-1.x/tools/maven/maven-java2wsdl/pom.xml
index a9b3126cdf..85f5cf622d 100644
--- a/branches/sca-java-1.x/tools/maven/maven-java2wsdl/pom.xml
+++ b/branches/sca-java-1.x/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.4-SNAPSHOT</version>
+ <version>1.5-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.4-SNAPSHOT</version>
+ <version>1.5-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
diff --git a/branches/sca-java-1.x/tools/maven/maven-osgi-junit/pom.xml b/branches/sca-java-1.x/tools/maven/maven-osgi-junit/pom.xml
index 2df4e01909..33c8e1774c 100644
--- a/branches/sca-java-1.x/tools/maven/maven-osgi-junit/pom.xml
+++ b/branches/sca-java-1.x/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.4-SNAPSHOT</version>
+ <version>1.5-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.4-SNAPSHOT</version>
+ <version>1.5-SNAPSHOT</version>
</dependency>
<dependency>
diff --git a/branches/sca-java-1.x/tools/maven/maven-tuscany-bundle-plugin/pom.xml b/branches/sca-java-1.x/tools/maven/maven-tuscany-bundle-plugin/pom.xml
index c6e972f044..284aee9b7a 100644
--- a/branches/sca-java-1.x/tools/maven/maven-tuscany-bundle-plugin/pom.xml
+++ b/branches/sca-java-1.x/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.4-SNAPSHOT</version>
+ <version>1.5-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>tuscany-maven-bundle-plugin</artifactId>
diff --git a/branches/sca-java-1.x/tools/maven/maven-web-junit/pom.xml b/branches/sca-java-1.x/tools/maven/maven-web-junit/pom.xml
index 9399bf1456..a7205e6d7c 100644
--- a/branches/sca-java-1.x/tools/maven/maven-web-junit/pom.xml
+++ b/branches/sca-java-1.x/tools/maven/maven-web-junit/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca-maven-tools</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.5-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>tuscany-maven-web-junit</artifactId>
diff --git a/branches/sca-java-1.x/tools/maven/maven-wsdl2java/pom.xml b/branches/sca-java-1.x/tools/maven/maven-wsdl2java/pom.xml
index 0425f8826e..efdc71a32f 100644
--- a/branches/sca-java-1.x/tools/maven/maven-wsdl2java/pom.xml
+++ b/branches/sca-java-1.x/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.4-SNAPSHOT</version>
+ <version>1.5-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.4-SNAPSHOT</version>
+ <version>1.5-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
diff --git a/branches/sca-java-1.x/tools/maven/pom.xml b/branches/sca-java-1.x/tools/maven/pom.xml
index fe08686bdf..1b1fa6ef42 100644
--- a/branches/sca-java-1.x/tools/maven/pom.xml
+++ b/branches/sca-java-1.x/tools/maven/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca-tools</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.5-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/branches/sca-java-1.x/tools/pom.xml b/branches/sca-java-1.x/tools/pom.xml
index b3ab8cb275..8f7f5ebb03 100644
--- a/branches/sca-java-1.x/tools/pom.xml
+++ b/branches/sca-java-1.x/tools/pom.xml
@@ -1,48 +1,48 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
--->
-<project>
- <modelVersion>4.0.0</modelVersion>
- <parent>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-sca</artifactId>
- <version>1.4-SNAPSHOT</version>
- <relativePath>../pom.xml</relativePath>
- </parent>
- <artifactId>tuscany-sca-tools</artifactId>
- <packaging>pom</packaging>
- <name>Apache Tuscany SCA Tools</name>
-
- <profiles>
- <profile>
- <id>default</id>
- <activation>
- <activeByDefault>true</activeByDefault>
- </activation>
- <modules>
- <module>eclipse</module>
- <module>java2wsdl</module>
- <module>maven</module>
- <module>wsdl2java</module>
- <module>runtime-inspector</module>
- </modules>
- </profile>
- </profiles>
-
-</project>
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+-->
+<project>
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-sca</artifactId>
+ <version>1.5-SNAPSHOT</version>
+ <relativePath>../pom.xml</relativePath>
+ </parent>
+ <artifactId>tuscany-sca-tools</artifactId>
+ <packaging>pom</packaging>
+ <name>Apache Tuscany SCA Tools</name>
+
+ <profiles>
+ <profile>
+ <id>default</id>
+ <activation>
+ <activeByDefault>true</activeByDefault>
+ </activation>
+ <modules>
+ <module>eclipse</module>
+ <module>java2wsdl</module>
+ <module>maven</module>
+ <module>wsdl2java</module>
+ <module>runtime-inspector</module>
+ </modules>
+ </profile>
+ </profiles>
+
+</project>
diff --git a/branches/sca-java-1.x/tools/runtime-inspector/pom.xml b/branches/sca-java-1.x/tools/runtime-inspector/pom.xml
index ea6078bf7d..503c55f764 100644
--- a/branches/sca-java-1.x/tools/runtime-inspector/pom.xml
+++ b/branches/sca-java-1.x/tools/runtime-inspector/pom.xml
@@ -1,71 +1,71 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
--->
-<project>
- <modelVersion>4.0.0</modelVersion>
- <parent>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-sca-tools</artifactId>
- <version>1.4-SNAPSHOT</version>
- <relativePath>../pom.xml</relativePath>
- </parent>
- <artifactId>tools-runtime-inspector</artifactId>
- <name>Apache Tuscany SCA Tools Runtime Inspector</name>
-
- <repositories>
- <repository>
- <id>apache.incubator</id>
- <url>http://people.apache.org/repo/m2-incubating-repository</url>
- </repository>
- </repositories>
-
- <dependencies>
-
- <dependency>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-host-http</artifactId>
- <version>1.4-SNAPSHOT</version>
- </dependency>
-
- <dependency>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-node-impl</artifactId>
- <version>1.4-SNAPSHOT</version>
- </dependency>
-
- <dependency>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>1.4-SNAPSHOT</version>
- <scope>runtime</scope>
- </dependency>
-
- <dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <version>4.5</version>
- <scope>test</scope>
- </dependency>
-
- </dependencies>
-
- <build>
- <finalName>${artifactId}</finalName>
- </build>
-</project>
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+-->
+<project>
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-sca-tools</artifactId>
+ <version>1.5-SNAPSHOT</version>
+ <relativePath>../pom.xml</relativePath>
+ </parent>
+ <artifactId>tools-runtime-inspector</artifactId>
+ <name>Apache Tuscany SCA Tools Runtime Inspector</name>
+
+ <repositories>
+ <repository>
+ <id>apache.incubator</id>
+ <url>http://people.apache.org/repo/m2-incubating-repository</url>
+ </repository>
+ </repositories>
+
+ <dependencies>
+
+ <dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-host-http</artifactId>
+ <version>1.5-SNAPSHOT</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-node-impl</artifactId>
+ <version>1.5-SNAPSHOT</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-implementation-java-runtime</artifactId>
+ <version>1.5-SNAPSHOT</version>
+ <scope>runtime</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>4.5</version>
+ <scope>test</scope>
+ </dependency>
+
+ </dependencies>
+
+ <build>
+ <finalName>${artifactId}</finalName>
+ </build>
+</project>
diff --git a/branches/sca-java-1.x/tools/wsdl2java/pom.xml b/branches/sca-java-1.x/tools/wsdl2java/pom.xml
index 6f13c6ca5e..a2def7633e 100644
--- a/branches/sca-java-1.x/tools/wsdl2java/pom.xml
+++ b/branches/sca-java-1.x/tools/wsdl2java/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca-tools</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.5-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.4-SNAPSHOT</version>
+ <version>1.5-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>