summaryrefslogtreecommitdiffstats
path: root/sandbox/travelsample/contributions/travelcatalog-contribution/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/travelsample/contributions/travelcatalog-contribution/pom.xml')
-rw-r--r--sandbox/travelsample/contributions/travelcatalog-contribution/pom.xml30
1 files changed, 15 insertions, 15 deletions
diff --git a/sandbox/travelsample/contributions/travelcatalog-contribution/pom.xml b/sandbox/travelsample/contributions/travelcatalog-contribution/pom.xml
index ab7b0a0f70..7bc501afbf 100644
--- a/sandbox/travelsample/contributions/travelcatalog-contribution/pom.xml
+++ b/sandbox/travelsample/contributions/travelcatalog-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-travelcatalog-contribution</artifactId>
<name>Apache Tuscany SCA Tours Travel Catalog Contribution</name>
@@ -32,32 +32,32 @@
<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>tuscany-data-api</artifactId>
- <version>1.5-SNAPSHOT</version>
+ <version>1.5</version>
</dependency>
-
+
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>scatours-common-contribution</artifactId>
- <version>1.5-SNAPSHOT</version>
- </dependency>
-
+ <version>1.0-SNAPSHOT</version>
+ </dependency>
+
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>scatours-currency-contribution</artifactId>
- <version>1.5-SNAPSHOT</version>
- </dependency>
+ <version>1.0-SNAPSHOT</version>
+ </dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>scatours-tripbooking-contribution</artifactId>
- <version>1.5-SNAPSHOT</version>
- </dependency>
+ <version>1.0-SNAPSHOT</version>
+ </dependency>
<dependency>
<groupId>junit</groupId>