summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/branches/sca-java-1.6/samples/helloworld-ws-reference
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--sca-java-1.x/branches/sca-java-1.6/samples/helloworld-ws-reference-jms/pom.xml10
-rw-r--r--sca-java-1.x/branches/sca-java-1.6/samples/helloworld-ws-reference-lean/pom.xml10
-rw-r--r--sca-java-1.x/branches/sca-java-1.6/samples/helloworld-ws-reference-secure/pom.xml10
-rw-r--r--sca-java-1.x/branches/sca-java-1.6/samples/helloworld-ws-reference/pom.xml10
4 files changed, 20 insertions, 20 deletions
diff --git a/sca-java-1.x/branches/sca-java-1.6/samples/helloworld-ws-reference-jms/pom.xml b/sca-java-1.x/branches/sca-java-1.6/samples/helloworld-ws-reference-jms/pom.xml
index e1c6365fd2..320d28aa5d 100644
--- a/sca-java-1.x/branches/sca-java-1.6/samples/helloworld-ws-reference-jms/pom.xml
+++ b/sca-java-1.x/branches/sca-java-1.6/samples/helloworld-ws-reference-jms/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca</artifactId>
- <version>1.6</version>
+ <version>1.6-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>sample-helloworld-ws-reference-jms</artifactId>
@@ -39,27 +39,27 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-host-embedded</artifactId>
- <version>1.6</version>
+ <version>1.6-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>1.6</version>
+ <version>1.6-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-binding-ws-axis2</artifactId>
- <version>1.6</version>
+ <version>1.6-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>sample-helloworld-ws-service-jms</artifactId>
- <version>1.6</version>
+ <version>1.6-SNAPSHOT</version>
<scope>test</scope>
</dependency>
diff --git a/sca-java-1.x/branches/sca-java-1.6/samples/helloworld-ws-reference-lean/pom.xml b/sca-java-1.x/branches/sca-java-1.6/samples/helloworld-ws-reference-lean/pom.xml
index 7727789753..32494cc508 100644
--- a/sca-java-1.x/branches/sca-java-1.6/samples/helloworld-ws-reference-lean/pom.xml
+++ b/sca-java-1.x/branches/sca-java-1.6/samples/helloworld-ws-reference-lean/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca</artifactId>
- <version>1.6</version>
+ <version>1.6-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>sample-helloworld-ws-reference-lean</artifactId>
@@ -39,27 +39,27 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-host-embedded</artifactId>
- <version>1.6</version>
+ <version>1.6-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>1.6</version>
+ <version>1.6-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-binding-ws-axis2</artifactId>
- <version>1.6</version>
+ <version>1.6-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>sample-helloworld-ws-service</artifactId>
- <version>1.6</version>
+ <version>1.6-SNAPSHOT</version>
<scope>test</scope>
</dependency>
diff --git a/sca-java-1.x/branches/sca-java-1.6/samples/helloworld-ws-reference-secure/pom.xml b/sca-java-1.x/branches/sca-java-1.6/samples/helloworld-ws-reference-secure/pom.xml
index c75372b12b..52e3ef376d 100644
--- a/sca-java-1.x/branches/sca-java-1.6/samples/helloworld-ws-reference-secure/pom.xml
+++ b/sca-java-1.x/branches/sca-java-1.6/samples/helloworld-ws-reference-secure/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca</artifactId>
- <version>1.6</version>
+ <version>1.6-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>sample-helloworld-ws-reference-secure</artifactId>
@@ -39,7 +39,7 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-host-embedded</artifactId>
- <version>1.6</version>
+ <version>1.6-SNAPSHOT</version>
</dependency>
<dependency>
@@ -51,21 +51,21 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>1.6</version>
+ <version>1.6-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-binding-ws-axis2</artifactId>
- <version>1.6</version>
+ <version>1.6-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>sample-helloworld-ws-service-secure</artifactId>
- <version>1.6</version>
+ <version>1.6-SNAPSHOT</version>
<scope>test</scope>
</dependency>
diff --git a/sca-java-1.x/branches/sca-java-1.6/samples/helloworld-ws-reference/pom.xml b/sca-java-1.x/branches/sca-java-1.6/samples/helloworld-ws-reference/pom.xml
index 9fcffd139c..8d910eae68 100644
--- a/sca-java-1.x/branches/sca-java-1.6/samples/helloworld-ws-reference/pom.xml
+++ b/sca-java-1.x/branches/sca-java-1.6/samples/helloworld-ws-reference/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca</artifactId>
- <version>1.6</version>
+ <version>1.6-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>sample-helloworld-ws-reference</artifactId>
@@ -39,27 +39,27 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-host-embedded</artifactId>
- <version>1.6</version>
+ <version>1.6-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>1.6</version>
+ <version>1.6-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-binding-ws-axis2</artifactId>
- <version>1.6</version>
+ <version>1.6-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>sample-helloworld-ws-service</artifactId>
- <version>1.6</version>
+ <version>1.6-SNAPSHOT</version>
<scope>test</scope>
</dependency>