Skip to content

Commit

Permalink
Update upstream to jdk21u
Browse files Browse the repository at this point in the history
  • Loading branch information
mrserb committed Oct 19, 2023
1 parent e1ff874 commit fbfa382
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/refresh-jdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
- cron: '0 8 * * *'
workflow_dispatch:
env:
UPSTREAM_REMOTE: https://github.com/openjdk/jdk21
UPSTREAM_REMOTE: https://github.com/openjdk/jdk21u
LOCAL_BRANCH: develop
jobs:
refresh-jdk:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Corretto is used internally at Amazon for production services.
With Corretto, you can develop and run Java applications
on operating systems such as Linux, Windows, and macOS.

This repository is used to track [OpenJDK 21](https://github.com/openjdk/jdk21).
This repository is used to track [OpenJDK 21u](https://github.com/openjdk/jdk21u).
Please look at the branches section for more information on Feature Releases.

Documentation is available at [https://docs.aws.amazon.com/corretto](https://docs.aws.amazon.com/corretto).
Expand All @@ -18,7 +18,7 @@ Please read these files: "LICENSE", "ADDITIONAL_LICENSE_INFO", "ASSEMBLY_EXCEPTI
### Branches

_develop_
: The default branch. The branch that consumes development and patches to upstream [openjdk/jdk21](https://github.com/openjdk/jdk21). Corretto builds are generated from this branch.
: The default branch. The branch that consumes development and patches to upstream [openjdk/jdk21u](https://github.com/openjdk/jdk21u). Corretto builds are generated from this branch.

### OpenJDK Readme
```
Expand Down

0 comments on commit fbfa382

Please sign in to comment.