Author: veithen
Date: Mon Dec 19 13:54:12 2016
New Revision: 1775093

URL: http://svn.apache.org/viewvc?rev=1775093&view=rev
Log:
Use the same version of maven-bundle-plugin everywhere.

Modified:
    axis/axis2/java/core/trunk/modules/transport/base/pom.xml
    axis/axis2/java/core/trunk/modules/transport/jms/pom.xml
    axis/axis2/java/core/trunk/modules/transport/mail/pom.xml
    axis/axis2/java/core/trunk/modules/transport/tcp/pom.xml
    axis/axis2/java/core/trunk/modules/transport/udp/pom.xml
    axis/axis2/java/core/trunk/modules/transport/xmpp/pom.xml

Modified: axis/axis2/java/core/trunk/modules/transport/base/pom.xml
URL: 
http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/transport/base/pom.xml?rev=1775093&r1=1775092&r2=1775093&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/modules/transport/base/pom.xml (original)
+++ axis/axis2/java/core/trunk/modules/transport/base/pom.xml Mon Dec 19 
13:54:12 2016
@@ -45,7 +45,6 @@
             <plugin>
                 <groupId>org.apache.felix</groupId>
                 <artifactId>maven-bundle-plugin</artifactId>
-                <version>1.4.0</version>
                 <extensions>true</extensions>
                 <configuration>
                     <instructions>

Modified: axis/axis2/java/core/trunk/modules/transport/jms/pom.xml
URL: 
http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/transport/jms/pom.xml?rev=1775093&r1=1775092&r2=1775093&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/modules/transport/jms/pom.xml (original)
+++ axis/axis2/java/core/trunk/modules/transport/jms/pom.xml Mon Dec 19 
13:54:12 2016
@@ -82,7 +82,6 @@
             <plugin>
                 <groupId>org.apache.felix</groupId>
                 <artifactId>maven-bundle-plugin</artifactId>
-                <version>1.4.0</version>
                 <extensions>true</extensions>
                 <configuration>
                     <instructions>

Modified: axis/axis2/java/core/trunk/modules/transport/mail/pom.xml
URL: 
http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/transport/mail/pom.xml?rev=1775093&r1=1775092&r2=1775093&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/modules/transport/mail/pom.xml (original)
+++ axis/axis2/java/core/trunk/modules/transport/mail/pom.xml Mon Dec 19 
13:54:12 2016
@@ -45,7 +45,6 @@
       <plugin>
         <groupId>org.apache.felix</groupId>
         <artifactId>maven-bundle-plugin</artifactId>
-        <version>1.4.0</version>
         <extensions>true</extensions>
         <configuration>
           <instructions>

Modified: axis/axis2/java/core/trunk/modules/transport/tcp/pom.xml
URL: 
http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/transport/tcp/pom.xml?rev=1775093&r1=1775092&r2=1775093&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/modules/transport/tcp/pom.xml (original)
+++ axis/axis2/java/core/trunk/modules/transport/tcp/pom.xml Mon Dec 19 
13:54:12 2016
@@ -83,7 +83,6 @@
             <plugin>
                 <groupId>org.apache.felix</groupId>
                 <artifactId>maven-bundle-plugin</artifactId>
-                <version>1.4.0</version>
                 <extensions>true</extensions>
                 <configuration>
                     <instructions>

Modified: axis/axis2/java/core/trunk/modules/transport/udp/pom.xml
URL: 
http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/transport/udp/pom.xml?rev=1775093&r1=1775092&r2=1775093&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/modules/transport/udp/pom.xml (original)
+++ axis/axis2/java/core/trunk/modules/transport/udp/pom.xml Mon Dec 19 
13:54:12 2016
@@ -44,7 +44,6 @@
             <plugin>
                 <groupId>org.apache.felix</groupId>
                 <artifactId>maven-bundle-plugin</artifactId>
-                <version>1.4.0</version>
                 <extensions>true</extensions>
                 <configuration>
                     <instructions>

Modified: axis/axis2/java/core/trunk/modules/transport/xmpp/pom.xml
URL: 
http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/transport/xmpp/pom.xml?rev=1775093&r1=1775092&r2=1775093&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/modules/transport/xmpp/pom.xml (original)
+++ axis/axis2/java/core/trunk/modules/transport/xmpp/pom.xml Mon Dec 19 
13:54:12 2016
@@ -46,7 +46,6 @@
             <plugin>
                 <groupId>org.apache.felix</groupId>
                 <artifactId>maven-bundle-plugin</artifactId>
-                <version>1.4.0</version>
                 <extensions>true</extensions>
                 <configuration>
                     <instructions>


Reply via email to