diff options
author | nash <nash@13f79535-47bb-0310-9956-ffa450edef68> | 2010-05-15 22:38:28 +0000 |
---|---|---|
committer | nash <nash@13f79535-47bb-0310-9956-ffa450edef68> | 2010-05-15 22:38:28 +0000 |
commit | ea518b0fea5745b393db8a849a822b64c46d1208 (patch) | |
tree | ba1d4dc725ee9b1a2034bf122c4a4b464d812c65 /sca-java-1.x/branches/sca-java-travelsample-1.0/contributions/currency-corba | |
parent | bc03a8d067a706ebfa146f3ee2c69178527d1fe0 (diff) |
Inherit version from parent pom
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@944737 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r-- | sca-java-1.x/branches/sca-java-travelsample-1.0/contributions/currency-corba/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sca-java-1.x/branches/sca-java-travelsample-1.0/contributions/currency-corba/pom.xml b/sca-java-1.x/branches/sca-java-travelsample-1.0/contributions/currency-corba/pom.xml index 8ab8cff332..51496f3c5a 100644 --- a/sca-java-1.x/branches/sca-java-travelsample-1.0/contributions/currency-corba/pom.xml +++ b/sca-java-1.x/branches/sca-java-travelsample-1.0/contributions/currency-corba/pom.xml @@ -24,7 +24,7 @@ <artifactId>scatours</artifactId>
<version>1.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
- </parent><version>1.0-SNAPSHOT</version>
+ </parent>
<artifactId>scatours-contribution-currency-corba</artifactId>
<name>Apache Tuscany SCA Tours Currency Converter Contribution With CORBA Binding</name>
|