changing axis2 version number
diff --git a/samples/configure.ac b/samples/configure.ac
index 60209bb..8b1b8b6 100644
--- a/samples/configure.ac
+++ b/samples/configure.ac
@@ -2,7 +2,7 @@
 
 AC_PREREQ(2.59)
 
-AC_INIT(rampart-samples-src, 1.1.0)
+AC_INIT(rampart-samples-src, 1.3.0)
 AC_CANONICAL_SYSTEM
 AM_CONFIG_HEADER(config.h)
 dnl AM_INIT_AUTOMAKE([tar-ustar])
@@ -71,7 +71,7 @@
 [  --with-axis2[=PATH]     Find the AXIS2 header files in 'PATH'.
     'PATH' should point to AXIS2 include files location.
     If you omit the '=PATH' part completely, the configure script will search
-    '$(AXIS2C_HOME)/include/axis2-1.2' for AXIS2 headers.],
+    '$(AXIS2C_HOME)/include/axis2-1.6' for AXIS2 headers.],
 [ case "$withval" in
   no)
     AC_MSG_RESULT(no)
@@ -83,7 +83,7 @@
         axis2inc="-I$withval"
     dnl else find the axiom include dir in $(AXIS2C_HOME)/include
     elif test -d '$(AXIS2C_HOME)/include'; then
-        axiominc="-I$(AXIS2C_HOME)/include/axis2-1.2"
+        axiominc="-I$(AXIS2C_HOME)/include/axis2-1.6"
     else
         AC_MSG_ERROR(could not find axis2. stop)
     fi