diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2011-05-24 08:37:11 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2011-05-24 08:37:11 +0000 |
commit | af12ca24a1aaba377099b2117aa38507ec0a039d (patch) | |
tree | c50688793f77dc0142b3c97a0d58cb01016b6747 /sca-java-2.x/trunk/samples/getting-started/helloworld | |
parent | 7608b05fc67449fca1fbefaddc202598b8b4639c (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 '')
9 files changed, 18 insertions, 18 deletions
diff --git a/sca-java-2.x/trunk/samples/getting-started/helloworld-ant/pom.xml b/sca-java-2.x/trunk/samples/getting-started/helloworld-ant/pom.xml index 24bcd2b110..eabfa7e8bf 100644 --- a/sca-java-2.x/trunk/samples/getting-started/helloworld-ant/pom.xml +++ b/sca-java-2.x/trunk/samples/getting-started/helloworld-ant/pom.xml @@ -68,8 +68,8 @@ <!-- to support running the composite with mvn tuscany:run -->
<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>${tuscany.version}</version>
</plugin>
</plugins>
diff --git a/sca-java-2.x/trunk/samples/getting-started/helloworld-bpel/pom.xml b/sca-java-2.x/trunk/samples/getting-started/helloworld-bpel/pom.xml index 1ebb6432bb..a0da82d1d3 100644 --- a/sca-java-2.x/trunk/samples/getting-started/helloworld-bpel/pom.xml +++ b/sca-java-2.x/trunk/samples/getting-started/helloworld-bpel/pom.xml @@ -77,8 +77,8 @@ <!-- to support running the composite with mvn tuscany:run -->
<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>${tuscany.version}</version>
<dependencies>
<dependency>
diff --git a/sca-java-2.x/trunk/samples/getting-started/helloworld-jaxrs/pom.xml b/sca-java-2.x/trunk/samples/getting-started/helloworld-jaxrs/pom.xml index 0d0f9ce9b8..f8cc051e14 100644 --- a/sca-java-2.x/trunk/samples/getting-started/helloworld-jaxrs/pom.xml +++ b/sca-java-2.x/trunk/samples/getting-started/helloworld-jaxrs/pom.xml @@ -88,8 +88,8 @@ <!-- to support running the composite with mvn tuscany:run -->
<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>${tuscany.version}</version>
<dependencies>
<dependency>
diff --git a/sca-java-2.x/trunk/samples/getting-started/helloworld-jsonrpc/pom.xml b/sca-java-2.x/trunk/samples/getting-started/helloworld-jsonrpc/pom.xml index 737b2f8735..8d193fd1a6 100644 --- a/sca-java-2.x/trunk/samples/getting-started/helloworld-jsonrpc/pom.xml +++ b/sca-java-2.x/trunk/samples/getting-started/helloworld-jsonrpc/pom.xml @@ -81,8 +81,8 @@ <!-- to support running the composite with mvn tuscany:run -->
<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>${tuscany.version}</version>
<dependencies>
<dependency>
diff --git a/sca-java-2.x/trunk/samples/getting-started/helloworld-scaclient/pom.xml b/sca-java-2.x/trunk/samples/getting-started/helloworld-scaclient/pom.xml index e4e42058dc..1f0638aead 100644 --- a/sca-java-2.x/trunk/samples/getting-started/helloworld-scaclient/pom.xml +++ b/sca-java-2.x/trunk/samples/getting-started/helloworld-scaclient/pom.xml @@ -76,8 +76,8 @@ <!-- to support running the application with mvn tuscany:run --> <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>${tuscany.version}</version> <configuration> <mainClass>sample.HelloworldSCAClient</mainClass> diff --git a/sca-java-2.x/trunk/samples/getting-started/helloworld-spring/pom.xml b/sca-java-2.x/trunk/samples/getting-started/helloworld-spring/pom.xml index b49d845f5b..140e2c1221 100644 --- a/sca-java-2.x/trunk/samples/getting-started/helloworld-spring/pom.xml +++ b/sca-java-2.x/trunk/samples/getting-started/helloworld-spring/pom.xml @@ -74,8 +74,8 @@ <!-- to support running the composite with mvn tuscany:run -->
<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>${tuscany.version}</version>
<dependencies>
<dependency>
diff --git a/sca-java-2.x/trunk/samples/getting-started/helloworld-webapp/pom.xml b/sca-java-2.x/trunk/samples/getting-started/helloworld-webapp/pom.xml index 4861185b50..8bb8d1e161 100644 --- a/sca-java-2.x/trunk/samples/getting-started/helloworld-webapp/pom.xml +++ b/sca-java-2.x/trunk/samples/getting-started/helloworld-webapp/pom.xml @@ -93,8 +93,8 @@ <!-- to support running thw webapp with mvn tuscany:run --> <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>${tuscany.version}</version> </plugin> diff --git a/sca-java-2.x/trunk/samples/getting-started/helloworld-webservice/pom.xml b/sca-java-2.x/trunk/samples/getting-started/helloworld-webservice/pom.xml index e8e25fd204..7a5582b83a 100644 --- a/sca-java-2.x/trunk/samples/getting-started/helloworld-webservice/pom.xml +++ b/sca-java-2.x/trunk/samples/getting-started/helloworld-webservice/pom.xml @@ -81,8 +81,8 @@ <!-- to support running the composite with mvn tuscany:run -->
<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>${tuscany.version}</version>
<dependencies>
<dependency>
diff --git a/sca-java-2.x/trunk/samples/getting-started/helloworld/pom.xml b/sca-java-2.x/trunk/samples/getting-started/helloworld/pom.xml index 7b80c1d72f..f0aac7c3fc 100644 --- a/sca-java-2.x/trunk/samples/getting-started/helloworld/pom.xml +++ b/sca-java-2.x/trunk/samples/getting-started/helloworld/pom.xml @@ -67,8 +67,8 @@ <!-- to support running the composite with mvn tuscany:run -->
<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>${tuscany.version}</version>
</plugin>
</plugins>
|