summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.4/vtest/wsbinding
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-01-13 02:56:30 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-01-13 02:56:30 +0000
commita674865eba442ef8417e571818e1cc5945be01de (patch)
tree85c26add124c977e44f8d5b10c1dcfc88d4590a3 /branches/sca-java-1.4/vtest/wsbinding
parent641e9f232ba188979ec33c528a1d14e2824f76d1 (diff)
Setting maven artifact version to 1.4.1-SNAPSHOT
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@734007 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches/sca-java-1.4/vtest/wsbinding')
-rw-r--r--branches/sca-java-1.4/vtest/wsbinding/nowsdl/defaultbinding/pom.xml10
-rw-r--r--branches/sca-java-1.4/vtest/wsbinding/nowsdl/multisoapbindings/pom.xml10
-rw-r--r--branches/sca-java-1.4/vtest/wsbinding/nowsdl/pom.xml8
-rw-r--r--branches/sca-java-1.4/vtest/wsbinding/nowsdl/promoted/pom.xml10
-rw-r--r--branches/sca-java-1.4/vtest/wsbinding/nowsdl/soapversion/pom.xml10
-rw-r--r--branches/sca-java-1.4/vtest/wsbinding/pom.xml8
-rw-r--r--branches/sca-java-1.4/vtest/wsbinding/service/pom.xml10
-rw-r--r--branches/sca-java-1.4/vtest/wsbinding/wsdlelement/binding/pom.xml10
-rw-r--r--branches/sca-java-1.4/vtest/wsbinding/wsdlelement/pom.xml8
-rw-r--r--branches/sca-java-1.4/vtest/wsbinding/wsdlelement/port/pom.xml10
-rw-r--r--branches/sca-java-1.4/vtest/wsbinding/wsdlelement/service/pom.xml10
11 files changed, 52 insertions, 52 deletions
diff --git a/branches/sca-java-1.4/vtest/wsbinding/nowsdl/defaultbinding/pom.xml b/branches/sca-java-1.4/vtest/wsbinding/nowsdl/defaultbinding/pom.xml
index 7db0fc2238..832698f499 100644
--- a/branches/sca-java-1.4/vtest/wsbinding/nowsdl/defaultbinding/pom.xml
+++ b/branches/sca-java-1.4/vtest/wsbinding/nowsdl/defaultbinding/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>vtest-wsbinding-nowsdl</artifactId>
- <version>1.4</version>
+ <version>1.4.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>vtest-wsbinding-nowsdl-defaultbinding</artifactId>
@@ -32,26 +32,26 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-host-embedded</artifactId>
- <version>1.4</version>
+ <version>1.4.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-binding-ws-axis2</artifactId>
- <version>1.4</version>
+ <version>1.4.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-host-tomcat</artifactId>
- <version>1.4</version>
+ <version>1.4.1-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>1.4</version>
+ <version>1.4.1-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
</dependencies>
diff --git a/branches/sca-java-1.4/vtest/wsbinding/nowsdl/multisoapbindings/pom.xml b/branches/sca-java-1.4/vtest/wsbinding/nowsdl/multisoapbindings/pom.xml
index 3b23a80ada..a77a9c1764 100644
--- a/branches/sca-java-1.4/vtest/wsbinding/nowsdl/multisoapbindings/pom.xml
+++ b/branches/sca-java-1.4/vtest/wsbinding/nowsdl/multisoapbindings/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>vtest-wsbinding-nowsdl</artifactId>
- <version>1.4</version>
+ <version>1.4.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>vtest-wsbinding-nowsdl-multisoapbindings</artifactId>
@@ -32,26 +32,26 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-host-embedded</artifactId>
- <version>1.4</version>
+ <version>1.4.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-binding-ws-axis2</artifactId>
- <version>1.4</version>
+ <version>1.4.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-host-tomcat</artifactId>
- <version>1.4</version>
+ <version>1.4.1-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>1.4</version>
+ <version>1.4.1-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
</dependencies>
diff --git a/branches/sca-java-1.4/vtest/wsbinding/nowsdl/pom.xml b/branches/sca-java-1.4/vtest/wsbinding/nowsdl/pom.xml
index 115044df37..ec06a7faa1 100644
--- a/branches/sca-java-1.4/vtest/wsbinding/nowsdl/pom.xml
+++ b/branches/sca-java-1.4/vtest/wsbinding/nowsdl/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>vtest-wsbinding</artifactId>
- <version>1.4</version>
+ <version>1.4.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>vtest-wsbinding-nowsdl</artifactId>
@@ -34,19 +34,19 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-host-embedded</artifactId>
- <version>1.4</version>
+ <version>1.4.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-binding-ws-axis2</artifactId>
- <version>1.4</version>
+ <version>1.4.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>vtest-utilities</artifactId>
- <version>1.4</version>
+ <version>1.4.1-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
diff --git a/branches/sca-java-1.4/vtest/wsbinding/nowsdl/promoted/pom.xml b/branches/sca-java-1.4/vtest/wsbinding/nowsdl/promoted/pom.xml
index 8f0a7c8b66..90df48bc69 100644
--- a/branches/sca-java-1.4/vtest/wsbinding/nowsdl/promoted/pom.xml
+++ b/branches/sca-java-1.4/vtest/wsbinding/nowsdl/promoted/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>vtest-wsbinding-nowsdl</artifactId>
- <version>1.4</version>
+ <version>1.4.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>vtest-wsbinding-nowsdl-promoted</artifactId>
@@ -32,26 +32,26 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-host-embedded</artifactId>
- <version>1.4</version>
+ <version>1.4.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-binding-ws-axis2</artifactId>
- <version>1.4</version>
+ <version>1.4.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-host-tomcat</artifactId>
- <version>1.4</version>
+ <version>1.4.1-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>1.4</version>
+ <version>1.4.1-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
</dependencies>
diff --git a/branches/sca-java-1.4/vtest/wsbinding/nowsdl/soapversion/pom.xml b/branches/sca-java-1.4/vtest/wsbinding/nowsdl/soapversion/pom.xml
index ddb94666b4..e2a6b7f0ad 100644
--- a/branches/sca-java-1.4/vtest/wsbinding/nowsdl/soapversion/pom.xml
+++ b/branches/sca-java-1.4/vtest/wsbinding/nowsdl/soapversion/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>vtest-wsbinding-nowsdl</artifactId>
- <version>1.4</version>
+ <version>1.4.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>vtest-wsbinding-nowsdl-soapversion</artifactId>
@@ -32,26 +32,26 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-host-embedded</artifactId>
- <version>1.4</version>
+ <version>1.4.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-binding-ws-axis2</artifactId>
- <version>1.4</version>
+ <version>1.4.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-host-tomcat</artifactId>
- <version>1.4</version>
+ <version>1.4.1-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>1.4</version>
+ <version>1.4.1-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
</dependencies>
diff --git a/branches/sca-java-1.4/vtest/wsbinding/pom.xml b/branches/sca-java-1.4/vtest/wsbinding/pom.xml
index 11801687c2..3dcb3f08d7 100644
--- a/branches/sca-java-1.4/vtest/wsbinding/pom.xml
+++ b/branches/sca-java-1.4/vtest/wsbinding/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-vtest</artifactId>
- <version>1.4</version>
+ <version>1.4.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>vtest-wsbinding</artifactId>
@@ -33,19 +33,19 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-host-embedded</artifactId>
- <version>1.4</version>
+ <version>1.4.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-binding-ws-axis2</artifactId>
- <version>1.4</version>
+ <version>1.4.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>vtest-utilities</artifactId>
- <version>1.4</version>
+ <version>1.4.1-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
diff --git a/branches/sca-java-1.4/vtest/wsbinding/service/pom.xml b/branches/sca-java-1.4/vtest/wsbinding/service/pom.xml
index d1756bedf1..de1edd38b2 100644
--- a/branches/sca-java-1.4/vtest/wsbinding/service/pom.xml
+++ b/branches/sca-java-1.4/vtest/wsbinding/service/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>vtest-wsbinding</artifactId>
- <version>1.4</version>
+ <version>1.4.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>vtest-wsbinding-service</artifactId>
@@ -32,26 +32,26 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-host-embedded</artifactId>
- <version>1.4</version>
+ <version>1.4.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-binding-ws-axis2</artifactId>
- <version>1.4</version>
+ <version>1.4.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-host-tomcat</artifactId>
- <version>1.4</version>
+ <version>1.4.1-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>1.4</version>
+ <version>1.4.1-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
</dependencies>
diff --git a/branches/sca-java-1.4/vtest/wsbinding/wsdlelement/binding/pom.xml b/branches/sca-java-1.4/vtest/wsbinding/wsdlelement/binding/pom.xml
index e3a373a45f..35c957bd13 100644
--- a/branches/sca-java-1.4/vtest/wsbinding/wsdlelement/binding/pom.xml
+++ b/branches/sca-java-1.4/vtest/wsbinding/wsdlelement/binding/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>vtest-wsbinding-wsdlelement</artifactId>
- <version>1.4</version>
+ <version>1.4.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>vtest-wsbinding-wsdlelement-binding</artifactId>
@@ -32,26 +32,26 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-host-embedded</artifactId>
- <version>1.4</version>
+ <version>1.4.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-binding-ws-axis2</artifactId>
- <version>1.4</version>
+ <version>1.4.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-host-tomcat</artifactId>
- <version>1.4</version>
+ <version>1.4.1-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>1.4</version>
+ <version>1.4.1-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
</dependencies>
diff --git a/branches/sca-java-1.4/vtest/wsbinding/wsdlelement/pom.xml b/branches/sca-java-1.4/vtest/wsbinding/wsdlelement/pom.xml
index 925b467717..593d976f68 100644
--- a/branches/sca-java-1.4/vtest/wsbinding/wsdlelement/pom.xml
+++ b/branches/sca-java-1.4/vtest/wsbinding/wsdlelement/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>vtest-wsbinding</artifactId>
- <version>1.4</version>
+ <version>1.4.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>vtest-wsbinding-wsdlelement</artifactId>
@@ -33,19 +33,19 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-host-embedded</artifactId>
- <version>1.4</version>
+ <version>1.4.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-binding-ws-axis2</artifactId>
- <version>1.4</version>
+ <version>1.4.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>vtest-utilities</artifactId>
- <version>1.4</version>
+ <version>1.4.1-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
diff --git a/branches/sca-java-1.4/vtest/wsbinding/wsdlelement/port/pom.xml b/branches/sca-java-1.4/vtest/wsbinding/wsdlelement/port/pom.xml
index 8730fb551d..9bfe0b7e77 100644
--- a/branches/sca-java-1.4/vtest/wsbinding/wsdlelement/port/pom.xml
+++ b/branches/sca-java-1.4/vtest/wsbinding/wsdlelement/port/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>vtest-wsbinding-wsdlelement</artifactId>
- <version>1.4</version>
+ <version>1.4.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>vtest-wsbinding-wsdlelement-port</artifactId>
@@ -32,26 +32,26 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-host-embedded</artifactId>
- <version>1.4</version>
+ <version>1.4.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-binding-ws-axis2</artifactId>
- <version>1.4</version>
+ <version>1.4.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-host-tomcat</artifactId>
- <version>1.4</version>
+ <version>1.4.1-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>1.4</version>
+ <version>1.4.1-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
</dependencies>
diff --git a/branches/sca-java-1.4/vtest/wsbinding/wsdlelement/service/pom.xml b/branches/sca-java-1.4/vtest/wsbinding/wsdlelement/service/pom.xml
index ea7fdc6965..2465e26812 100644
--- a/branches/sca-java-1.4/vtest/wsbinding/wsdlelement/service/pom.xml
+++ b/branches/sca-java-1.4/vtest/wsbinding/wsdlelement/service/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>vtest-wsbinding-wsdlelement</artifactId>
- <version>1.4</version>
+ <version>1.4.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>vtest-wsbinding-wsdlelement-service</artifactId>
@@ -32,26 +32,26 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-host-embedded</artifactId>
- <version>1.4</version>
+ <version>1.4.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-binding-ws-axis2</artifactId>
- <version>1.4</version>
+ <version>1.4.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-host-tomcat</artifactId>
- <version>1.4</version>
+ <version>1.4.1-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>1.4</version>
+ <version>1.4.1-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
</dependencies>