summaryrefslogtreecommitdiffstats
path: root/sandbox/travelsample/contributions/databinding-client-contribution/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/travelsample/contributions/databinding-client-contribution/pom.xml')
-rw-r--r--sandbox/travelsample/contributions/databinding-client-contribution/pom.xml16
1 files changed, 8 insertions, 8 deletions
diff --git a/sandbox/travelsample/contributions/databinding-client-contribution/pom.xml b/sandbox/travelsample/contributions/databinding-client-contribution/pom.xml
index 3654fcc7bc..1b5032e773 100644
--- a/sandbox/travelsample/contributions/databinding-client-contribution/pom.xml
+++ b/sandbox/travelsample/contributions/databinding-client-contribution/pom.xml
@@ -7,24 +7,24 @@
* 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.
+ * 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>
+ <version>1.5</version>
<!--relativePath>../../pom.xml</relativePath-->
- </parent>
+ </parent><version>1.0-SNAPSHOT</version>
<artifactId>scatours-databinding-client-contribution</artifactId>
<name>Apache Tuscany SCA Tours Databinding Client Contribution</name>
@@ -32,16 +32,16 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca-api</artifactId>
- <version>1.5-SNAPSHOT</version>
+ <version>1.5</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>scatours-payment-java-contribution</artifactId>
- <version>1.5-SNAPSHOT</version>
+ <version>1.0-SNAPSHOT</version>
</dependency>
</dependencies>
-
+
<build>
<finalName>${artifactId}</finalName>
</build>