summaryrefslogtreecommitdiffstats
path: root/sandbox/travelsample/contributions/tripbooking-contribution/pom.xml
diff options
context:
space:
mode:
authorrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2009-06-01 19:03:28 +0000
committerrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2009-06-01 19:03:28 +0000
commit61d2cb0a9d78820f6a92c7eab1d581903c5116d4 (patch)
treef67ea8d92ca189d37b4acb0f15dfbaeb70aa66f0 /sandbox/travelsample/contributions/tripbooking-contribution/pom.xml
parent38ebe24c08241e09ac0c1c5e257a25583a868566 (diff)
Update versions
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@780783 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--sandbox/travelsample/contributions/tripbooking-contribution/pom.xml32
1 files changed, 16 insertions, 16 deletions
diff --git a/sandbox/travelsample/contributions/tripbooking-contribution/pom.xml b/sandbox/travelsample/contributions/tripbooking-contribution/pom.xml
index a7dbb3ad90..69cee0ab6a 100644
--- a/sandbox/travelsample/contributions/tripbooking-contribution/pom.xml
+++ b/sandbox/travelsample/contributions/tripbooking-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-tripbooking-contribution</artifactId>
<name>Apache Tuscany SCA Tours Trip Booking 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-shoppingcart-contribution</artifactId>
- <version>1.5-SNAPSHOT</version>
- </dependency>
+ <version>1.0-SNAPSHOT</version>
+ </dependency>
<dependency>
<groupId>junit</groupId>