summaryrefslogtreecommitdiffstats
path: root/sandbox/travelsample/contributions/payment-bpel-contribution/pom.xml
diff options
context:
space:
mode:
authornash <nash@13f79535-47bb-0310-9956-ffa450edef68>2009-08-17 20:37:21 +0000
committernash <nash@13f79535-47bb-0310-9956-ffa450edef68>2009-08-17 20:37:21 +0000
commit59321c74bb527c0836a75deaabe49ae92f778cc5 (patch)
tree1cf667c27ddd11214ced03562f77efa8337c88b6 /sandbox/travelsample/contributions/payment-bpel-contribution/pom.xml
parentde545f500cae75583178466da16bfb3b3523c5ff (diff)
Fix incorrect version numbers
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@805128 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--sandbox/travelsample/contributions/payment-bpel-contribution/pom.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/sandbox/travelsample/contributions/payment-bpel-contribution/pom.xml b/sandbox/travelsample/contributions/payment-bpel-contribution/pom.xml
index 6b6bba7de3..ca27737521 100644
--- a/sandbox/travelsample/contributions/payment-bpel-contribution/pom.xml
+++ b/sandbox/travelsample/contributions/payment-bpel-contribution/pom.xml
@@ -25,6 +25,7 @@
<version>1.6-SNAPSHOT</version>
<!--relativePath>../../pom.xml</relativePath-->
</parent>
+ <version>1.0-SNAPSHOT</version>
<artifactId>scatours-payment-bpel-contribution</artifactId>
<name>Apache Tuscany SCA Tours Payment BPEL Contribution</name>
@@ -73,14 +74,14 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>scatours-emailgateway-contribution</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>1.0-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>scatours-creditcard-payment-jaxb-contribution</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>1.0-SNAPSHOT</version>
<scope>test</scope>
</dependency>