diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2009-02-17 12:43:10 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2009-02-17 12:43:10 +0000 |
commit | 9fdd6cad84242bc9765a1ab314d67acf455c2187 (patch) | |
tree | 6d16115384a12a9688c2ff4f4d7e6a3980512d25 | |
parent | 2e6638a0cd28e245a5a0223afd0f5b3ea18023d4 (diff) |
Update build to use moved bundle plugin
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@745017 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r-- | java/sca/distribution/all/pom.xml | 4 | ||||
-rw-r--r-- | java/sca/modules/pom.xml | 2 | ||||
-rw-r--r-- | java/sca/pom.xml | 6 |
3 files changed, 6 insertions, 6 deletions
diff --git a/java/sca/distribution/all/pom.xml b/java/sca/distribution/all/pom.xml index 2c805d375e..e51dbcdeb9 100644 --- a/java/sca/distribution/all/pom.xml +++ b/java/sca/distribution/all/pom.xml @@ -42,8 +42,8 @@ <build>
<plugins>
<plugin>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-maven-bundle-plugin</artifactId>
+ <groupId>org.apache.tuscany.maven.plugins</groupId>
+ <artifactId>maven-bundle-plugin</artifactId>
<executions>
<execution>
<id>distribution-modules</id>
diff --git a/java/sca/modules/pom.xml b/java/sca/modules/pom.xml index 835aecf44b..ca23bdb70d 100644 --- a/java/sca/modules/pom.xml +++ b/java/sca/modules/pom.xml @@ -131,7 +131,7 @@ </plugins> --> - <defaultGoal>org.apache.tuscany.sca:tuscany-maven-bundle-plugin:eclipse</defaultGoal> + <defaultGoal>org.apache.tuscany.maven.plugins:maven-bundle-plugin:eclipse</defaultGoal> </build> </profile> diff --git a/java/sca/pom.xml b/java/sca/pom.xml index 582f0672c7..118d477bf5 100644 --- a/java/sca/pom.xml +++ b/java/sca/pom.xml @@ -273,9 +273,9 @@ <pluginManagement> <plugins> <plugin> - <groupId>org.apache.tuscany.sca</groupId> - <artifactId>tuscany-maven-bundle-plugin</artifactId> - <version>2.0-SNAPSHOT</version> + <groupId>org.apache.tuscany.maven.plugins</groupId> + <artifactId>maven-bundle-plugin</artifactId> + <version>1.0-SNAPSHOT</version> <extensions>true</extensions> </plugin> <plugin> |