Skip to content

Commit

Permalink
Prepare release v1.1.2 (#544)
Browse files Browse the repository at this point in the history
Co-authored-by: Malax <[email protected]>
  • Loading branch information
heroku-linguist[bot] and Malax authored Jul 24, 2023
1 parent d15100a commit f06a1d8
Show file tree
Hide file tree
Showing 14 changed files with 59 additions and 22 deletions.
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]

## [1.1.2] - 2023-07-24

- No changes.

## [1.1.1] - 2023-06-22

* This buildpack now declares to be compatible with the `*` stack. While the buildpack cannot guarantee it works with any stack conceivable, it should be compatible with some stacks that are not maintained by Heroku. Use of this buildpack on such stacks is unsupported. ([#498](https://github.com/heroku/buildpacks-jvm/pull/498))
Expand Down Expand Up @@ -174,5 +178,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
* Initial release.

[unreleased]: https://github.com/heroku/buildpacks-jvm/compare/v1.1.1...HEAD
[unreleased]: https://github.com/heroku/buildpacks-jvm/compare/v1.1.2...HEAD
[1.1.2]: https://github.com/heroku/buildpacks-jvm/compare/v1.1.1...v1.1.2
[1.1.1]: https://github.com/heroku/buildpacks-jvm/releases/tag/v1.1.1
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.9"

[buildpack]
id = "heroku/jvm-function-invoker"
version = "1.1.1"
version = "1.1.2"
name = "JVM Function Invoker"
clear-env = true
homepage = "https://github.com/heroku/buildpacks-jvm"
Expand Down
7 changes: 5 additions & 2 deletions 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]

## [1.1.2] - 2023-07-24

* Default version for **OpenJDK 8** is now `1.8.0_382`. ([#543](https://github.com/heroku/buildpacks-jvm/pull/543))
* Default version for **OpenJDK 11** is now `11.0.20`. ([#543](https://github.com/heroku/buildpacks-jvm/pull/543))
* Default version for **OpenJDK 17** is now `17.0.8`. ([#543](https://github.com/heroku/buildpacks-jvm/pull/543))
Expand Down Expand Up @@ -223,5 +225,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

* Initial release

[unreleased]: https://github.com/heroku/buildpacks-jvm/compare/v1.1.1...HEAD
[1.1.1]: https://github.com/heroku/buildpacks-jvm/releases/tag/v1.1.1
[unreleased]: https://github.com/heroku/buildpacks-jvm/compare/v1.1.2...HEAD
[1.1.2]: https://github.com/heroku/buildpacks-jvm/compare/v1.1.1...v1.1.2
[1.1.1]: https://github.com/heroku/buildpacks-jvm/releases/tag/v1.1.1
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.9"

[buildpack]
id = "heroku/jvm"
version = "1.1.1"
version = "1.1.2"
name = "Heroku OpenJDK Buildpack"
homepage = "https://github.com/heroku/buildpacks-jvm"
description = "Official Heroku buildpack for installing OpenJDK"
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]

## [1.1.2] - 2023-07-24

- No changes.

## [1.1.1] - 2023-06-22

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

* Initial release

[unreleased]: https://github.com/heroku/buildpacks-jvm/compare/v1.1.1...HEAD
[unreleased]: https://github.com/heroku/buildpacks-jvm/compare/v1.1.2...HEAD
[1.1.2]: https://github.com/heroku/buildpacks-jvm/compare/v1.1.1...v1.1.2
[1.1.1]: https://github.com/heroku/buildpacks-jvm/releases/tag/v1.1.1
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.9"

[buildpack]
id = "heroku/maven"
version = "1.1.1"
version = "1.1.2"
name = "Maven"
clear-env = true
homepage = "https://github.com/heroku/buildpacks-jvm"
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]

## [1.1.2] - 2023-07-24

- No changes.

## [1.1.1] - 2023-06-22

* This buildpack now declares to be compatible with the `*` stack. While the buildpack cannot guarantee it works with any stack conceivable, it should be compatible with some stacks that are not maintained by Heroku. Use of this buildpack on such stacks is unsupported. ([#498](https://github.com/heroku/buildpacks-jvm/pull/498))
Expand All @@ -15,5 +19,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

* Initial release

[unreleased]: https://github.com/heroku/buildpacks-jvm/compare/v1.1.1...HEAD
[unreleased]: https://github.com/heroku/buildpacks-jvm/compare/v1.1.2...HEAD
[1.1.2]: https://github.com/heroku/buildpacks-jvm/compare/v1.1.1...v1.1.2
[1.1.1]: https://github.com/heroku/buildpacks-jvm/releases/tag/v1.1.1
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.9"

[buildpack]
id = "heroku/sbt"
version = "1.1.1"
version = "1.1.2"
name = "sbt"
clear-env = true
homepage = "https://github.com/heroku/buildpacks-jvm"
Expand Down
9 changes: 8 additions & 1 deletion meta-buildpacks/java-function/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.1.2] - 2023-07-24

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

## [1.1.1] - 2023-06-22

- Updated `heroku/jvm` to `1.1.1`
Expand Down Expand Up @@ -236,5 +242,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
* Initial release

[unreleased]: https://github.com/heroku/buildpacks-jvm/compare/v1.1.1...HEAD
[unreleased]: https://github.com/heroku/buildpacks-jvm/compare/v1.1.2...HEAD
[1.1.2]: https://github.com/heroku/buildpacks-jvm/compare/v1.1.1...v1.1.2
[1.1.1]: https://github.com/heroku/buildpacks-jvm/releases/tag/v1.1.1
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.9"

[buildpack]
id = "heroku/java-function"
version = "1.1.1"
version = "1.1.2"
name = "Java Function"
homepage = "https://github.com/heroku/buildpacks-jvm"
keywords = ["java", "function"]
Expand All @@ -14,15 +14,15 @@ type = "BSD-3-Clause"

[[order.group]]
id = "heroku/jvm"
version = "1.1.1"
version = "1.1.2"

[[order.group]]
id = "heroku/maven"
version = "1.1.1"
version = "1.1.2"

[[order.group]]
id = "heroku/jvm-function-invoker"
version = "1.1.1"
version = "1.1.2"

[metadata]
[metadata.release]
Expand Down
8 changes: 7 additions & 1 deletion meta-buildpacks/java/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.1.2] - 2023-07-24

- Updated `heroku/jvm` to `1.1.2`.
- Updated `heroku/maven` to `1.1.2`.

## [1.1.1] - 2023-06-22

- Updated `heroku/jvm` to `1.1.1`
Expand Down Expand Up @@ -169,5 +174,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

* Initial release

[unreleased]: https://github.com/heroku/buildpacks-jvm/compare/v1.1.1...HEAD
[unreleased]: https://github.com/heroku/buildpacks-jvm/compare/v1.1.2...HEAD
[1.1.2]: https://github.com/heroku/buildpacks-jvm/compare/v1.1.1...v1.1.2
[1.1.1]: https://github.com/heroku/buildpacks-jvm/releases/tag/v1.1.1
6 changes: 3 additions & 3 deletions meta-buildpacks/java/buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ api = "0.9"

[buildpack]
id = "heroku/java"
version = "1.1.1"
version = "1.1.2"
name = "Java"
homepage = "https://github.com/heroku/buildpacks-jvm"
description = "Official Heroku buildpack for Java applications."
Expand All @@ -15,11 +15,11 @@ type = "BSD-3-Clause"

[[order.group]]
id = "heroku/jvm"
version = "1.1.1"
version = "1.1.2"

[[order.group]]
id = "heroku/maven"
version = "1.1.1"
version = "1.1.2"

[[order.group]]
id = "heroku/procfile"
Expand Down
8 changes: 7 additions & 1 deletion meta-buildpacks/scala/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.1.2] - 2023-07-24

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

## [1.1.1] - 2023-06-22

- Updated `heroku/jvm` to `1.1.1`
Expand All @@ -16,5 +21,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

* Initial release

[unreleased]: https://github.com/heroku/buildpacks-jvm/compare/v1.1.1...HEAD
[unreleased]: https://github.com/heroku/buildpacks-jvm/compare/v1.1.2...HEAD
[1.1.2]: https://github.com/heroku/buildpacks-jvm/compare/v1.1.1...v1.1.2
[1.1.1]: https://github.com/heroku/buildpacks-jvm/releases/tag/v1.1.1
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.9"

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

[[order.group]]
id = "heroku/jvm"
version = "1.1.1"
version = "1.1.2"

[[order.group]]
id = "heroku/sbt"
version = "1.1.1"
version = "1.1.2"

[[order.group]]
id = "heroku/procfile"
Expand Down

0 comments on commit f06a1d8

Please sign in to comment.