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

Commit

Permalink
Explicitly build EA tag jdk8u282-b03
Browse files Browse the repository at this point in the history
  • Loading branch information
jerboaa committed Nov 26, 2020
1 parent d5f71d6 commit de200e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build-openjdk8.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set -e

UPDATE=282
BUILD=b02
BUILD=b03
NAME="openjdk-8u${UPDATE}-${BUILD}"
JRE_NAME="${NAME}-jre"
TARBALL_BASE_NAME="OpenJDK8U"
Expand Down
2 changes: 1 addition & 1 deletion install-rhel6-deps-build-openjdk8.sh
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ cat > $BUILD_SCRIPT <<EOF
set -e
UPDATE=282
BUILD=b02
BUILD=b03
NAME="openjdk-8u\${UPDATE}-\${BUILD}"
JRE_NAME="\${NAME}-jre"
TARBALL_BASE_NAME="OpenJDK8U"
Expand Down

0 comments on commit de200e3

Please sign in to comment.