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 2012/08/09 19:35:14 UTC

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

Author: veithen
Date: Thu Aug  9 17:35:14 2012
New Revision: 1371330

URL: http://svn.apache.org/viewvc?rev=1371330&view=rev
Log:
Fixed a couple of Maven warnings.

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/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=1371330&r1=1371329&r2=1371330&view=diff
==============================================================================
--- axis/axis2/java/transports/trunk/modules/all/pom.xml (original)
+++ axis/axis2/java/transports/trunk/modules/all/pom.xml Thu Aug  9 17:35:14 2012
@@ -189,7 +189,7 @@
                     <instructions>
                         <Bundle-Name>${project.artifactId}</Bundle-Name>
                         <Bundle-Vendor>Apache Software Foundation</Bundle-Vendor>
-                        <Bundle-Description>${pom.description}</Bundle-Description>
+                        <Bundle-Description>${project.description}</Bundle-Description>
                         <Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
                         <Export-Package>
                             org.apache.axis2.transport.base.*;-split-package:=merge-last,

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=1371330&r1=1371329&r2=1371330&view=diff
==============================================================================
--- axis/axis2/java/transports/trunk/modules/base/pom.xml (original)
+++ axis/axis2/java/transports/trunk/modules/base/pom.xml Thu Aug  9 17:35:14 2012
@@ -59,7 +59,7 @@
                     <instructions>
                         <Bundle-Name>${project.artifactId}</Bundle-Name>
                         <Bundle-Vendor>Apache Software Foundation</Bundle-Vendor>
-                        <Bundle-Description>${pom.description}</Bundle-Description>
+                        <Bundle-Description>${project.description}</Bundle-Description>
                         <Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
                         <Export-Package>
                             org.apache.axis2.transport.base.*;-split-package:=merge-last,

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=1371330&r1=1371329&r2=1371330&view=diff
==============================================================================
--- axis/axis2/java/transports/trunk/modules/jms/pom.xml (original)
+++ axis/axis2/java/transports/trunk/modules/jms/pom.xml Thu Aug  9 17:35:14 2012
@@ -88,7 +88,7 @@
                     <instructions>
                         <Bundle-Name>${project.artifactId}</Bundle-Name>
                         <Bundle-Vendor>Apache Software Foundation</Bundle-Vendor>
-                        <Bundle-Description>${pom.description}</Bundle-Description>
+                        <Bundle-Description>${project.description}</Bundle-Description>
                         <Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
                         <Export-Package>
                             org.apache.axis2.transport.jms.*;-split-package:=merge-last,
@@ -109,7 +109,7 @@
         <dependency>
             <groupId>org.apache.axis2</groupId>
             <artifactId>axis2-transport-base</artifactId>
-            <version>${version}</version>
+            <version>${project.version}</version>
         </dependency>
 
       <dependency>

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=1371330&r1=1371329&r2=1371330&view=diff
==============================================================================
--- axis/axis2/java/transports/trunk/modules/mail/pom.xml (original)
+++ axis/axis2/java/transports/trunk/modules/mail/pom.xml Thu Aug  9 17:35:14 2012
@@ -50,7 +50,7 @@
           <instructions>
             <Bundle-Name>${project.artifactId}</Bundle-Name>
             <Bundle-Vendor>Apache Software Foundation</Bundle-Vendor>
-            <Bundle-Description>${pom.description}</Bundle-Description>
+            <Bundle-Description>${project.description}</Bundle-Description>
             <Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
             <Export-Package>
               org.apache.axis2.transport.mail.*;-split-package:=merge-last,
@@ -118,7 +118,7 @@
     <dependency>
       <groupId>org.apache.axis2</groupId>
       <artifactId>axis2-transport-base</artifactId>
-      <version>${version}</version>
+      <version>${project.version}</version>
       <exclusions>
         <!-- We want to choose the JavaMail implementation ourselves -->
         <exclusion>

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=1371330&r1=1371329&r2=1371330&view=diff
==============================================================================
--- axis/axis2/java/transports/trunk/modules/sms/pom.xml (original)
+++ axis/axis2/java/transports/trunk/modules/sms/pom.xml Thu Aug  9 17:35:14 2012
@@ -50,7 +50,7 @@
                     <instructions>
                         <Bundle-Name>${project.artifactId}</Bundle-Name>
                         <Bundle-Vendor>Apache Software Foundation</Bundle-Vendor>
-                        <Bundle-Description>${pom.description}</Bundle-Description>
+                        <Bundle-Description>${project.description}</Bundle-Description>
                         <Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
                         <Export-Package>
                             org.apache.axis2.transport.sms.*;-split-package:=merge-last,
@@ -167,7 +167,7 @@
         <dependency>
             <groupId>org.apache.axis2</groupId>
             <artifactId>axis2-transport-base</artifactId>
-            <version>${version}</version>
+            <version>${project.version}</version>
         </dependency>
         <dependency>
             <groupId>com.google.code</groupId>

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=1371330&r1=1371329&r2=1371330&view=diff
==============================================================================
--- axis/axis2/java/transports/trunk/modules/tcp/pom.xml (original)
+++ axis/axis2/java/transports/trunk/modules/tcp/pom.xml Thu Aug  9 17:35:14 2012
@@ -89,7 +89,7 @@
                     <instructions>
                         <Bundle-Name>${project.artifactId}</Bundle-Name>
                         <Bundle-Vendor>Apache Software Foundation</Bundle-Vendor>
-                        <Bundle-Description>${pom.description}</Bundle-Description>
+                        <Bundle-Description>${project.description}</Bundle-Description>
                         <Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
                         <Export-Package>
                             org.apache.axis2.transport.tcp.*;-split-package:=merge-last,
@@ -119,7 +119,7 @@
         <dependency>
             <groupId>org.apache.axis2</groupId>
             <artifactId>axis2-transport-base</artifactId>
-            <version>${version}</version>
+            <version>${project.version}</version>
         </dependency>
         <dependency>
             <groupId>commons-logging</groupId>

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=1371330&r1=1371329&r2=1371330&view=diff
==============================================================================
--- axis/axis2/java/transports/trunk/modules/udp/pom.xml (original)
+++ axis/axis2/java/transports/trunk/modules/udp/pom.xml Thu Aug  9 17:35:14 2012
@@ -49,7 +49,7 @@
                     <instructions>
                         <Bundle-Name>${project.artifactId}</Bundle-Name>
                         <Bundle-Vendor>Apache Software Foundation</Bundle-Vendor>
-                        <Bundle-Description>${pom.description}</Bundle-Description>
+                        <Bundle-Description>${project.description}</Bundle-Description>
                         <Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
                         <Export-Package>
                             org.apache.axis2.transport.udp.*;-split-package:=merge-last,
@@ -64,7 +64,7 @@
         <dependency>
             <groupId>org.apache.axis2</groupId>
             <artifactId>axis2-transport-base</artifactId>
-            <version>${version}</version>
+            <version>${project.version}</version>
         </dependency>
         <dependency>
             <groupId>org.apache.axis2</groupId>

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=1371330&r1=1371329&r2=1371330&view=diff
==============================================================================
--- axis/axis2/java/transports/trunk/modules/xmpp/pom.xml (original)
+++ axis/axis2/java/transports/trunk/modules/xmpp/pom.xml Thu Aug  9 17:35:14 2012
@@ -51,7 +51,7 @@
                     <instructions>
                         <Bundle-Name>${project.artifactId}</Bundle-Name>
                         <Bundle-Vendor>Apache Software Foundation</Bundle-Vendor>
-                        <Bundle-Description>${pom.description}</Bundle-Description>
+                        <Bundle-Description>${project.description}</Bundle-Description>
                         <Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
                         <Export-Package>
                             org.apache.axis2.transport.xmpp.*;-split-package:=merge-last,