Author: antelder
Date: Tue Feb 17 12:43:10 2009
New Revision: 745017
URL: http://svn.apache.org/viewvc?rev=745017&view=rev
Log:
Update build to use moved bundle plugin
Modified:
tuscany/java/sca/distribution/all/pom.xml
tuscany/java/sca/modules/pom.xml
tuscany/java/sca/pom.xml
Modified: tuscany/java/sca/distribution/all/pom.xml
URL:
http://svn.apache.org/viewvc/tuscany/java/sca/distribution/all/pom.xml?rev=745017&r1=745016&r2=745017&view=diff
==============================================================================
--- tuscany/java/sca/distribution/all/pom.xml (original)
+++ tuscany/java/sca/distribution/all/pom.xml Tue Feb 17 12:43:10 2009
@@ -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>
Modified: tuscany/java/sca/modules/pom.xml
URL:
http://svn.apache.org/viewvc/tuscany/java/sca/modules/pom.xml?rev=745017&r1=745016&r2=745017&view=diff
==============================================================================
--- tuscany/java/sca/modules/pom.xml (original)
+++ tuscany/java/sca/modules/pom.xml Tue Feb 17 12:43:10 2009
@@ -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>
Modified: tuscany/java/sca/pom.xml
URL:
http://svn.apache.org/viewvc/tuscany/java/sca/pom.xml?rev=745017&r1=745016&r2=745017&view=diff
==============================================================================
--- tuscany/java/sca/pom.xml (original)
+++ tuscany/java/sca/pom.xml Tue Feb 17 12:43:10 2009
@@ -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>