Skip to content

Commit

Permalink
Post-release updates: heroku/jvm 1.0.7 (#439)
Browse files Browse the repository at this point in the history
  • Loading branch information
Malax authored Mar 23, 2023
1 parent b5e547a commit aae27b2
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]

## [1.0.7] 2023/03/23

### Added

* Support for Java 20. ([#437](https://github.com/heroku/buildpacks-jvm/pull/437))
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.8"

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

## [0.3.40] 2023/01/19
* Upgraded `heroku/jvm-function-invoker` to `0.6.7`
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 = "BSD-3-Clause"

[[order.group]]
id = "heroku/jvm"
version = "1.0.6"
version = "1.0.7"

[[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:bc58cd36e77a1b16709218782fd865df63d3f3c2d25785c8e4a36b381c83a435"
uri = "docker://public.ecr.aws/heroku-buildpacks/heroku-jvm-buildpack@sha256:4205f979d382faf466b8c7edfe93db62eb794071f3f52382368dad58d85405ea"

[[dependencies]]
uri = "docker://public.ecr.aws/heroku-buildpacks/heroku-maven-buildpack@sha256:450ccbb49d5e81bda57ab32637cf9ba53fcd47a1b0af979ea8d090ed122f1cb1"
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 `1.0.7`

## [0.6.6] 2023/01/18
* Upgraded `heroku/jvm` to `1.0.6`
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 = "BSD-3-Clause"

[[order.group]]
id = "heroku/jvm"
version = "1.0.6"
version = "1.0.7"

[[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:bc58cd36e77a1b16709218782fd865df63d3f3c2d25785c8e4a36b381c83a435"
uri = "docker://public.ecr.aws/heroku-buildpacks/heroku-jvm-buildpack@sha256:4205f979d382faf466b8c7edfe93db62eb794071f3f52382368dad58d85405ea"

[[dependencies]]
uri = "docker://public.ecr.aws/heroku-buildpacks/heroku-maven-buildpack@sha256:450ccbb49d5e81bda57ab32637cf9ba53fcd47a1b0af979ea8d090ed122f1cb1"
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 = "1.0.7"
version = "1.0.8"

[[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 = "1.0.7"
version = "1.0.8"

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

0 comments on commit aae27b2

Please sign in to comment.