Skip to content

Commit d9b2052

Browse files
committed
Moved to Axis version 1.7.2
1 parent 1868d8c commit d9b2052

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webServices/make_linux.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ set -o errexit # set -e : exit the script if any statement returns a non-true
99
currentDir=`pwd`
1010
echo "We now build all the Web Service examples in directory '$currentDir'."
1111

12-
axisVersion="1.7.1"
12+
axisVersion="1.7.2"
1313
echo "For this purpose, we need to download, install, and run axis2 $axisVersion in a temporary directory."
1414
tempDir=$(mktemp -d)
1515
echo "Created temporary folder '$tempDir'."

0 commit comments

Comments
 (0)