diff options
author | rfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68> | 2009-06-01 19:03:28 +0000 |
---|---|---|
committer | rfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68> | 2009-06-01 19:03:28 +0000 |
commit | 61d2cb0a9d78820f6a92c7eab1d581903c5116d4 (patch) | |
tree | f67ea8d92ca189d37b4acb0f15dfbaeb70aa66f0 /sandbox/travelsample/contributions/interaction-client-contribution | |
parent | 38ebe24c08241e09ac0c1c5e257a25583a868566 (diff) |
Update versions
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@780783 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sandbox/travelsample/contributions/interaction-client-contribution')
-rw-r--r-- | sandbox/travelsample/contributions/interaction-client-contribution/pom.xml | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/sandbox/travelsample/contributions/interaction-client-contribution/pom.xml b/sandbox/travelsample/contributions/interaction-client-contribution/pom.xml index 4643c975fc..65f40dbdfa 100644 --- a/sandbox/travelsample/contributions/interaction-client-contribution/pom.xml +++ b/sandbox/travelsample/contributions/interaction-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-interaction-client-contribution</artifactId> <name>Apache Tuscany SCA Tours Interaction Client Contribution</name> @@ -32,28 +32,28 @@ <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-common-contribution</artifactId> - <version>1.5-SNAPSHOT</version> + <version>1.0-SNAPSHOT</version> </dependency> - + <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>scatours-calendar-contribution</artifactId> - <version>1.5-SNAPSHOT</version> - </dependency> - + <version>1.0-SNAPSHOT</version> + </dependency> + <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>scatours-hotel-contribution</artifactId> - <version>1.5-SNAPSHOT</version> - </dependency> + <version>1.0-SNAPSHOT</version> + </dependency> </dependencies> - + <build> <finalName>${artifactId}</finalName> </build> |