summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/compliance-tests/binding-jms/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'sca-java-2.x/trunk/compliance-tests/binding-jms/pom.xml')
-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>