Author: veithen
Date: Sat Feb 28 10:43:52 2009
New Revision: 748805

URL: http://svn.apache.org/viewvc?rev=748805&view=rev
Log:
WSCOMMONS-442: Set the Axiom version to 1.2.8.

In addition:
* Make sure that there is a single place where the Axiom (and Axis2) versions 
are defined.
* Eliminated the transport.version and axis2-transport-base.version properties. 
This makes sure that dependencies between different transport modules are 
consistent and that we can use maven-release-plugin.

Modified:
    webservices/commons/trunk/modules/transport/modules/base/pom.xml
    webservices/commons/trunk/modules/transport/modules/http/pom.xml
    webservices/commons/trunk/modules/transport/modules/jms/pom.xml
    webservices/commons/trunk/modules/transport/modules/local/pom.xml
    webservices/commons/trunk/modules/transport/modules/mail/pom.xml
    webservices/commons/trunk/modules/transport/modules/parent/pom.xml
    webservices/commons/trunk/modules/transport/modules/tcp/pom.xml
    webservices/commons/trunk/modules/transport/modules/udp/pom.xml

Modified: webservices/commons/trunk/modules/transport/modules/base/pom.xml
URL: 
http://svn.apache.org/viewvc/webservices/commons/trunk/modules/transport/modules/base/pom.xml?rev=748805&r1=748804&r2=748805&view=diff
==============================================================================
--- webservices/commons/trunk/modules/transport/modules/base/pom.xml (original)
+++ webservices/commons/trunk/modules/transport/modules/base/pom.xml Sat Feb 28 
10:43:52 2009
@@ -80,17 +80,14 @@
         <dependency>
             <groupId>org.apache.ws.commons.axiom</groupId>
             <artifactId>axiom-api</artifactId>
-            <version>${axiom.version}</version>
         </dependency>
         <dependency>
             <groupId>org.apache.ws.commons.axiom</groupId>
             <artifactId>axiom-impl</artifactId>
-            <version>${axiom.version}</version>
         </dependency>
         <dependency>
             <groupId>org.apache.ws.commons.axiom</groupId>
             <artifactId>axiom-dom</artifactId>
-            <version>${axiom.version}</version>
         </dependency>
         <!-- Axis2 -->
         <dependency>
@@ -116,7 +113,6 @@
         <dependency>
             <groupId>commons-logging</groupId>
             <artifactId>commons-logging</artifactId>
-            <version>${commons.logging.version}</version>
             <exclusions>
                 <exclusion>
                     <groupId>javax.servlet</groupId>
@@ -143,11 +139,4 @@
             <scope>test</scope>
         </dependency>
     </dependencies>
-
-    <properties>
-        <axiom.version>SNAPSHOT</axiom.version>
-        <axis2.version>SNAPSHOT</axis2.version>
-        <commons.logging.version>1.1</commons.logging.version>
-    </properties>
-
 </project>

Modified: webservices/commons/trunk/modules/transport/modules/http/pom.xml
URL: 
http://svn.apache.org/viewvc/webservices/commons/trunk/modules/transport/modules/http/pom.xml?rev=748805&r1=748804&r2=748805&view=diff
==============================================================================
--- webservices/commons/trunk/modules/transport/modules/http/pom.xml (original)
+++ webservices/commons/trunk/modules/transport/modules/http/pom.xml Sat Feb 28 
10:43:52 2009
@@ -97,7 +97,7 @@
         <dependency>
             <groupId>org.apache.axis2</groupId>
             <artifactId>axis2-transport-base</artifactId>
-            <version>${axis2-transport-base.version}</version>
+            <version>${version}</version>
         </dependency>
         <dependency>
             <groupId>junit</groupId>
@@ -105,8 +105,4 @@
             <scope>test</scope>
         </dependency>
     </dependencies>
-
-    <properties>
-        <axis2-transport-base.version>SNAPSHOT</axis2-transport-base.version>
-    </properties>
 </project>

Modified: webservices/commons/trunk/modules/transport/modules/jms/pom.xml
URL: 
http://svn.apache.org/viewvc/webservices/commons/trunk/modules/transport/modules/jms/pom.xml?rev=748805&r1=748804&r2=748805&view=diff
==============================================================================
--- webservices/commons/trunk/modules/transport/modules/jms/pom.xml (original)
+++ webservices/commons/trunk/modules/transport/modules/jms/pom.xml Sat Feb 28 
10:43:52 2009
@@ -68,7 +68,7 @@
         <dependency>
             <groupId>org.apache.axis2</groupId>
             <artifactId>axis2-transport-base</artifactId>
-            <version>${axis2-transport-base.version}</version>
+            <version>${version}</version>
         </dependency>
 
         <dependency>
@@ -97,9 +97,6 @@
     </dependencies>
     
     <properties>
-        <axis2.version>SNAPSHOT</axis2.version>
-        <commons.logging.version>1.1</commons.logging.version>
-        <axis2-transport-base.version>SNAPSHOT</axis2-transport-base.version>
         <jms-1.1-spec.version>1.1</jms-1.1-spec.version>
         <jta-spec.version>1.0</jta-spec.version>
     </properties>

Modified: webservices/commons/trunk/modules/transport/modules/local/pom.xml
URL: 
http://svn.apache.org/viewvc/webservices/commons/trunk/modules/transport/modules/local/pom.xml?rev=748805&r1=748804&r2=748805&view=diff
==============================================================================
--- webservices/commons/trunk/modules/transport/modules/local/pom.xml (original)
+++ webservices/commons/trunk/modules/transport/modules/local/pom.xml Sat Feb 
28 10:43:52 2009
@@ -77,7 +77,7 @@
         <dependency>
             <groupId>org.apache.axis2</groupId>
             <artifactId>axis2-transport-base</artifactId>
-            <version>${transport.version}</version>
+            <version>${version}</version>
         </dependency>
         <dependency>
             <groupId>commons-logging</groupId>

Modified: webservices/commons/trunk/modules/transport/modules/mail/pom.xml
URL: 
http://svn.apache.org/viewvc/webservices/commons/trunk/modules/transport/modules/mail/pom.xml?rev=748805&r1=748804&r2=748805&view=diff
==============================================================================
--- webservices/commons/trunk/modules/transport/modules/mail/pom.xml (original)
+++ webservices/commons/trunk/modules/transport/modules/mail/pom.xml Sat Feb 28 
10:43:52 2009
@@ -68,14 +68,7 @@
         <dependency>
             <groupId>org.apache.axis2</groupId>
             <artifactId>axis2-transport-base</artifactId>
-            <version>${axis2-transport-base.version}</version>
+            <version>${version}</version>
         </dependency>
     </dependencies>
-
-    <properties>
-        <axis2.version>SNAPSHOT</axis2.version>
-        <commons.logging.version>1.1</commons.logging.version>
-        <axis2-transport-base.version>SNAPSHOT</axis2-transport-base.version>
-    </properties>
-
 </project>
\ No newline at end of file

Modified: webservices/commons/trunk/modules/transport/modules/parent/pom.xml
URL: 
http://svn.apache.org/viewvc/webservices/commons/trunk/modules/transport/modules/parent/pom.xml?rev=748805&r1=748804&r2=748805&view=diff
==============================================================================
--- webservices/commons/trunk/modules/transport/modules/parent/pom.xml 
(original)
+++ webservices/commons/trunk/modules/transport/modules/parent/pom.xml Sat Feb 
28 10:43:52 2009
@@ -241,7 +241,22 @@
             <dependency>
                 <groupId>org.apache.axis2</groupId>
                 <artifactId>axis2-kernel</artifactId>
-                <version>SNAPSHOT</version>
+                <version>${axis2.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.ws.commons.axiom</groupId>
+                <artifactId>axiom-api</artifactId>
+                <version>${axiom.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.ws.commons.axiom</groupId>
+                <artifactId>axiom-impl</artifactId>
+                <version>${axiom.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.ws.commons.axiom</groupId>
+                <artifactId>axiom-dom</artifactId>
+                <version>${axiom.version}</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.geronimo.specs</groupId>
@@ -318,7 +333,6 @@
         <dependency>
             <groupId>org.apache.axis2</groupId>
             <artifactId>axis2-kernel</artifactId>
-
         </dependency>
     </dependencies>
 
@@ -378,7 +392,7 @@
         </site>
     </distributionManagement>
     <properties>
-        <transport.version>SNAPSHOT</transport.version>
+        <axiom.version>1.2.8</axiom.version>
         <axis2.version>SNAPSHOT</axis2.version>
         <failIfNoTests>false</failIfNoTests>
     </properties>

Modified: webservices/commons/trunk/modules/transport/modules/tcp/pom.xml
URL: 
http://svn.apache.org/viewvc/webservices/commons/trunk/modules/transport/modules/tcp/pom.xml?rev=748805&r1=748804&r2=748805&view=diff
==============================================================================
--- webservices/commons/trunk/modules/transport/modules/tcp/pom.xml (original)
+++ webservices/commons/trunk/modules/transport/modules/tcp/pom.xml Sat Feb 28 
10:43:52 2009
@@ -77,7 +77,7 @@
         <dependency>
             <groupId>org.apache.axis2</groupId>
             <artifactId>axis2-transport-base</artifactId>
-            <version>${transport.version}</version>
+            <version>${version}</version>
         </dependency>
         <dependency>
             <groupId>commons-logging</groupId>

Modified: webservices/commons/trunk/modules/transport/modules/udp/pom.xml
URL: 
http://svn.apache.org/viewvc/webservices/commons/trunk/modules/transport/modules/udp/pom.xml?rev=748805&r1=748804&r2=748805&view=diff
==============================================================================
--- webservices/commons/trunk/modules/transport/modules/udp/pom.xml (original)
+++ webservices/commons/trunk/modules/transport/modules/udp/pom.xml Sat Feb 28 
10:43:52 2009
@@ -60,7 +60,7 @@
         <dependency>
             <groupId>org.apache.axis2</groupId>
             <artifactId>axis2-transport-base</artifactId>
-            <version>${transport.version}</version>
+            <version>${version}</version>
         </dependency>
         <dependency>
             <groupId>commons-logging</groupId>


Reply via email to