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/16 04:04:44 UTC

[axis-axis2-java-sandesha] 42/48: Sandesha2 1.6.x should use Axis2 and Rampart 1.6.x-SNAPSHOT so that we can detect integration issues early.

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

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

commit c2b832fd96ecac321a0cb4735430db62aa187139
Author: Andreas Veithen <ve...@apache.org>
AuthorDate: Fri Aug 31 17:28:18 2012 +0000

    Sandesha2 1.6.x should use Axis2 and Rampart 1.6.x-SNAPSHOT so that we can detect integration issues early.
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index ff2fe29..983e690 100644
--- a/pom.xml
+++ b/pom.xml
@@ -435,8 +435,8 @@
     </modules>
 
     <properties>
-        <axis2.version>1.6.2</axis2.version>
-        <rampart.version>1.6.2</rampart.version>
+        <axis2.version>1.6.3-SNAPSHOT</axis2.version>
+        <rampart.version>1.6.3-SNAPSHOT</rampart.version>
         <axiom.version>1.2.13</axiom.version>
         <commons.logging.version>1.1.1</commons.logging.version>
         <junit.version>3.8.2</junit.version>