summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sca-java-2.x/trunk/distribution/aggregations/base-runtime-aggregation/pom.xml6
-rw-r--r--sca-java-2.x/trunk/distribution/all/pom.xml6
-rw-r--r--sca-java-2.x/trunk/pom.xml16
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>