Skip to content

Commit

Permalink
Post-release updates: heroku/jvm 0.1.8 (#159)
Browse files Browse the repository at this point in the history
Co-authored-by: doriskwan <[email protected]>
  • Loading branch information
github-actions[bot] and doriskwan authored Sep 15, 2021
1 parent 1be820f commit a31f12a
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 7 deletions.
2 changes: 2 additions & 0 deletions buildpacks/jvm/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.1.8] 2021/09/15
### Added
* Support for Java 17

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.4"

[buildpack]
id = "heroku/jvm"
version = "0.1.8"
version = "0.1.9"
name = "JVM"
homepage = "https://github.com/heroku/buildpacks-jvm"
description = "Official Heroku buildpack for installing a JVM."
Expand Down
1 change: 1 addition & 0 deletions meta-buildpacks/java-function/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
* Upgraded `heroku/jvm` to `0.1.8`

## [0.3.17] 2021/08/31
* Upgraded `heroku/jvm-function-invoker` to `0.5.2`
Expand Down
2 changes: 1 addition & 1 deletion meta-buildpacks/java-function/buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ type = "MIT"

[[order.group]]
id = "heroku/jvm"
version = "0.1.7"
version = "0.1.8"

[[order.group]]
id = "heroku/maven"
Expand Down
2 changes: 1 addition & 1 deletion meta-buildpacks/java-function/package.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
uri = "."

[[dependencies]]
uri = "docker://public.ecr.aws/heroku-buildpacks/heroku-jvm-buildpack@sha256:48329bde18dbd45b66ae912e432044f1dd59c814f7081881471af41d7b8ef43b"
uri = "docker://public.ecr.aws/heroku-buildpacks/heroku-jvm-buildpack@sha256:c9bf0f0e700ef2d9436f97262bfffc4f7b86127b1950174cb5773b296b806424"

[[dependencies]]
uri = "docker://public.ecr.aws/heroku-buildpacks/heroku-maven-buildpack@sha256:a44e26cb65427da9734ddca81973a7809e732d8f3fe8b3cc5ad247d95df21a26"
Expand Down
1 change: 1 addition & 0 deletions meta-buildpacks/java/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
* Upgraded `heroku/jvm` to `0.1.8`

## [0.3.10] 2021/08/10
* Upgraded `heroku/maven` to `0.2.5`
Expand Down
2 changes: 1 addition & 1 deletion meta-buildpacks/java/buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type = "MIT"

[[order.group]]
id = "heroku/jvm"
version = "0.1.7"
version = "0.1.8"

[[order.group]]
id = "heroku/maven"
Expand Down
2 changes: 1 addition & 1 deletion meta-buildpacks/java/package.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
uri = "."

[[dependencies]]
uri = "docker://public.ecr.aws/heroku-buildpacks/heroku-jvm-buildpack@sha256:48329bde18dbd45b66ae912e432044f1dd59c814f7081881471af41d7b8ef43b"
uri = "docker://public.ecr.aws/heroku-buildpacks/heroku-jvm-buildpack@sha256:c9bf0f0e700ef2d9436f97262bfffc4f7b86127b1950174cb5773b296b806424"

[[dependencies]]
uri = "docker://public.ecr.aws/heroku-buildpacks/heroku-maven-buildpack@sha256:a44e26cb65427da9734ddca81973a7809e732d8f3fe8b3cc5ad247d95df21a26"
Expand Down
2 changes: 1 addition & 1 deletion test/meta-buildpacks/java-function/buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ name = "Java Function"

[[order.group]]
id = "heroku/jvm"
version = "0.1.8"
version = "0.1.9"

[[order.group]]
id = "heroku/maven"
Expand Down
2 changes: 1 addition & 1 deletion test/meta-buildpacks/java/buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ name = "Java"

[[order.group]]
id = "heroku/jvm"
version = "0.1.8"
version = "0.1.9"

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

0 comments on commit a31f12a

Please sign in to comment.