Skip to content

Commit

Permalink
Prepare release v6.0.3 (#729)
Browse files Browse the repository at this point in the history
## heroku/gradle

- No changes.

## heroku/java

### Changed

- Updated `heroku/gradle` to `6.0.3`.
- Updated `heroku/jvm` to `6.0.3`.
- Updated `heroku/maven` to `6.0.3`.

## heroku/java-function

### Changed

- Updated `heroku/jvm-function-invoker` to `6.0.3`.
- Updated `heroku/jvm` to `6.0.3`.
- Updated `heroku/maven` to `6.0.3`.

## heroku/jvm

### Added

- Support for OpenJDK 23. ([#728](#728))

## heroku/jvm-function-invoker

- No changes.

## heroku/maven

- No changes.

## heroku/sbt

- No changes.

## heroku/scala

### Changed

- Updated `heroku/jvm` to `6.0.3`.
- Updated `heroku/sbt` to `6.0.3`.

Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
  • Loading branch information
heroku-linguist[bot] authored Sep 26, 2024
1 parent ac304fb commit aa6a45b
Show file tree
Hide file tree
Showing 16 changed files with 74 additions and 25 deletions.
7 changes: 6 additions & 1 deletion buildpacks/gradle/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [6.0.3] - 2024-09-26

- No changes.

## [6.0.2] - 2024-09-25

### Added
Expand Down Expand Up @@ -78,7 +82,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Initial release

[unreleased]: https://github.com/heroku/buildpacks-jvm/compare/v6.0.2...HEAD
[unreleased]: https://github.com/heroku/buildpacks-jvm/compare/v6.0.3...HEAD
[6.0.3]: https://github.com/heroku/buildpacks-jvm/compare/v6.0.2...v6.0.3
[6.0.2]: https://github.com/heroku/buildpacks-jvm/compare/v6.0.1...v6.0.2
[6.0.1]: https://github.com/heroku/buildpacks-jvm/compare/v6.0.0...v6.0.1
[6.0.0]: https://github.com/heroku/buildpacks-jvm/compare/v5.0.1...v6.0.0
Expand Down
2 changes: 1 addition & 1 deletion buildpacks/gradle/buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ api = "0.10"

[buildpack]
id = "heroku/gradle"
version = "6.0.2"
version = "6.0.3"
name = "Heroku Gradle"
homepage = "https://github.com/heroku/buildpacks-jvm"
description = "Heroku's Gradle buildpack. A component of the 'heroku/java' buildpack."
Expand Down
7 changes: 6 additions & 1 deletion buildpacks/jvm-function-invoker/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [6.0.3] - 2024-09-26

- No changes.

## [6.0.2] - 2024-09-25

- No changes.
Expand Down Expand Up @@ -309,7 +313,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Initial release.

[unreleased]: https://github.com/heroku/buildpacks-jvm/compare/v6.0.2...HEAD
[unreleased]: https://github.com/heroku/buildpacks-jvm/compare/v6.0.3...HEAD
[6.0.3]: https://github.com/heroku/buildpacks-jvm/compare/v6.0.2...v6.0.3
[6.0.2]: https://github.com/heroku/buildpacks-jvm/compare/v6.0.1...v6.0.2
[6.0.1]: https://github.com/heroku/buildpacks-jvm/compare/v6.0.0...v6.0.1
[6.0.0]: https://github.com/heroku/buildpacks-jvm/compare/v5.0.1...v6.0.0
Expand Down
2 changes: 1 addition & 1 deletion buildpacks/jvm-function-invoker/buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ api = "0.10"

[buildpack]
id = "heroku/jvm-function-invoker"
version = "6.0.2"
version = "6.0.3"
name = "Salesforce JVM Function Invoker"
homepage = "https://github.com/heroku/buildpacks-jvm"
description = "Salesforce's JVM function invoker buildpack. A component of the 'heroku/java-function' buildpack."
Expand Down
5 changes: 4 additions & 1 deletion buildpacks/jvm/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [6.0.3] - 2024-09-26

### Added

- Support for OpenJDK 23. ([#728](https://github.com/heroku/buildpacks-jvm/pull/728))
Expand Down Expand Up @@ -412,7 +414,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Initial release

[unreleased]: https://github.com/heroku/buildpacks-jvm/compare/v6.0.2...HEAD
[unreleased]: https://github.com/heroku/buildpacks-jvm/compare/v6.0.3...HEAD
[6.0.3]: https://github.com/heroku/buildpacks-jvm/compare/v6.0.2...v6.0.3
[6.0.2]: https://github.com/heroku/buildpacks-jvm/compare/v6.0.1...v6.0.2
[6.0.1]: https://github.com/heroku/buildpacks-jvm/compare/v6.0.0...v6.0.1
[6.0.0]: https://github.com/heroku/buildpacks-jvm/compare/v5.0.1...v6.0.0
Expand Down
2 changes: 1 addition & 1 deletion buildpacks/jvm/buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ api = "0.10"

[buildpack]
id = "heroku/jvm"
version = "6.0.2"
version = "6.0.3"
name = "Heroku OpenJDK"
homepage = "https://github.com/heroku/buildpacks-jvm"
description = "Heroku's OpenJDK buildpack. A component of the 'heroku/java' and 'heroku/scala' buildpacks."
Expand Down
7 changes: 6 additions & 1 deletion buildpacks/maven/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [6.0.3] - 2024-09-26

- No changes.

## [6.0.2] - 2024-09-25

- No changes.
Expand Down Expand Up @@ -207,7 +211,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Initial release

[unreleased]: https://github.com/heroku/buildpacks-jvm/compare/v6.0.2...HEAD
[unreleased]: https://github.com/heroku/buildpacks-jvm/compare/v6.0.3...HEAD
[6.0.3]: https://github.com/heroku/buildpacks-jvm/compare/v6.0.2...v6.0.3
[6.0.2]: https://github.com/heroku/buildpacks-jvm/compare/v6.0.1...v6.0.2
[6.0.1]: https://github.com/heroku/buildpacks-jvm/compare/v6.0.0...v6.0.1
[6.0.0]: https://github.com/heroku/buildpacks-jvm/compare/v5.0.1...v6.0.0
Expand Down
2 changes: 1 addition & 1 deletion buildpacks/maven/buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ api = "0.10"

[buildpack]
id = "heroku/maven"
version = "6.0.2"
version = "6.0.3"
name = "Heroku Maven"
homepage = "https://github.com/heroku/buildpacks-jvm"
description = "Heroku's Maven buildpack. A component of the 'heroku/java' buildpack."
Expand Down
7 changes: 6 additions & 1 deletion buildpacks/sbt/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [6.0.3] - 2024-09-26

- No changes.

## [6.0.2] - 2024-09-25

- No changes.
Expand Down Expand Up @@ -101,7 +105,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Initial release

[unreleased]: https://github.com/heroku/buildpacks-jvm/compare/v6.0.2...HEAD
[unreleased]: https://github.com/heroku/buildpacks-jvm/compare/v6.0.3...HEAD
[6.0.3]: https://github.com/heroku/buildpacks-jvm/compare/v6.0.2...v6.0.3
[6.0.2]: https://github.com/heroku/buildpacks-jvm/compare/v6.0.1...v6.0.2
[6.0.1]: https://github.com/heroku/buildpacks-jvm/compare/v6.0.0...v6.0.1
[6.0.0]: https://github.com/heroku/buildpacks-jvm/compare/v5.0.1...v6.0.0
Expand Down
2 changes: 1 addition & 1 deletion buildpacks/sbt/buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ api = "0.10"

[buildpack]
id = "heroku/sbt"
version = "6.0.2"
version = "6.0.3"
name = "Heroku sbt"
homepage = "https://github.com/heroku/buildpacks-jvm"
description = "Heroku's sbt buildpack. A component of the 'heroku/scala' buildpack."
Expand Down
11 changes: 10 additions & 1 deletion meta-buildpacks/java-function/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [6.0.3] - 2024-09-26

### Changed

- Updated `heroku/jvm-function-invoker` to `6.0.3`.
- Updated `heroku/jvm` to `6.0.3`.
- Updated `heroku/maven` to `6.0.3`.

## [6.0.2] - 2024-09-25

### Changed
Expand Down Expand Up @@ -475,7 +483,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Initial release

[unreleased]: https://github.com/heroku/buildpacks-jvm/compare/v6.0.2...HEAD
[unreleased]: https://github.com/heroku/buildpacks-jvm/compare/v6.0.3...HEAD
[6.0.3]: https://github.com/heroku/buildpacks-jvm/compare/v6.0.2...v6.0.3
[6.0.2]: https://github.com/heroku/buildpacks-jvm/compare/v6.0.1...v6.0.2
[6.0.1]: https://github.com/heroku/buildpacks-jvm/compare/v6.0.0...v6.0.1
[6.0.0]: https://github.com/heroku/buildpacks-jvm/compare/v5.0.1...v6.0.0
Expand Down
8 changes: 4 additions & 4 deletions meta-buildpacks/java-function/buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ api = "0.10"

[buildpack]
id = "heroku/java-function"
version = "6.0.2"
version = "6.0.3"
name = "Salesforce Java Function"
homepage = "https://github.com/heroku/buildpacks-jvm"
description = "Salesforce's buildpack for Java Functions."
Expand All @@ -14,15 +14,15 @@ type = "BSD-3-Clause"

[[order.group]]
id = "heroku/jvm"
version = "6.0.2"
version = "6.0.3"

[[order.group]]
id = "heroku/maven"
version = "6.0.2"
version = "6.0.3"

[[order.group]]
id = "heroku/jvm-function-invoker"
version = "6.0.2"
version = "6.0.3"

[metadata.release]
image = { repository = "docker.io/heroku/buildpack-java-function" }
11 changes: 10 additions & 1 deletion meta-buildpacks/java/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [6.0.3] - 2024-09-26

### Changed

- Updated `heroku/gradle` to `6.0.3`.
- Updated `heroku/jvm` to `6.0.3`.
- Updated `heroku/maven` to `6.0.3`.

## [6.0.2] - 2024-09-25

### Changed
Expand Down Expand Up @@ -381,7 +389,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Initial release

[unreleased]: https://github.com/heroku/buildpacks-jvm/compare/v6.0.2...HEAD
[unreleased]: https://github.com/heroku/buildpacks-jvm/compare/v6.0.3...HEAD
[6.0.3]: https://github.com/heroku/buildpacks-jvm/compare/v6.0.2...v6.0.3
[6.0.2]: https://github.com/heroku/buildpacks-jvm/compare/v6.0.1...v6.0.2
[6.0.1]: https://github.com/heroku/buildpacks-jvm/compare/v6.0.0...v6.0.1
[6.0.0]: https://github.com/heroku/buildpacks-jvm/compare/v5.0.1...v6.0.0
Expand Down
10 changes: 5 additions & 5 deletions meta-buildpacks/java/buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ api = "0.10"

[buildpack]
id = "heroku/java"
version = "6.0.2"
version = "6.0.3"
name = "Heroku Java"
homepage = "https://github.com/heroku/buildpacks-jvm"
description = "Heroku's buildpack for Java applications."
Expand All @@ -15,21 +15,21 @@ type = "BSD-3-Clause"

[[order.group]]
id = "heroku/jvm"
version = "6.0.2"
version = "6.0.3"

[[order.group]]
id = "heroku/maven"
version = "6.0.2"
version = "6.0.3"

[[order]]

[[order.group]]
id = "heroku/jvm"
version = "6.0.2"
version = "6.0.3"

[[order.group]]
id = "heroku/gradle"
version = "6.0.2"
version = "6.0.3"

[metadata.release]
image = { repository = "docker.io/heroku/buildpack-java" }
Expand Down
10 changes: 9 additions & 1 deletion meta-buildpacks/scala/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [6.0.3] - 2024-09-26

### Changed

- Updated `heroku/jvm` to `6.0.3`.
- Updated `heroku/sbt` to `6.0.3`.

## [6.0.2] - 2024-09-25

### Changed
Expand Down Expand Up @@ -146,7 +153,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Initial release

[unreleased]: https://github.com/heroku/buildpacks-jvm/compare/v6.0.2...HEAD
[unreleased]: https://github.com/heroku/buildpacks-jvm/compare/v6.0.3...HEAD
[6.0.3]: https://github.com/heroku/buildpacks-jvm/compare/v6.0.2...v6.0.3
[6.0.2]: https://github.com/heroku/buildpacks-jvm/compare/v6.0.1...v6.0.2
[6.0.1]: https://github.com/heroku/buildpacks-jvm/compare/v6.0.0...v6.0.1
[6.0.0]: https://github.com/heroku/buildpacks-jvm/compare/v5.0.1...v6.0.0
Expand Down
6 changes: 3 additions & 3 deletions meta-buildpacks/scala/buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ api = "0.10"

[buildpack]
id = "heroku/scala"
version = "6.0.2"
version = "6.0.3"
name = "Heroku Scala"
homepage = "https://github.com/heroku/buildpacks-jvm"
description = "Heroku's buildpack for Scala applications."
Expand All @@ -15,11 +15,11 @@ type = "BSD-3-Clause"

[[order.group]]
id = "heroku/jvm"
version = "6.0.2"
version = "6.0.3"

[[order.group]]
id = "heroku/sbt"
version = "6.0.2"
version = "6.0.3"

[metadata.release]
image = { repository = "docker.io/heroku/buildpack-scala" }
Expand Down

0 comments on commit aa6a45b

Please sign in to comment.