You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by ga...@apache.org on 2008/12/16 19:29:35 UTC

svn commit: r727108 - in /webservices/axis2/branches/java/1_5/modules: addressing/ clustering/ distribution/ integration/ java2wsdl/ jaxws-integration/ jibx/ json/ osgi/ parent/ saaj/

Author: gawor
Date: Tue Dec 16 10:29:35 2008
New Revision: 727108

URL: http://svn.apache.org/viewvc?rev=727108&view=rev
Log:
drop version tag from axis2-transport deps and other pom fixes

Modified:
    webservices/axis2/branches/java/1_5/modules/addressing/pom.xml
    webservices/axis2/branches/java/1_5/modules/clustering/pom.xml
    webservices/axis2/branches/java/1_5/modules/distribution/pom.xml
    webservices/axis2/branches/java/1_5/modules/integration/pom.xml
    webservices/axis2/branches/java/1_5/modules/java2wsdl/pom.xml
    webservices/axis2/branches/java/1_5/modules/jaxws-integration/pom.xml
    webservices/axis2/branches/java/1_5/modules/jibx/pom.xml
    webservices/axis2/branches/java/1_5/modules/json/pom.xml
    webservices/axis2/branches/java/1_5/modules/osgi/pom.xml
    webservices/axis2/branches/java/1_5/modules/parent/pom.xml
    webservices/axis2/branches/java/1_5/modules/saaj/pom.xml

Modified: webservices/axis2/branches/java/1_5/modules/addressing/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_5/modules/addressing/pom.xml?rev=727108&r1=727107&r2=727108&view=diff
==============================================================================
--- webservices/axis2/branches/java/1_5/modules/addressing/pom.xml (original)
+++ webservices/axis2/branches/java/1_5/modules/addressing/pom.xml Tue Dec 16 10:29:35 2008
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.axis2</groupId>
         <artifactId>axis2-parent</artifactId>
-        <version>SNAPSHOT</version>
+        <version>1.5-SNAPSHOT</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
     <artifactId>addressing</artifactId>
@@ -41,19 +41,15 @@
          <dependency>
             <groupId>${project.groupId}</groupId>
             <artifactId>axis2-transport-http</artifactId>
-            <version>${transport.http.version}</version>
         </dependency>
          <dependency>
             <groupId>${project.groupId}</groupId>
             <artifactId>axis2-transport-tcp</artifactId>
-            <version>${transport.tcp.version}</version>
         </dependency>
          <dependency>
             <groupId>${project.groupId}</groupId>
             <artifactId>axis2-transport-local</artifactId>
-            <version>${transport.local.version}</version>
         </dependency>
-
     </dependencies>
     <build>
         <sourceDirectory>src</sourceDirectory>

Modified: webservices/axis2/branches/java/1_5/modules/clustering/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_5/modules/clustering/pom.xml?rev=727108&r1=727107&r2=727108&view=diff
==============================================================================
--- webservices/axis2/branches/java/1_5/modules/clustering/pom.xml (original)
+++ webservices/axis2/branches/java/1_5/modules/clustering/pom.xml Tue Dec 16 10:29:35 2008
@@ -41,17 +41,14 @@
         <dependency>
             <groupId>${project.groupId}</groupId>
             <artifactId>axis2-transport-http</artifactId>
-            <version>${transport.http.version}</version>
         </dependency>
         <dependency>
             <groupId>${project.groupId}</groupId>
             <artifactId>axis2-transport-tcp</artifactId>
-            <version>${transport.tcp.version}</version>
         </dependency>
         <dependency>
             <groupId>${project.groupId}</groupId>
             <artifactId>axis2-transport-local</artifactId>
-            <version>${transport.local.version}</version>
         </dependency>
         <dependency>
             <groupId>org.apache.tomcat</groupId>

Modified: webservices/axis2/branches/java/1_5/modules/distribution/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_5/modules/distribution/pom.xml?rev=727108&r1=727107&r2=727108&view=diff
==============================================================================
--- webservices/axis2/branches/java/1_5/modules/distribution/pom.xml (original)
+++ webservices/axis2/branches/java/1_5/modules/distribution/pom.xml Tue Dec 16 10:29:35 2008
@@ -229,17 +229,14 @@
         <dependency>
             <groupId>org.apache.axis2</groupId>
             <artifactId>axis2-transport-http</artifactId>
-            <version>${transport.http.version}</version>
         </dependency>
         <dependency>
             <groupId>org.apache.axis2</groupId>
             <artifactId>axis2-transport-tcp</artifactId>
-            <version>${transport.tcp.version}</version>
         </dependency>
         <dependency>
             <groupId>org.apache.axis2</groupId>
             <artifactId>axis2-transport-local</artifactId>
-            <version>${transport.local.version}</version>
         </dependency>
     </dependencies>
     <distributionManagement>

Modified: webservices/axis2/branches/java/1_5/modules/integration/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_5/modules/integration/pom.xml?rev=727108&r1=727107&r2=727108&view=diff
==============================================================================
--- webservices/axis2/branches/java/1_5/modules/integration/pom.xml (original)
+++ webservices/axis2/branches/java/1_5/modules/integration/pom.xml Tue Dec 16 10:29:35 2008
@@ -46,17 +46,14 @@
          <dependency>
             <groupId>${project.groupId}</groupId>
             <artifactId>axis2-transport-http</artifactId>
-            <version>${transport.http.version}</version>
         </dependency>
          <dependency>
             <groupId>${project.groupId}</groupId>
             <artifactId>axis2-transport-tcp</artifactId>
-            <version>${transport.tcp.version}</version>
         </dependency>
          <dependency>
             <groupId>${project.groupId}</groupId>
             <artifactId>axis2-transport-local</artifactId>
-            <version>${transport.local.version}</version>
         </dependency>
         <dependency>
             <groupId>org.apache.geronimo.specs</groupId>

Modified: webservices/axis2/branches/java/1_5/modules/java2wsdl/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_5/modules/java2wsdl/pom.xml?rev=727108&r1=727107&r2=727108&view=diff
==============================================================================
--- webservices/axis2/branches/java/1_5/modules/java2wsdl/pom.xml (original)
+++ webservices/axis2/branches/java/1_5/modules/java2wsdl/pom.xml Tue Dec 16 10:29:35 2008
@@ -37,18 +37,18 @@
             <artifactId>axis2-kernel</artifactId>
             <version>${version}</version>
         </dependency>
-         <dependency>
+        <dependency>
             <groupId>${project.groupId}</groupId>
             <artifactId>axis2-transport-http</artifactId>
-                    </dependency>
-         <dependency>
+        </dependency>
+        <dependency>
             <groupId>${project.groupId}</groupId>
             <artifactId>axis2-transport-tcp</artifactId>
-                   </dependency>
-         <dependency>
+        </dependency>
+        <dependency>
             <groupId>${project.groupId}</groupId>
             <artifactId>axis2-transport-local</artifactId>
-                    </dependency>
+        </dependency>
         <dependency>
             <groupId>org.apache.ant</groupId>
             <artifactId>ant</artifactId>

Modified: webservices/axis2/branches/java/1_5/modules/jaxws-integration/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_5/modules/jaxws-integration/pom.xml?rev=727108&r1=727107&r2=727108&view=diff
==============================================================================
--- webservices/axis2/branches/java/1_5/modules/jaxws-integration/pom.xml (original)
+++ webservices/axis2/branches/java/1_5/modules/jaxws-integration/pom.xml Tue Dec 16 10:29:35 2008
@@ -65,19 +65,15 @@
          <dependency>
             <groupId>${project.groupId}</groupId>
             <artifactId>axis2-transport-http</artifactId>
-            <version>${transport.http.version}</version>
         </dependency>
          <dependency>
             <groupId>${project.groupId}</groupId>
             <artifactId>axis2-transport-tcp</artifactId>
-            <version>${transport.tcp.version}</version>
         </dependency>
          <dependency>
             <groupId>${project.groupId}</groupId>
             <artifactId>axis2-transport-local</artifactId>
-            <version>${transport.local.version}</version>
         </dependency>
-
         <dependency>
             <groupId>org.apache.axis2</groupId>
             <artifactId>axis2-jaxws</artifactId>

Modified: webservices/axis2/branches/java/1_5/modules/jibx/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_5/modules/jibx/pom.xml?rev=727108&r1=727107&r2=727108&view=diff
==============================================================================
--- webservices/axis2/branches/java/1_5/modules/jibx/pom.xml (original)
+++ webservices/axis2/branches/java/1_5/modules/jibx/pom.xml Tue Dec 16 10:29:35 2008
@@ -40,20 +40,15 @@
          <dependency>
             <groupId>${project.groupId}</groupId>
             <artifactId>axis2-transport-http</artifactId>
-            <version>${transport.http.version}</version>
         </dependency>
          <dependency>
             <groupId>${project.groupId}</groupId>
             <artifactId>axis2-transport-tcp</artifactId>
-            <version>${transport.tcp.version}</version>
         </dependency>
          <dependency>
             <groupId>${project.groupId}</groupId>
             <artifactId>axis2-transport-local</artifactId>
-            <version>${transport.local.version}</version>
         </dependency>
-
-
         <dependency>
             <groupId>org.apache.axis2</groupId>
             <artifactId>axis2-codegen</artifactId>

Modified: webservices/axis2/branches/java/1_5/modules/json/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_5/modules/json/pom.xml?rev=727108&r1=727107&r2=727108&view=diff
==============================================================================
--- webservices/axis2/branches/java/1_5/modules/json/pom.xml (original)
+++ webservices/axis2/branches/java/1_5/modules/json/pom.xml Tue Dec 16 10:29:35 2008
@@ -44,20 +44,15 @@
          <dependency>
             <groupId>${project.groupId}</groupId>
             <artifactId>axis2-transport-http</artifactId>
-            <version>${transport.http.version}</version>
         </dependency>
          <dependency>
             <groupId>${project.groupId}</groupId>
             <artifactId>axis2-transport-tcp</artifactId>
-            <version>${transport.tcp.version}</version>
         </dependency>
          <dependency>
             <groupId>${project.groupId}</groupId>
             <artifactId>axis2-transport-local</artifactId>
-            <version>${transport.local.version}</version>
         </dependency>
-
-
     </dependencies>
 
     <build>

Modified: webservices/axis2/branches/java/1_5/modules/osgi/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_5/modules/osgi/pom.xml?rev=727108&r1=727107&r2=727108&view=diff
==============================================================================
--- webservices/axis2/branches/java/1_5/modules/osgi/pom.xml (original)
+++ webservices/axis2/branches/java/1_5/modules/osgi/pom.xml Tue Dec 16 10:29:35 2008
@@ -166,20 +166,15 @@
          <dependency>
             <groupId>${project.groupId}</groupId>
             <artifactId>axis2-transport-http</artifactId>
-            <version>${version}</version>
         </dependency>
          <dependency>
             <groupId>${project.groupId}</groupId>
             <artifactId>axis2-transport-tcp</artifactId>
-            <version>${version}</version>
         </dependency>
          <dependency>
             <groupId>${project.groupId}</groupId>
             <artifactId>axis2-transport-local</artifactId>
-            <version>${version}</version>
         </dependency>
-
-
         <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.osgi.compendium</artifactId>

Modified: webservices/axis2/branches/java/1_5/modules/parent/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_5/modules/parent/pom.xml?rev=727108&r1=727107&r2=727108&view=diff
==============================================================================
--- webservices/axis2/branches/java/1_5/modules/parent/pom.xml (original)
+++ webservices/axis2/branches/java/1_5/modules/parent/pom.xml Tue Dec 16 10:29:35 2008
@@ -661,22 +661,20 @@
                 </exclusions>
             </dependency>
             <dependency>
-            <groupId>${project.groupId}</groupId>
-            <artifactId>axis2-transport-http</artifactId>
-            <version>${transport.http.version}</version>
-        </dependency>
-         <dependency>
-            <groupId>${project.groupId}</groupId>
-            <artifactId>axis2-transport-tcp</artifactId>
-            <version>${transport.tcp.version}</version>
-
-        </dependency>
-         <dependency>
-            <groupId>${project.groupId}</groupId>
-            <artifactId>axis2-transport-local</artifactId>
-<version>${transport.local.version}</version>
-
-        </dependency>
+                <groupId>${project.groupId}</groupId>
+                <artifactId>axis2-transport-http</artifactId>
+                <version>${transport.http.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>${project.groupId}</groupId>
+                <artifactId>axis2-transport-tcp</artifactId>
+                <version>${transport.tcp.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>${project.groupId}</groupId>
+                <artifactId>axis2-transport-local</artifactId>
+                <version>${transport.local.version}</version>
+            </dependency>
             <dependency>
                 <groupId>org.apache.ant</groupId>
                 <artifactId>ant-launcher</artifactId>

Modified: webservices/axis2/branches/java/1_5/modules/saaj/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_5/modules/saaj/pom.xml?rev=727108&r1=727107&r2=727108&view=diff
==============================================================================
--- webservices/axis2/branches/java/1_5/modules/saaj/pom.xml (original)
+++ webservices/axis2/branches/java/1_5/modules/saaj/pom.xml Tue Dec 16 10:29:35 2008
@@ -45,17 +45,14 @@
          <dependency>
             <groupId>${project.groupId}</groupId>
             <artifactId>axis2-transport-http</artifactId>
-            <version>${transport.http.version}</version>
         </dependency>
          <dependency>
             <groupId>${project.groupId}</groupId>
             <artifactId>axis2-transport-tcp</artifactId>
-            <version>${transport.tcp.version}</version>
         </dependency>
          <dependency>
             <groupId>${project.groupId}</groupId>
             <artifactId>axis2-transport-local</artifactId>
-            <version>${transport.local.version}</version>
         </dependency>
         <dependency>
             <groupId>org.apache.axis2</groupId>