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 9fc75431c5b9edd3735d21d39653ee93f3d28ed2 Author: Andreas Veithen <veit...@apache.org> AuthorDate: Sat Mar 19 16:32:56 2011 +0000 Set the correct Axis2 and Rampart versions for the 1.6 branch. --- pom.xml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 8c253ae..99cfbf1 100644 --- a/pom.xml +++ b/pom.xml @@ -436,10 +436,9 @@ </modules> <properties> - <axis2.version>SNAPSHOT</axis2.version> - <rampart.version>SNAPSHOT</rampart.version> + <axis2.version>1.6.1-SNAPSHOT</axis2.version> + <rampart.version>1.6.0-SNAPSHOT</rampart.version> <axiom.version>1.2.12-SNAPSHOT</axiom.version> - <!-- TODO: revert back to 3.0.0-SNAPSHOT when the incompatibility with the neethi trunk is fixed --> <neethi.version>2.0.4</neethi.version> <commons.logging.version>1.1.1</commons.logging.version> <junit.version>3.8.2</junit.version>