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 bi...@apache.org on 2020/04/14 20:02:18 UTC

[axis-axis2-java-core] 06/38: Switched Axiom to 1.2.13-SNAPSHOT.

This is an automated email from the ASF dual-hosted git repository.

billblough pushed a commit to branch 1_5
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git

commit 0847de1fb329154cb489cae7cad8923f6909d318
Author: Andreas Veithen <ve...@apache.org>
AuthorDate: Sat Oct 1 22:29:32 2011 +0000

    Switched Axiom to 1.2.13-SNAPSHOT.
---
 modules/parent/pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/modules/parent/pom.xml b/modules/parent/pom.xml
index 5e467a2..30b02b9 100644
--- a/modules/parent/pom.xml
+++ b/modules/parent/pom.xml
@@ -68,7 +68,8 @@
     <properties>
         <ant.version>1.7.0</ant.version>
         <antlr.version>2.7.7</antlr.version>
-        <axiom.version>1.2.12</axiom.version>
+        <!-- Need to ship Axis2 1.5.7 with Axiom 1.2.13 because of RAMPART-336 -->
+        <axiom.version>1.2.13-SNAPSHOT</axiom.version>
         <bsf.version>2.4.0</bsf.version>
         <commons.codec.version>1.3</commons.codec.version>
         <commons.fileupload.version>1.2</commons.fileupload.version>