You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commons-dev@ws.apache.org by am...@apache.org on 2009/05/11 10:54:07 UTC

svn commit: r773502 - /webservices/commons/trunk/modules/transport/modules/http/pom.xml

Author: amilas
Date: Mon May 11 08:54:07 2009
New Revision: 773502

URL: http://svn.apache.org/viewvc?rev=773502&view=rev
Log:
now http transport in the axis2. so the version should refer to axis2.version

Modified:
    webservices/commons/trunk/modules/transport/modules/http/pom.xml

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=773502&r1=773501&r2=773502&view=diff
==============================================================================
--- webservices/commons/trunk/modules/transport/modules/http/pom.xml (original)
+++ webservices/commons/trunk/modules/transport/modules/http/pom.xml Mon May 11 08:54:07 2009
@@ -91,7 +91,7 @@
         <dependency>
             <groupId>org.apache.axis2</groupId>
             <artifactId>axis2-transport-http</artifactId>
-            <version>${pom.version}</version>
+            <version>${axis2.version}</version>
             <scope>test</scope>
         </dependency>