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 2011/10/17 23:47:22 UTC

svn commit: r1185389 - /axis/axis2/java/core/branches/1_6/modules/parent/pom.xml

Author: veithen
Date: Mon Oct 17 21:47:22 2011
New Revision: 1185389

URL: http://svn.apache.org/viewvc?rev=1185389&view=rev
Log:
Upgraded to Neethi 3.0.2-SNAPSHOT. This should (partially) solve AXIS2-5145.

Modified:
    axis/axis2/java/core/branches/1_6/modules/parent/pom.xml

Modified: axis/axis2/java/core/branches/1_6/modules/parent/pom.xml
URL: http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_6/modules/parent/pom.xml?rev=1185389&r1=1185388&r2=1185389&view=diff
==============================================================================
--- axis/axis2/java/core/branches/1_6/modules/parent/pom.xml (original)
+++ axis/axis2/java/core/branches/1_6/modules/parent/pom.xml Mon Oct 17 21:47:22 2011
@@ -66,7 +66,8 @@
         <url>http://issues.apache.org/jira/browse/AXIS2</url>
     </issueManagement>
     <properties>
-        <neethi.version>3.0.1</neethi.version>
+        <!-- Need Neethi 3.0.2 to solve the root cause of AXIS2-5145. If we go back to 3.0.1 then we need to apply a workaround. -->
+        <neethi.version>3.0.2-SNAPSHOT</neethi.version>
         <woden.version>1.0M9</woden.version>
         <!-- Need to ship Axis2 1.6.2 with Axiom 1.2.13 because of RAMPART-336 -->
         <axiom.version>1.2.13-SNAPSHOT</axiom.version>