Skip to content
This repository has been archived by the owner on Aug 4, 2022. It is now read-only.

Commit

Permalink
Explicitly build GA release 11.0.4+11
Browse files Browse the repository at this point in the history
  • Loading branch information
jerboaa committed Jul 15, 2019
1 parent d45d124 commit cc19161
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build-openjdk11.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ platform_name() {
}

UPDATE="11.0.4"
BUILD=10
BUILD=11
NAME="openjdk-${UPDATE}+${BUILD}"
JRE_NAME="${NAME}-jre"
TARBALL_BASE_NAME="OpenJDK11U"
EA_SUFFIX="_ea"
EA_SUFFIX=""
PLATFORM="$(platform_name)"
TARBALL_VERSION="${UPDATE}_${BUILD}${EA_SUFFIX}"
PLATFORM_VERSION="${PLATFORM}_${TARBALL_VERSION}"
Expand Down
4 changes: 2 additions & 2 deletions install-rhel-deps-build-openjdk11.sh
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,11 @@ cat > $BUILD_SCRIPT <<EOF
set -e
UPDATE="11.0.4"
BUILD=10
BUILD=11
NAME="openjdk-\${UPDATE}+\${BUILD}"
JRE_NAME="\${NAME}-jre"
TARBALL_BASE_NAME="OpenJDK11U"
EA_SUFFIX="_ea"
EA_SUFFIX=""
PLATFORM="$(platform_name)"
TARBALL_VERSION="\${UPDATE}_\${BUILD}\${EA_SUFFIX}"
PLATFORM_VERSION="\${PLATFORM}_\${TARBALL_VERSION}"
Expand Down

0 comments on commit cc19161

Please sign in to comment.