diff options
Diffstat (limited to 'sandbox/travelsample/contributions/introducing-client-contribution')
-rw-r--r-- | sandbox/travelsample/contributions/introducing-client-contribution/pom.xml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/sandbox/travelsample/contributions/introducing-client-contribution/pom.xml b/sandbox/travelsample/contributions/introducing-client-contribution/pom.xml index 3809949be0..081fe509e6 100644 --- a/sandbox/travelsample/contributions/introducing-client-contribution/pom.xml +++ b/sandbox/travelsample/contributions/introducing-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-introducing-client-contribution</artifactId>
<name>Apache Tuscany SCA Tours Introducing 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-introducing-tuscanyscatours-contribution</artifactId>
- <version>1.5-SNAPSHOT</version>
+ <version>1.0-SNAPSHOT</version>
</dependency>
</dependencies>
-
+
<build>
<finalName>${artifactId}</finalName>
</build>
|