summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/compliance-tests/binding-jms/pom.xml
diff options
context:
space:
mode:
authorslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2010-09-24 16:54:49 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2010-09-24 16:54:49 +0000
commit87a9bdef2184121114e9e63c07b03ce633523b28 (patch)
treed942c147c42bbfbe7e377fd20a8b27ecdbe724b6 /sca-java-2.x/trunk/compliance-tests/binding-jms/pom.xml
parente497deb61ff7f6683013b74367dbeeded881bf46 (diff)
A few changes to the JMS tests to bring them closer into line with the other compliance test configurations. Not in build yet. Waiting for the nod from the guys working on the tests.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1000957 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--sca-java-2.x/trunk/compliance-tests/binding-jms/pom.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/sca-java-2.x/trunk/compliance-tests/binding-jms/pom.xml b/sca-java-2.x/trunk/compliance-tests/binding-jms/pom.xml
index cf604a3d92..223bbd80d2 100644
--- a/sca-java-2.x/trunk/compliance-tests/binding-jms/pom.xml
+++ b/sca-java-2.x/trunk/compliance-tests/binding-jms/pom.xml
@@ -34,8 +34,8 @@
<!-- This is only needed to get the module working in Eclipse which doesn't pick it up from the dependency plugin unpack -->
<!-- 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>oasis-binding-jms-test-runner</artifactId>
- <version>1.0-SNAPSHOT</version>
+ <artifactId>tuscany-otests-sca-jms-tests</artifactId>
+ <version>2.0-SNAPSHOT</version>
</dependency>
<dependency>
@@ -108,15 +108,15 @@
<artifactItems>
<artifactItem>
<groupId>org.apache.tuscany.sca</groupId>
- <artifactId>oasis-binding-jms-contributions</artifactId>
- <version>1.0-SNAPSHOT</version>
+ <artifactId>oasis-jms-contributions</artifactId>
+ <version>2.0-SNAPSHOT</version>
<type>zip</type>
<outputDirectory>${project.build.directory}/oasis-contributions</outputDirectory>
</artifactItem>
<artifactItem>
<groupId>org.apache.tuscany.sca</groupId>
- <artifactId>oasis-binding-jms-test-runner</artifactId>
- <version>1.0-SNAPSHOT</version>
+ <artifactId>tuscany-otests-sca-jms-tests</artifactId>
+ <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>