You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@axis.apache.org by ve...@apache.org on 2010/11/12 14:16:37 UTC

svn commit: r1034391 - in /axis/axis2/java/transports/trunk/modules: all/pom.xml base/pom.xml http/pom.xml jms/pom.xml mail/pom.xml sms/pom.xml tcp/pom.xml udp/pom.xml xmpp/pom.xml

Author: veithen
Date: Fri Nov 12 13:16:37 2010
New Revision: 1034391

URL: http://svn.apache.org/viewvc?rev=1034391&view=rev
Log:
Removed the explicit Bundle-Version from the maven-bundle-plugin configuration, so that we don't need to increment the version number manually during a release. The plugin is able to calculate a suitable version number itself.

Modified:
    axis/axis2/java/transports/trunk/modules/all/pom.xml
    axis/axis2/java/transports/trunk/modules/base/pom.xml
    axis/axis2/java/transports/trunk/modules/http/pom.xml
    axis/axis2/java/transports/trunk/modules/jms/pom.xml
    axis/axis2/java/transports/trunk/modules/mail/pom.xml
    axis/axis2/java/transports/trunk/modules/sms/pom.xml
    axis/axis2/java/transports/trunk/modules/tcp/pom.xml
    axis/axis2/java/transports/trunk/modules/udp/pom.xml
    axis/axis2/java/transports/trunk/modules/xmpp/pom.xml

Modified: axis/axis2/java/transports/trunk/modules/all/pom.xml
URL: http://svn.apache.org/viewvc/axis/axis2/java/transports/trunk/modules/all/pom.xml?rev=1034391&r1=1034390&r2=1034391&view=diff
==============================================================================
--- axis/axis2/java/transports/trunk/modules/all/pom.xml (original)
+++ axis/axis2/java/transports/trunk/modules/all/pom.xml Fri Nov 12 13:16:37 2010
@@ -188,7 +188,6 @@
                 <extensions>true</extensions>
                 <configuration>
                     <instructions>
-                        <Bundle-Version>1.0</Bundle-Version>
                         <Bundle-Name>${pom.artifactId}</Bundle-Name>
                         <Bundle-Vendor>Apache Software Foundation</Bundle-Vendor>
                         <Bundle-Description>${pom.description}</Bundle-Description>

Modified: axis/axis2/java/transports/trunk/modules/base/pom.xml
URL: http://svn.apache.org/viewvc/axis/axis2/java/transports/trunk/modules/base/pom.xml?rev=1034391&r1=1034390&r2=1034391&view=diff
==============================================================================
--- axis/axis2/java/transports/trunk/modules/base/pom.xml (original)
+++ axis/axis2/java/transports/trunk/modules/base/pom.xml Fri Nov 12 13:16:37 2010
@@ -60,7 +60,6 @@
                 <extensions>true</extensions>
                 <configuration>
                     <instructions>
-                        <Bundle-Version>1.1.0</Bundle-Version>
                         <Bundle-Name>${pom.artifactId}</Bundle-Name>
                         <Bundle-Vendor>Apache Software Foundation</Bundle-Vendor>
                         <Bundle-Description>${pom.description}</Bundle-Description>

Modified: axis/axis2/java/transports/trunk/modules/http/pom.xml
URL: http://svn.apache.org/viewvc/axis/axis2/java/transports/trunk/modules/http/pom.xml?rev=1034391&r1=1034390&r2=1034391&view=diff
==============================================================================
--- axis/axis2/java/transports/trunk/modules/http/pom.xml (original)
+++ axis/axis2/java/transports/trunk/modules/http/pom.xml Fri Nov 12 13:16:37 2010
@@ -64,7 +64,6 @@
                 <extensions>true</extensions>
                 <configuration>
                     <instructions>
-                        <Bundle-Version>1.1.0</Bundle-Version>
                         <Bundle-Name>${pom.artifactId}</Bundle-Name>
                         <Bundle-Vendor>Apache Software Foundation</Bundle-Vendor>
                         <Bundle-Description>${pom.description}</Bundle-Description>

Modified: axis/axis2/java/transports/trunk/modules/jms/pom.xml
URL: http://svn.apache.org/viewvc/axis/axis2/java/transports/trunk/modules/jms/pom.xml?rev=1034391&r1=1034390&r2=1034391&view=diff
==============================================================================
--- axis/axis2/java/transports/trunk/modules/jms/pom.xml (original)
+++ axis/axis2/java/transports/trunk/modules/jms/pom.xml Fri Nov 12 13:16:37 2010
@@ -89,7 +89,6 @@
                 <extensions>true</extensions>
                 <configuration>
                     <instructions>
-                        <Bundle-Version>1.1.0</Bundle-Version>
                         <Bundle-Name>${pom.artifactId}</Bundle-Name>
                         <Bundle-Vendor>Apache Software Foundation</Bundle-Vendor>
                         <Bundle-Description>${pom.description}</Bundle-Description>

Modified: axis/axis2/java/transports/trunk/modules/mail/pom.xml
URL: http://svn.apache.org/viewvc/axis/axis2/java/transports/trunk/modules/mail/pom.xml?rev=1034391&r1=1034390&r2=1034391&view=diff
==============================================================================
--- axis/axis2/java/transports/trunk/modules/mail/pom.xml (original)
+++ axis/axis2/java/transports/trunk/modules/mail/pom.xml Fri Nov 12 13:16:37 2010
@@ -51,7 +51,6 @@
         <extensions>true</extensions>
         <configuration>
           <instructions>
-            <Bundle-Version>1.1.0</Bundle-Version>
             <Bundle-Name>${pom.artifactId}</Bundle-Name>
             <Bundle-Vendor>Apache Software Foundation</Bundle-Vendor>
             <Bundle-Description>${pom.description}</Bundle-Description>

Modified: axis/axis2/java/transports/trunk/modules/sms/pom.xml
URL: http://svn.apache.org/viewvc/axis/axis2/java/transports/trunk/modules/sms/pom.xml?rev=1034391&r1=1034390&r2=1034391&view=diff
==============================================================================
--- axis/axis2/java/transports/trunk/modules/sms/pom.xml (original)
+++ axis/axis2/java/transports/trunk/modules/sms/pom.xml Fri Nov 12 13:16:37 2010
@@ -51,7 +51,6 @@
                 <extensions>true</extensions>
                 <configuration>
                     <instructions>
-                        <Bundle-Version>1.1.0</Bundle-Version>
                         <Bundle-Name>${pom.artifactId}</Bundle-Name>
                         <Bundle-Vendor>Apache Software Foundation</Bundle-Vendor>
                         <Bundle-Description>${pom.description}</Bundle-Description>

Modified: axis/axis2/java/transports/trunk/modules/tcp/pom.xml
URL: http://svn.apache.org/viewvc/axis/axis2/java/transports/trunk/modules/tcp/pom.xml?rev=1034391&r1=1034390&r2=1034391&view=diff
==============================================================================
--- axis/axis2/java/transports/trunk/modules/tcp/pom.xml (original)
+++ axis/axis2/java/transports/trunk/modules/tcp/pom.xml Fri Nov 12 13:16:37 2010
@@ -91,7 +91,6 @@
                 <extensions>true</extensions>
                 <configuration>
                     <instructions>
-                        <Bundle-Version>1.1.0</Bundle-Version>
                         <Bundle-Name>${pom.artifactId}</Bundle-Name>
                         <Bundle-Vendor>Apache Software Foundation</Bundle-Vendor>
                         <Bundle-Description>${pom.description}</Bundle-Description>

Modified: axis/axis2/java/transports/trunk/modules/udp/pom.xml
URL: http://svn.apache.org/viewvc/axis/axis2/java/transports/trunk/modules/udp/pom.xml?rev=1034391&r1=1034390&r2=1034391&view=diff
==============================================================================
--- axis/axis2/java/transports/trunk/modules/udp/pom.xml (original)
+++ axis/axis2/java/transports/trunk/modules/udp/pom.xml Fri Nov 12 13:16:37 2010
@@ -48,7 +48,6 @@
                 <extensions>true</extensions>
                 <configuration>
                     <instructions>
-                        <Bundle-Version>1.1.0</Bundle-Version>
                         <Bundle-Name>${pom.artifactId}</Bundle-Name>
                         <Bundle-Vendor>Apache Software Foundation</Bundle-Vendor>
                         <Bundle-Description>${pom.description}</Bundle-Description>

Modified: axis/axis2/java/transports/trunk/modules/xmpp/pom.xml
URL: http://svn.apache.org/viewvc/axis/axis2/java/transports/trunk/modules/xmpp/pom.xml?rev=1034391&r1=1034390&r2=1034391&view=diff
==============================================================================
--- axis/axis2/java/transports/trunk/modules/xmpp/pom.xml (original)
+++ axis/axis2/java/transports/trunk/modules/xmpp/pom.xml Fri Nov 12 13:16:37 2010
@@ -50,7 +50,6 @@
                 <extensions>true</extensions>
                 <configuration>
                     <instructions>
-                        <Bundle-Version>1.1.0</Bundle-Version>
                         <Bundle-Name>${pom.artifactId}</Bundle-Name>
                         <Bundle-Vendor>Apache Software Foundation</Bundle-Vendor>
                         <Bundle-Description>${pom.description}</Bundle-Description>