You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2012/02/21 15:19:27 UTC

svn commit: r1291796 - in /karaf/webconsole/trunk: camel/ core/ cxf/ examples/branding/ examples/events/consumer/ examples/events/provider/ examples/scr/ karaf/admin/ karaf/core/ karaf/feature/ osgi/blueprint/ osgi/scr/ servicemix/

Author: jbonofre
Date: Tue Feb 21 14:19:26 2012
New Revision: 1291796

URL: http://svn.apache.org/viewvc?rev=1291796&view=rev
Log:
[KARAF-1205] Upgrade to maven-bundle-plugin 2.3.7

Modified:
    karaf/webconsole/trunk/camel/pom.xml
    karaf/webconsole/trunk/core/pom.xml
    karaf/webconsole/trunk/cxf/pom.xml
    karaf/webconsole/trunk/examples/branding/pom.xml
    karaf/webconsole/trunk/examples/events/consumer/pom.xml
    karaf/webconsole/trunk/examples/events/provider/pom.xml
    karaf/webconsole/trunk/examples/scr/pom.xml
    karaf/webconsole/trunk/karaf/admin/pom.xml
    karaf/webconsole/trunk/karaf/core/pom.xml
    karaf/webconsole/trunk/karaf/feature/pom.xml
    karaf/webconsole/trunk/osgi/blueprint/pom.xml
    karaf/webconsole/trunk/osgi/scr/pom.xml
    karaf/webconsole/trunk/servicemix/pom.xml

Modified: karaf/webconsole/trunk/camel/pom.xml
URL: http://svn.apache.org/viewvc/karaf/webconsole/trunk/camel/pom.xml?rev=1291796&r1=1291795&r2=1291796&view=diff
==============================================================================
--- karaf/webconsole/trunk/camel/pom.xml (original)
+++ karaf/webconsole/trunk/camel/pom.xml Tue Feb 21 14:19:26 2012
@@ -49,7 +49,7 @@
             <plugin>
                 <groupId>org.apache.felix</groupId>
                 <artifactId>maven-bundle-plugin</artifactId>
-                <version>2.3.5</version>
+                <version>2.3.7</version>
                 <extensions>true</extensions>
                 <configuration>
                     <instructions>

Modified: karaf/webconsole/trunk/core/pom.xml
URL: http://svn.apache.org/viewvc/karaf/webconsole/trunk/core/pom.xml?rev=1291796&r1=1291795&r2=1291796&view=diff
==============================================================================
--- karaf/webconsole/trunk/core/pom.xml (original)
+++ karaf/webconsole/trunk/core/pom.xml Tue Feb 21 14:19:26 2012
@@ -96,7 +96,7 @@
             <plugin>
                 <groupId>org.apache.felix</groupId>
                 <artifactId>maven-bundle-plugin</artifactId>
-                <version>2.3.5</version>
+                <version>2.3.7</version>
                 <extensions>true</extensions>
                 <configuration>
                     <instructions>

Modified: karaf/webconsole/trunk/cxf/pom.xml
URL: http://svn.apache.org/viewvc/karaf/webconsole/trunk/cxf/pom.xml?rev=1291796&r1=1291795&r2=1291796&view=diff
==============================================================================
--- karaf/webconsole/trunk/cxf/pom.xml (original)
+++ karaf/webconsole/trunk/cxf/pom.xml Tue Feb 21 14:19:26 2012
@@ -49,7 +49,7 @@
             <plugin>
                 <groupId>org.apache.felix</groupId>
                 <artifactId>maven-bundle-plugin</artifactId>
-                <version>2.3.5</version>
+                <version>2.3.7</version>
                 <extensions>true</extensions>
                 <configuration>
                     <instructions>

Modified: karaf/webconsole/trunk/examples/branding/pom.xml
URL: http://svn.apache.org/viewvc/karaf/webconsole/trunk/examples/branding/pom.xml?rev=1291796&r1=1291795&r2=1291796&view=diff
==============================================================================
--- karaf/webconsole/trunk/examples/branding/pom.xml (original)
+++ karaf/webconsole/trunk/examples/branding/pom.xml Tue Feb 21 14:19:26 2012
@@ -43,7 +43,7 @@
             <plugin>
                 <groupId>org.apache.felix</groupId>
                 <artifactId>maven-bundle-plugin</artifactId>
-                <version>2.3.5</version>
+                <version>2.3.7</version>
                 <extensions>true</extensions>
                 <configuration>
                     <instructions>

Modified: karaf/webconsole/trunk/examples/events/consumer/pom.xml
URL: http://svn.apache.org/viewvc/karaf/webconsole/trunk/examples/events/consumer/pom.xml?rev=1291796&r1=1291795&r2=1291796&view=diff
==============================================================================
--- karaf/webconsole/trunk/examples/events/consumer/pom.xml (original)
+++ karaf/webconsole/trunk/examples/events/consumer/pom.xml Tue Feb 21 14:19:26 2012
@@ -42,7 +42,7 @@
             <plugin>
                 <groupId>org.apache.felix</groupId>
                 <artifactId>maven-bundle-plugin</artifactId>
-                <version>2.3.5</version>
+                <version>2.3.7</version>
                 <extensions>true</extensions>
                 <configuration>
                     <instructions>

Modified: karaf/webconsole/trunk/examples/events/provider/pom.xml
URL: http://svn.apache.org/viewvc/karaf/webconsole/trunk/examples/events/provider/pom.xml?rev=1291796&r1=1291795&r2=1291796&view=diff
==============================================================================
--- karaf/webconsole/trunk/examples/events/provider/pom.xml (original)
+++ karaf/webconsole/trunk/examples/events/provider/pom.xml Tue Feb 21 14:19:26 2012
@@ -42,7 +42,7 @@
             <plugin>
                 <groupId>org.apache.felix</groupId>
                 <artifactId>maven-bundle-plugin</artifactId>
-                <version>2.3.5</version>
+                <version>2.3.7</version>
                 <extensions>true</extensions>
                 <configuration>
                     <instructions>

Modified: karaf/webconsole/trunk/examples/scr/pom.xml
URL: http://svn.apache.org/viewvc/karaf/webconsole/trunk/examples/scr/pom.xml?rev=1291796&r1=1291795&r2=1291796&view=diff
==============================================================================
--- karaf/webconsole/trunk/examples/scr/pom.xml (original)
+++ karaf/webconsole/trunk/examples/scr/pom.xml Tue Feb 21 14:19:26 2012
@@ -43,7 +43,7 @@
             <plugin>
                 <groupId>org.apache.felix</groupId>
                 <artifactId>maven-bundle-plugin</artifactId>
-                <version>2.3.5</version>
+                <version>2.3.7</version>
                 <extensions>true</extensions>
                 <configuration>
                     <instructions>

Modified: karaf/webconsole/trunk/karaf/admin/pom.xml
URL: http://svn.apache.org/viewvc/karaf/webconsole/trunk/karaf/admin/pom.xml?rev=1291796&r1=1291795&r2=1291796&view=diff
==============================================================================
--- karaf/webconsole/trunk/karaf/admin/pom.xml (original)
+++ karaf/webconsole/trunk/karaf/admin/pom.xml Tue Feb 21 14:19:26 2012
@@ -47,7 +47,7 @@
             <plugin>
                 <groupId>org.apache.felix</groupId>
                 <artifactId>maven-bundle-plugin</artifactId>
-                <version>2.3.5</version>
+                <version>2.3.7</version>
                 <extensions>true</extensions>
                 <configuration>
                     <instructions>

Modified: karaf/webconsole/trunk/karaf/core/pom.xml
URL: http://svn.apache.org/viewvc/karaf/webconsole/trunk/karaf/core/pom.xml?rev=1291796&r1=1291795&r2=1291796&view=diff
==============================================================================
--- karaf/webconsole/trunk/karaf/core/pom.xml (original)
+++ karaf/webconsole/trunk/karaf/core/pom.xml Tue Feb 21 14:19:26 2012
@@ -42,7 +42,7 @@
             <plugin>
                 <groupId>org.apache.felix</groupId>
                 <artifactId>maven-bundle-plugin</artifactId>
-                <version>2.3.5</version>
+                <version>2.3.7</version>
                 <extensions>true</extensions>
                 <configuration>
                     <instructions>

Modified: karaf/webconsole/trunk/karaf/feature/pom.xml
URL: http://svn.apache.org/viewvc/karaf/webconsole/trunk/karaf/feature/pom.xml?rev=1291796&r1=1291795&r2=1291796&view=diff
==============================================================================
--- karaf/webconsole/trunk/karaf/feature/pom.xml (original)
+++ karaf/webconsole/trunk/karaf/feature/pom.xml Tue Feb 21 14:19:26 2012
@@ -47,7 +47,7 @@
             <plugin>
                 <groupId>org.apache.felix</groupId>
                 <artifactId>maven-bundle-plugin</artifactId>
-                <version>2.3.5</version>
+                <version>2.3.7</version>
                 <extensions>true</extensions>
                 <configuration>
                     <instructions>

Modified: karaf/webconsole/trunk/osgi/blueprint/pom.xml
URL: http://svn.apache.org/viewvc/karaf/webconsole/trunk/osgi/blueprint/pom.xml?rev=1291796&r1=1291795&r2=1291796&view=diff
==============================================================================
--- karaf/webconsole/trunk/osgi/blueprint/pom.xml (original)
+++ karaf/webconsole/trunk/osgi/blueprint/pom.xml Tue Feb 21 14:19:26 2012
@@ -48,7 +48,7 @@
             <plugin>
                 <groupId>org.apache.felix</groupId>
                 <artifactId>maven-bundle-plugin</artifactId>
-                <version>2.3.5</version>
+                <version>2.3.7</version>
                 <extensions>true</extensions>
                 <configuration>
                     <instructions>

Modified: karaf/webconsole/trunk/osgi/scr/pom.xml
URL: http://svn.apache.org/viewvc/karaf/webconsole/trunk/osgi/scr/pom.xml?rev=1291796&r1=1291795&r2=1291796&view=diff
==============================================================================
--- karaf/webconsole/trunk/osgi/scr/pom.xml (original)
+++ karaf/webconsole/trunk/osgi/scr/pom.xml Tue Feb 21 14:19:26 2012
@@ -47,7 +47,7 @@
             <plugin>
                 <groupId>org.apache.felix</groupId>
                 <artifactId>maven-bundle-plugin</artifactId>
-                <version>2.3.5</version>
+                <version>2.3.7</version>
                 <extensions>true</extensions>
                 <configuration>
                     <instructions>

Modified: karaf/webconsole/trunk/servicemix/pom.xml
URL: http://svn.apache.org/viewvc/karaf/webconsole/trunk/servicemix/pom.xml?rev=1291796&r1=1291795&r2=1291796&view=diff
==============================================================================
--- karaf/webconsole/trunk/servicemix/pom.xml (original)
+++ karaf/webconsole/trunk/servicemix/pom.xml Tue Feb 21 14:19:26 2012
@@ -76,7 +76,7 @@
             <plugin>
                 <groupId>org.apache.felix</groupId>
                 <artifactId>maven-bundle-plugin</artifactId>
-                <version>2.3.5</version>
+                <version>2.3.7</version>
                 <extensions>true</extensions>
                 <configuration>
                     <instructions>