diff options
author | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2011-01-21 11:47:43 +0000 |
---|---|---|
committer | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2011-01-21 11:47:43 +0000 |
commit | 81559037cac32c496bba8914445f966707e7cfd8 (patch) | |
tree | dc5718f0a1e9cbf8683bcdea381f064f83193edc /sca-java-2.x/trunk/testing/itest/ws | |
parent | c8989ed2fb4b167392d717a0964377fdb5c9bd84 (diff) |
Make module name consistent with the other itests
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1061765 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/testing/itest/ws')
-rw-r--r-- | sca-java-2.x/trunk/testing/itest/ws/holder-ws-service-multiple-outputs/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sca-java-2.x/trunk/testing/itest/ws/holder-ws-service-multiple-outputs/pom.xml b/sca-java-2.x/trunk/testing/itest/ws/holder-ws-service-multiple-outputs/pom.xml index e01106ffb5..5920ea0fbe 100644 --- a/sca-java-2.x/trunk/testing/itest/ws/holder-ws-service-multiple-outputs/pom.xml +++ b/sca-java-2.x/trunk/testing/itest/ws/holder-ws-service-multiple-outputs/pom.xml @@ -27,7 +27,7 @@ </parent>
<packaging>jar</packaging>
- <artifactId>holder-ws-service-multiple-outputs</artifactId>
+ <artifactId>itest-holder-ws-service-multiple-outputs</artifactId>
<name>Apache Tuscany SCA Itest - Holder Input/MultipleOutputs</name>
<dependencies>
|