diff options
author | kelvingoodson <kelvingoodson@13f79535-47bb-0310-9956-ffa450edef68> | 2010-05-28 09:50:39 +0000 |
---|---|---|
committer | kelvingoodson <kelvingoodson@13f79535-47bb-0310-9956-ffa450edef68> | 2010-05-28 09:50:39 +0000 |
commit | 3254ac2ba8141a51a5bb987b41fccd323558914b (patch) | |
tree | 4967d020a83baf230ce4980238b0623ac5d14b33 /sca-java-2.x/branches/sca-java-2.0-M5/itest/contribution-import-export/import-wsdl/pom.xml | |
parent | 369ab2852fae7da728ecaa392fe21ae7489d62d3 (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/import-wsdl/pom.xml')
-rw-r--r-- | sca-java-2.x/branches/sca-java-2.0-M5/itest/contribution-import-export/import-wsdl/pom.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/sca-java-2.x/branches/sca-java-2.0-M5/itest/contribution-import-export/import-wsdl/pom.xml b/sca-java-2.x/branches/sca-java-2.0-M5/itest/contribution-import-export/import-wsdl/pom.xml index a0d1b7d215..43a9cc27e7 100644 --- a/sca-java-2.x/branches/sca-java-2.0-M5/itest/contribution-import-export/import-wsdl/pom.xml +++ b/sca-java-2.x/branches/sca-java-2.0-M5/itest/contribution-import-export/import-wsdl/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-import-wsdl</artifactId> @@ -32,33 +32,33 @@ <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>itest-contribution-export-wsdl</artifactId> - <version>1.6-SNAPSHOT</version> + <version>2.0-SNAPSHOT</version> </dependency> <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> |