Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.

Commit

Permalink
Merge 65a9ab1
Browse files Browse the repository at this point in the history
  • Loading branch information
elifaslan1 committed Dec 27, 2023
1 parent 0a5d2f4 commit 5a52128
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 9 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Change Log for Amazon Corretto JDK

The following sections describe the changes for each release of Amazon Corretto JDK.
The following sections describe the changes for each release of Amazon Corretto 22.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +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 jdk. Corretto builds are generated from this branch.

_upstream-jdk_
: The branch is similar to master at [openjdk/jdk](https://github.com/openjdk/jdk). This branch merges into develop.
: The default branch. The branch that consumes development and patches to upstream [openjdk/jdk22](https://github.com/openjdk/jdk22). Corretto builds are generated from this branch.

### OpenJDK Readme
```
Expand Down
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ allprojects {
buildRoot = file("$buildDir/buildRoot")
distributionDir = file("$buildDir/distributions")
packageInfo = [
url : "https://github.com/corretto/corretto-jdk",
url : "https://github.com/corretto/corretto-${project.version.major}",
vendor : 'Amazon',
packager : 'Amazon',
description : 'Amazon Corretto\'s packaging of the runtime core elements of the OpenJDK code.',
Expand Down Expand Up @@ -91,8 +91,8 @@ allprojects {
'--with-jvm-features=zgc',
"--with-version-build=${project.version.build}",
'--with-version-pre=',
"--with-vendor-bug-url=https://github.com/corretto/corretto-jdk/issues/",
"--with-vendor-vm-bug-url=https://github.com/corretto/corretto-jdk/issues/",
"--with-vendor-bug-url=https://github.com/corretto/corretto-${project.version.major}/issues/",
"--with-vendor-vm-bug-url=https://github.com/corretto/corretto-${project.version.major}/issues/",
'--with-vendor-name=Amazon.com Inc.',
'--with-vendor-url=https://aws.amazon.com/corretto/',
"--with-vendor-version-string=Corretto-${project.version.full}"
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
rootProject.name = 'corretto-jdk'
rootProject.name = 'corretto-22'

import org.apache.tools.ant.taskdefs.condition.Os

Expand Down

0 comments on commit 5a52128

Please sign in to comment.