Skip to content

Commit

Permalink
Prepare release v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Malax authored Jul 31, 2023
1 parent 9bbbf6a commit 8233708
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]

## [2.0.0] - 2023-07-31

- No changes.

## [1.1.2] - 2023-07-24

- No changes.
Expand Down Expand Up @@ -178,6 +182,7 @@ 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.2...HEAD
[unreleased]: https://github.com/heroku/buildpacks-jvm/compare/v2.0.0...HEAD
[2.0.0]: https://github.com/heroku/buildpacks-jvm/compare/v1.1.2...v2.0.0
[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.2"
version = "2.0.0"
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]

## [2.0.0] - 2023-07-31

* This buildpack now requires that an OpenJDK version is specified in `system.properties` when the buildpack is used standalone (no other buildpack adds `jdk` to the build plan `require`s). Users that use this buildpack in a standalone fashion can add a `system.properties` file to their application with the following contents to restore the old behavior of installing the most recent OpenJDK 8 release: `java.runtime.version=8`. ([#546](https://github.com/heroku/buildpacks-jvm/pull/546))

## [1.1.2] - 2023-07-24
Expand Down Expand Up @@ -227,6 +229,7 @@ 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.2...HEAD
[unreleased]: https://github.com/heroku/buildpacks-jvm/compare/v2.0.0...HEAD
[2.0.0]: https://github.com/heroku/buildpacks-jvm/compare/v1.1.2...v2.0.0
[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
[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.2"
version = "2.0.0"
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]

## [2.0.0] - 2023-07-31

- No changes.

## [1.1.2] - 2023-07-24

- No changes.
Expand Down Expand Up @@ -101,6 +105,7 @@ 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.2...HEAD
[unreleased]: https://github.com/heroku/buildpacks-jvm/compare/v2.0.0...HEAD
[2.0.0]: https://github.com/heroku/buildpacks-jvm/compare/v1.1.2...v2.0.0
[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.2"
version = "2.0.0"
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]

## [2.0.0] - 2023-07-31

- No changes.

## [1.1.2] - 2023-07-24

- No changes.
Expand All @@ -19,6 +23,7 @@ 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.2...HEAD
[unreleased]: https://github.com/heroku/buildpacks-jvm/compare/v2.0.0...HEAD
[2.0.0]: https://github.com/heroku/buildpacks-jvm/compare/v1.1.2...v2.0.0
[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.2"
version = "2.0.0"
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]

## [2.0.0] - 2023-07-31

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

## [1.1.2] - 2023-07-24

- Updated `heroku/jvm` to `1.1.2`.
Expand Down Expand Up @@ -242,6 +248,7 @@ 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.2...HEAD
[unreleased]: https://github.com/heroku/buildpacks-jvm/compare/v2.0.0...HEAD
[2.0.0]: https://github.com/heroku/buildpacks-jvm/compare/v1.1.2...v2.0.0
[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.2"
version = "2.0.0"
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.2"
version = "2.0.0"

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

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

[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]

## [2.0.0] - 2023-07-31

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

## [1.1.2] - 2023-07-24

- Updated `heroku/jvm` to `1.1.2`.
Expand Down Expand Up @@ -174,6 +179,7 @@ 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.2...HEAD
[unreleased]: https://github.com/heroku/buildpacks-jvm/compare/v2.0.0...HEAD
[2.0.0]: https://github.com/heroku/buildpacks-jvm/compare/v1.1.2...v2.0.0
[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.2"
version = "2.0.0"
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.2"
version = "2.0.0"

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

[[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]

## [2.0.0] - 2023-07-31

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

## [1.1.2] - 2023-07-24

- Updated `heroku/jvm` to `1.1.2`.
Expand All @@ -21,6 +26,7 @@ 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.2...HEAD
[unreleased]: https://github.com/heroku/buildpacks-jvm/compare/v2.0.0...HEAD
[2.0.0]: https://github.com/heroku/buildpacks-jvm/compare/v1.1.2...v2.0.0
[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.2"
version = "2.0.0"
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.2"
version = "2.0.0"

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

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

0 comments on commit 8233708

Please sign in to comment.