You are viewing a plain text version of this content. The canonical link for it is here.
Posted to rampart-dev@ws.apache.org by na...@apache.org on 2009/12/19 03:07:25 UTC

svn commit: r892422 - /webservices/rampart/branches/java/1_5/pom.xml

Author: nandana
Date: Sat Dec 19 02:07:24 2009
New Revision: 892422

URL: http://svn.apache.org/viewvc?rev=892422&view=rev
Log:
chanfing the transport version

Modified:
    webservices/rampart/branches/java/1_5/pom.xml

Modified: webservices/rampart/branches/java/1_5/pom.xml
URL: http://svn.apache.org/viewvc/webservices/rampart/branches/java/1_5/pom.xml?rev=892422&r1=892421&r2=892422&view=diff
==============================================================================
--- webservices/rampart/branches/java/1_5/pom.xml (original)
+++ webservices/rampart/branches/java/1_5/pom.xml Sat Dec 19 02:07:24 2009
@@ -138,6 +138,7 @@
             <url>http://shibboleth.internet2.edu/downloads/maven2/</url>
         </repository>
 
+
     </repositories>
 
 
@@ -406,7 +407,7 @@
         <rahas.mar.version>1.5</rahas.mar.version>
 
         <axis2.version>1.5</axis2.version>
-        <axis2.transport.version>1.0-SNAPSHOT</axis2.transport.version>
+        <axis2.transport.version>1.0.0</axis2.transport.version>
         <addressing.mar.version>1.5</addressing.mar.version>
 
         <wss4j.version>1.5.8</wss4j.version>