Skip to content

Commit 8356dc7

Browse files
authored
update WebLogic Image Tool release number to 1.8.3 (#1497)
1 parent bcc601f commit 8356dc7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

integration-tests/src/test/resources/imagetool/build_download.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ usage()
2323
{
2424
printf "\n"
2525
echo 1>&2 "1. To install imagetool with the version number specified by env.IMAGE_TOOL_VERSION"
26-
echo 1>&2 "Usage: export IMAGE_TOOL_VERSION=1.8.2; $0"
26+
echo 1>&2 "Usage: export IMAGE_TOOL_VERSION=1.8.3; $0"
2727
echo 1>&2 "Or on Jenkins, set the version number in IMAGE_TOOL_VERSION field"
2828
echo 1>&2 "2. To install imagetool with a specified version number"
2929
echo 1>&2 "Usage: $0 -v <imagetool version number>"
30-
echo 1>&2 "Example: $0 -v 1.8.2"
30+
echo 1>&2 "Example: $0 -v 1.8.3"
3131
echo 1>&2 "3. To install latest imagetool version"
3232
echo 1>&2 "Usage: $0"
3333
printf "\n"

0 commit comments

Comments
 (0)