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 2017/07/30 22:26:58 UTC

svn commit: r1803470 - /axis/axis2/java/rampart/branches/1_7/pom.xml

Author: veithen
Date: Sun Jul 30 22:26:58 2017
New Revision: 1803470

URL: http://svn.apache.org/viewvc?rev=1803470&view=rev
Log:
Switch dependencies to release versions.

Modified:
    axis/axis2/java/rampart/branches/1_7/pom.xml

Modified: axis/axis2/java/rampart/branches/1_7/pom.xml
URL: http://svn.apache.org/viewvc/axis/axis2/java/rampart/branches/1_7/pom.xml?rev=1803470&r1=1803469&r2=1803470&view=diff
==============================================================================
--- axis/axis2/java/rampart/branches/1_7/pom.xml (original)
+++ axis/axis2/java/rampart/branches/1_7/pom.xml Sun Jul 30 22:26:58 2017
@@ -604,8 +604,8 @@
     </modules>
 
     <properties>
-        <axis2.version>1.7.6-SNAPSHOT</axis2.version>
-        <axiom.version>1.2.21-SNAPSHOT</axiom.version>
+        <axis2.version>1.7.6</axis2.version>
+        <axiom.version>1.2.20</axiom.version>
 
         <wss4j.version>1.6.16</wss4j.version>
         <opensaml.version>2.5.1-1</opensaml.version>