This is an automated email from the ASF dual-hosted git repository. billblough pushed a commit to branch 1_4 in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-sandesha.git
commit c2a0df9a34f8952927f4db7e1e6be058eb270b17 Author: Andreas Veithen <veit...@apache.org> AuthorDate: Tue Mar 15 09:18:53 2011 +0000 Fixed a build failure on the 1.4 branch. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index a3a35a5..e585761 100644 --- a/pom.xml +++ b/pom.xml @@ -427,7 +427,7 @@ <axis2.version>1.5.5-SNAPSHOT</axis2.version> <!-- TODO: set this to 1.5.2-SNAPSHOT when the 1.5.1 release is done --> <rampart.version>1.5</rampart.version> - <axiom.version>1.2.11-SNAPSHOT</axiom.version> + <axiom.version>1.2.11</axiom.version> <neethi.version>2.0.4</neethi.version> <commons.logging.version>1.1.1</commons.logging.version> <junit.version>3.8.2</junit.version>