Skip to content

Commit

Permalink
Merge pull request #48 from heroku/create-pull-request/patch-7epyy6v
Browse files Browse the repository at this point in the history
Post-release updates: heroku/jvm 0.1.4
  • Loading branch information
Malax authored Feb 23, 2021
2 parents 6f55075 + c14b5b1 commit 4e66211
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 @@ -4,6 +4,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.4] 2021/02/23

## [0.1.3] 2021/02/04
### Changed
* Status headers are now bold
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.4"
version = "0.1.5"
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.4`

## [0.3.2] 2021/02/04
* Upgraded `heroku/jvm-function-invoker` to `0.2.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 @@ -12,7 +12,7 @@ licenses = ["MIT"]

[[order.group]]
id = "heroku/jvm"
version = "0.1.3"
version = "0.1.4"

[[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/r2f9u0w4/heroku-jvm-buildpack@sha256:fd4da69a6f34bce57e7280e290dd741d4059fcf8f5e60c6c6eb66258956dcb3c"
uri = "docker://public.ecr.aws/r2f9u0w4/heroku-jvm-buildpack@sha256:9628a7b7292642a236db3f544fbad15b1ffd99409f8c79540a2435e39ff50b3f"

[[dependencies]]
uri = "docker://public.ecr.aws/r2f9u0w4/heroku-maven-buildpack@sha256:7bff54457286a9a36dbcaec77ab041d61c2e1a47741d459c3457e429f6d2f268"
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.4`

## [0.3.2] 2021/02/04
* Upgraded `heroku/jvm` to `0.1.3`
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 @@ -13,7 +13,7 @@ licenses = ["MIT"]

[[order.group]]
id = "heroku/jvm"
version = "0.1.3"
version = "0.1.4"

[[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/r2f9u0w4/heroku-jvm-buildpack@sha256:fd4da69a6f34bce57e7280e290dd741d4059fcf8f5e60c6c6eb66258956dcb3c"
uri = "docker://public.ecr.aws/r2f9u0w4/heroku-jvm-buildpack@sha256:9628a7b7292642a236db3f544fbad15b1ffd99409f8c79540a2435e39ff50b3f"

[[dependencies]]
uri = "docker://public.ecr.aws/r2f9u0w4/heroku-maven-buildpack@sha256:7bff54457286a9a36dbcaec77ab041d61c2e1a47741d459c3457e429f6d2f268"
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.4"
version = "0.1.5"

[[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.4"
version = "0.1.5"

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

0 comments on commit 4e66211

Please sign in to comment.