diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2012-07-30 08:39:53 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2012-07-30 08:39:53 +0000 |
commit | 7a6f7d01bc05060799f5500f8f854ebe41f8f18b (patch) | |
tree | da804361165e549242b60f4680e6083a2738ec72 /sca-java-2.x/trunk/testing/compliance-tests/binding-jms | |
parent | 72a503ad27ee1cff61943650d6a62a28e98e1b1d (diff) |
Put back the oasis artifact version to 2.0 as thats all thats published presently
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1367032 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/testing/compliance-tests/binding-jms')
-rw-r--r-- | sca-java-2.x/trunk/testing/compliance-tests/binding-jms/pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sca-java-2.x/trunk/testing/compliance-tests/binding-jms/pom.xml b/sca-java-2.x/trunk/testing/compliance-tests/binding-jms/pom.xml index 6695dd9d9a..078b77c910 100644 --- a/sca-java-2.x/trunk/testing/compliance-tests/binding-jms/pom.xml +++ b/sca-java-2.x/trunk/testing/compliance-tests/binding-jms/pom.xml @@ -35,7 +35,7 @@ <!-- The dependency plugin unpack is needed as presently the surefire plugin wont run tests in a dependency jar --> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-otests-sca-jms-tests</artifactId> - <version>2.5-SNAPSHOT</version> + <version>2.0-SNAPSHOT</version> </dependency> <dependency> @@ -105,14 +105,14 @@ <artifactItem> <groupId>org.apache.tuscany.sca</groupId> <artifactId>oasis-jms-contributions</artifactId> - <version>2.5-SNAPSHOT</version> + <version>2.0-SNAPSHOT</version> <type>zip</type> <outputDirectory>${project.build.directory}/oasis-contributions</outputDirectory> </artifactItem> <artifactItem> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-otests-sca-jms-tests</artifactId> - <version>2.5-SNAPSHOT</version> + <version>2.0-SNAPSHOT</version> <type>jar</type> <excludes>commons-logging.properties,oasis-sca-tests.properties,tuscany-oasis-sca-tests-errors.properties</excludes> <outputDirectory>${project.build.directory}/test-classes</outputDirectory> |