diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2011-06-29 04:22:46 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2011-06-29 04:22:46 +0000 |
commit | f2b77129d6b549774eeb92939df562784badfc43 (patch) | |
tree | 32cb7651c3b3ffcfea4682fc091e21ee6f6bd3fd | |
parent | f0fa1a8ac4ec439be118a7f446f2aef3a32dfc9c (diff) |
TUSCANY-3861: Move up to the new bundle plugin release
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1140963 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r-- | sca-java-2.x/trunk/distribution/aggregations/base-runtime-aggregation/pom.xml | 6 | ||||
-rw-r--r-- | sca-java-2.x/trunk/distribution/all/pom.xml | 6 | ||||
-rw-r--r-- | sca-java-2.x/trunk/pom.xml | 16 |
3 files changed, 14 insertions, 14 deletions
diff --git a/sca-java-2.x/trunk/distribution/aggregations/base-runtime-aggregation/pom.xml b/sca-java-2.x/trunk/distribution/aggregations/base-runtime-aggregation/pom.xml index b23cdfa565..a6e4ac66b9 100644 --- a/sca-java-2.x/trunk/distribution/aggregations/base-runtime-aggregation/pom.xml +++ b/sca-java-2.x/trunk/distribution/aggregations/base-runtime-aggregation/pom.xml @@ -91,9 +91,9 @@ 1/ it relies on generating the modules directory (which is not such a big deal)
2/ it generates a bundle with contains jars and a bundle classpath so is not jse friendly.
<plugin>
- <groupId>org.apache.tuscany.maven.plugins</groupId>
- <artifactId>maven-bundle-plugin</artifactId>
- <version>1.0.7-SNAPSHOT</version>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-bundle-plugin</artifactId>
+ <version>1.0.8</version>
<executions>
<execution>
<id>distribution-modules</id>
diff --git a/sca-java-2.x/trunk/distribution/all/pom.xml b/sca-java-2.x/trunk/distribution/all/pom.xml index 7b23674c39..a5d39f76ad 100644 --- a/sca-java-2.x/trunk/distribution/all/pom.xml +++ b/sca-java-2.x/trunk/distribution/all/pom.xml @@ -189,9 +189,9 @@ <build> <plugins> <plugin> - <groupId>org.apache.tuscany.maven.plugins</groupId> - <artifactId>maven-bundle-plugin</artifactId> - <version>1.0.7</version> + <groupId>org.apache.tuscany.sca</groupId> + <artifactId>tuscany-bundle-plugin</artifactId> + <version>1.0.8</version> <executions> <execution> <id>distribution-modules</id> diff --git a/sca-java-2.x/trunk/pom.xml b/sca-java-2.x/trunk/pom.xml index ef5247d541..d904029608 100644 --- a/sca-java-2.x/trunk/pom.xml +++ b/sca-java-2.x/trunk/pom.xml @@ -165,13 +165,13 @@ <module>features/eclipse-pde</module> </modules> <build> - <defaultGoal>org.apache.tuscany.maven.plugins:maven-bundle-plugin:eclipse</defaultGoal> + <defaultGoal>org.apache.tuscany.sca:tuscany-bundle-plugin:eclipse</defaultGoal> <pluginManagement> <plugins> <plugin> - <groupId>org.apache.tuscany.maven.plugins</groupId> - <artifactId>maven-bundle-plugin</artifactId> - <version>1.0.5</version> + <groupId>org.apache.tuscany.sca</groupId> + <artifactId>tuscany-bundle-plugin</artifactId> + <version>1.0.8</version> <extensions>true</extensions> </plugin> <plugin> @@ -203,13 +203,13 @@ <module>distribution</module> </modules> <build> - <defaultGoal>org.apache.tuscany.maven.plugins:maven-bundle-plugin:eclipse</defaultGoal> + <defaultGoal>org.apache.tuscany.sca:tuscany-bundle-plugin:eclipse</defaultGoal> <pluginManagement> <plugins> <plugin> - <groupId>org.apache.tuscany.maven.plugins</groupId> - <artifactId>maven-bundle-plugin</artifactId> - <version>1.0.5</version> + <groupId>org.apache.tuscany.sca</groupId> + <artifactId>tuscany-bundle-plugin</artifactId> + <version>1.0.8</version> <extensions>true</extensions> </plugin> <plugin> |