diff options
Diffstat (limited to 'sca-java-2.x/trunk')
-rw-r--r-- | sca-java-2.x/trunk/testing/itest/scaclient-remote/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sca-java-2.x/trunk/testing/itest/scaclient-remote/pom.xml b/sca-java-2.x/trunk/testing/itest/scaclient-remote/pom.xml index 4ef38714d9..2ff5e5b461 100644 --- a/sca-java-2.x/trunk/testing/itest/scaclient-remote/pom.xml +++ b/sca-java-2.x/trunk/testing/itest/scaclient-remote/pom.xml @@ -44,8 +44,8 @@ <build> <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> <configuration> <domainURI>uri:default?bind=127.0.0.1:9876</domainURI> |