summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/branches/sca-java-travelsample-1.0
diff options
context:
space:
mode:
authornash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-05-15 21:17:41 +0000
committernash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-05-15 21:17:41 +0000
commit1c46fd51de44576d602c410024068c35c95264c4 (patch)
tree5c085d2d863ecda53d3ce2226c0b29c854232260 /sca-java-1.x/branches/sca-java-travelsample-1.0
parent71678a7418090c5e88cfafb0c3ce2a87f797387e (diff)
Replace hard-wired parent and pom version numbers by properties
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@944722 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-1.x/branches/sca-java-travelsample-1.0')
-rw-r--r--sca-java-1.x/branches/sca-java-travelsample-1.0/pom.xml13
1 files changed, 6 insertions, 7 deletions
diff --git a/sca-java-1.x/branches/sca-java-travelsample-1.0/pom.xml b/sca-java-1.x/branches/sca-java-travelsample-1.0/pom.xml
index 417f6ad73f..9ca2cceebe 100644
--- a/sca-java-1.x/branches/sca-java-travelsample-1.0/pom.xml
+++ b/sca-java-1.x/branches/sca-java-travelsample-1.0/pom.xml
@@ -19,14 +19,18 @@
-->
<project>
<modelVersion>4.0.0</modelVersion>
+ <properties>
+ <scatours.version>1.0-SNAPSHOT</scatours.version>
+ <tuscany.version>1.6</tuscany.version>
+ </properties>
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca</artifactId>
- <version>1.6</version>
+ <version>${tuscany.version}</version>
</parent>
<artifactId>scatours</artifactId>
<packaging>pom</packaging>
- <version>1.0-SNAPSHOT</version>
+ <version>${scatours.version}</version>
<name>Apache Tuscany SCA Tours Travel Sample</name>
<repositories>
@@ -93,11 +97,6 @@
</profile>
</profiles>
- <properties>
- <scatours.version>1.0-SNAPSHOT</scatours.version>
- <tuscany.version>1.6</tuscany.version>
- </properties>
-
<modules>
<module>util</module>
<module>contributions</module>