diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2011-06-20 11:42:17 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2011-06-20 11:42:17 +0000 |
commit | 83474be200318bea380ff699fd6d29f4eecf47b7 (patch) | |
tree | b316eeb79348edb09b964ec4b791260412fb133a | |
parent | 8dbcc5d3c2a399adc240d05720f68eb9e42fbcd3 (diff) |
Update old plugin name
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1137598 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | sca-java-2.x/trunk/testing/itest/ws/holder-ws-service-multiple-outputs/pom.xml | 4 |
1 files changed, 2 insertions, 2 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 39994fa28f..cadde52bbc 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 @@ -114,8 +114,8 @@ <finalName>${project.artifactId}</finalName>
<plugins>
<plugin>
- <groupId>org.apache.tuscany.maven.plugins</groupId>
- <artifactId>maven-tuscany-plugin</artifactId>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-maven-plugin</artifactId>
<version>2.0-SNAPSHOT</version>
</plugin>
</plugins>
|