summaryrefslogtreecommitdiffstats
path: root/sandbox/travelsample/clients
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--sandbox/travelsample/clients/currency-converter-corba-client/pom.xml4
-rw-r--r--sandbox/travelsample/clients/currency-converter-rmi-client/pom.xml4
-rw-r--r--sandbox/travelsample/clients/currency-converter-ws-jaxws-client/pom.xml11
3 files changed, 10 insertions, 9 deletions
diff --git a/sandbox/travelsample/clients/currency-converter-corba-client/pom.xml b/sandbox/travelsample/clients/currency-converter-corba-client/pom.xml
index fba248ebc9..8d5750704f 100644
--- a/sandbox/travelsample/clients/currency-converter-corba-client/pom.xml
+++ b/sandbox/travelsample/clients/currency-converter-corba-client/pom.xml
@@ -22,9 +22,9 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca</artifactId>
- <version>1.5-SNAPSHOT</version>
+ <version>1.5</version>
<!--relativePath>../../pom.xml</relativePath-->
- </parent>
+ </parent><version>1.0-SNAPSHOT</version>
<artifactId>currency-converter-corba-client</artifactId>
<name>Apache Tuscany SCA Tours Currency Converter CORBA Client</name>
diff --git a/sandbox/travelsample/clients/currency-converter-rmi-client/pom.xml b/sandbox/travelsample/clients/currency-converter-rmi-client/pom.xml
index de234e2fc1..a4ca74fa07 100644
--- a/sandbox/travelsample/clients/currency-converter-rmi-client/pom.xml
+++ b/sandbox/travelsample/clients/currency-converter-rmi-client/pom.xml
@@ -22,9 +22,9 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca</artifactId>
- <version>1.5-SNAPSHOT</version>
+ <version>1.5</version>
<!--relativePath>../../pom.xml</relativePath-->
- </parent>
+ </parent><version>1.0-SNAPSHOT</version>
<artifactId>currency-converter-rmi-client</artifactId>
<name>Apache Tuscany SCA Tours Currency Converter RMI Client</name>
diff --git a/sandbox/travelsample/clients/currency-converter-ws-jaxws-client/pom.xml b/sandbox/travelsample/clients/currency-converter-ws-jaxws-client/pom.xml
index 309572e007..6c347c5359 100644
--- a/sandbox/travelsample/clients/currency-converter-ws-jaxws-client/pom.xml
+++ b/sandbox/travelsample/clients/currency-converter-ws-jaxws-client/pom.xml
@@ -7,9 +7,9 @@
* 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
@@ -22,9 +22,9 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca</artifactId>
- <version>1.5-SNAPSHOT</version>
+ <version>1.5</version>
<!--relativePath>../../pom.xml</relativePath-->
- </parent>
+ </parent><version>1.0-SNAPSHOT</version>
<artifactId>currency-converter-ws-jaxws-client</artifactId>
<name>Apache Tuscany SCA Tours Currency Converter Web Service JAX-WS Client</name>
@@ -36,7 +36,7 @@
<scope>test</scope>
</dependency>
</dependencies>
-
+
<build>
<finalName>${artifactId}</finalName>
@@ -44,6 +44,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>jaxws-maven-plugin</artifactId>
+ <version>1.12</version>
<executions>
<execution>
<goals>