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:19 UTC

[axis-axis2-java-sandesha] 17/48: Switched to release versions to prepare the 1.6.1 release.

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 8be11bad915f7f86072e8235bb991290aa7ceac8
Author: Andreas Veithen <ve...@apache.org>
AuthorDate: Thu Oct 20 06:23:18 2011 +0000

    Switched to release versions to prepare the 1.6.1 release.
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 49469db..7ec891e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -430,8 +430,8 @@
     </modules>
 
     <properties>
-        <axis2.version>1.6.1-SNAPSHOT</axis2.version>
-        <rampart.version>1.6.1-SNAPSHOT</rampart.version>
+        <axis2.version>1.6.1</axis2.version>
+        <rampart.version>1.6.1</rampart.version>
         <axiom.version>1.2.12</axiom.version>
         <commons.logging.version>1.1.1</commons.logging.version>
         <junit.version>3.8.2</junit.version>