Author: antelder
Date: Wed Jun 29 04:22:46 2011
New Revision: 1140963

URL: http://svn.apache.org/viewvc?rev=1140963&view=rev
Log:
TUSCANY-3861: Move up to the new bundle plugin release

Modified:
    
tuscany/sca-java-2.x/trunk/distribution/aggregations/base-runtime-aggregation/pom.xml
    tuscany/sca-java-2.x/trunk/distribution/all/pom.xml
    tuscany/sca-java-2.x/trunk/pom.xml

Modified: 
tuscany/sca-java-2.x/trunk/distribution/aggregations/base-runtime-aggregation/pom.xml
URL: 
http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/distribution/aggregations/base-runtime-aggregation/pom.xml?rev=1140963&r1=1140962&r2=1140963&view=diff
==============================================================================
--- 
tuscany/sca-java-2.x/trunk/distribution/aggregations/base-runtime-aggregation/pom.xml
 (original)
+++ 
tuscany/sca-java-2.x/trunk/distribution/aggregations/base-runtime-aggregation/pom.xml
 Wed Jun 29 04:22:46 2011
@@ -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>

Modified: tuscany/sca-java-2.x/trunk/distribution/all/pom.xml
URL: 
http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/distribution/all/pom.xml?rev=1140963&r1=1140962&r2=1140963&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/distribution/all/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/distribution/all/pom.xml Wed Jun 29 04:22:46 2011
@@ -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>

Modified: tuscany/sca-java-2.x/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/pom.xml?rev=1140963&r1=1140962&r2=1140963&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/pom.xml Wed Jun 29 04:22:46 2011
@@ -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>


Reply via email to