summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/maven/tuscany-maven-plugin/README
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2011-05-24 08:37:11 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2011-05-24 08:37:11 +0000
commitaf12ca24a1aaba377099b2117aa38507ec0a039d (patch)
treec50688793f77dc0142b3c97a0d58cb01016b6747 /sca-java-2.x/trunk/maven/tuscany-maven-plugin/README
parent7608b05fc67449fca1fbefaddc202598b8b4639c (diff)
TUSCANY-3861: rename the tuscany plugin to org.apache.tuscany.sca:tuscany-maven-plugin
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1126928 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--sca-java-2.x/trunk/maven/tuscany-maven-plugin/README (renamed from sca-java-2.x/trunk/maven/maven-tuscany-plugin/README)4
1 files changed, 2 insertions, 2 deletions
diff --git a/sca-java-2.x/trunk/maven/maven-tuscany-plugin/README b/sca-java-2.x/trunk/maven/tuscany-maven-plugin/README
index 8754eeae6e..c9c7c0ec85 100644
--- a/sca-java-2.x/trunk/maven/maven-tuscany-plugin/README
+++ b/sca-java-2.x/trunk/maven/tuscany-maven-plugin/README
@@ -6,8 +6,8 @@ To configure the project add the following to the SCA contribution's pom.xml:
...
<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>
</plugin>
...
</plugins>