summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/branches/sca-java-2.0-M5/itest/contribution-import-export/export-java
diff options
context:
space:
mode:
authorkelvingoodson <kelvingoodson@13f79535-47bb-0310-9956-ffa450edef68>2010-05-28 09:50:39 +0000
committerkelvingoodson <kelvingoodson@13f79535-47bb-0310-9956-ffa450edef68>2010-05-28 09:50:39 +0000
commit3254ac2ba8141a51a5bb987b41fccd323558914b (patch)
tree4967d020a83baf230ce4980238b0623ac5d14b33 /sca-java-2.x/branches/sca-java-2.0-M5/itest/contribution-import-export/export-java
parent369ab2852fae7da728ecaa392fe21ae7489d62d3 (diff)
fix bad pom dependencies versions
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@949139 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/branches/sca-java-2.0-M5/itest/contribution-import-export/export-java')
-rw-r--r--sca-java-2.x/branches/sca-java-2.0-M5/itest/contribution-import-export/export-java/pom.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/sca-java-2.x/branches/sca-java-2.0-M5/itest/contribution-import-export/export-java/pom.xml b/sca-java-2.x/branches/sca-java-2.0-M5/itest/contribution-import-export/export-java/pom.xml
index a863a7843f..8cb47f7b0f 100644
--- a/sca-java-2.x/branches/sca-java-2.0-M5/itest/contribution-import-export/export-java/pom.xml
+++ b/sca-java-2.x/branches/sca-java-2.0-M5/itest/contribution-import-export/export-java/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-itest</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>2.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>itest-contribution-export-java</artifactId>
@@ -32,27 +32,27 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-host-embedded</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>2.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>2.0-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-binding-ws-runtime-axis2</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>2.0-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-host-tomcat</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>2.0-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>