Skip to content

Commit

Permalink
Merge pull request #50 from heroku/create-pull-request/patch-ki08n6n
Browse files Browse the repository at this point in the history
Post-release updates: heroku/maven 0.2.2
  • Loading branch information
Malax authored Feb 23, 2021
2 parents 06e46b9 + 03ad7f8 commit 14889c5
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 7 deletions.
2 changes: 2 additions & 0 deletions buildpacks/maven/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.2.2] 2021/02/23

## [0.2.1] 2021/02/03
### Added
* Automated post-release PRs
Expand Down
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.4"

[buildpack]
id = "heroku/maven"
version = "0.2.2"
version = "0.2.3"
name = "Maven"
clear-env = true
homepage = "https://github.com/heroku/buildpacks-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/maven` to `0.2.2`
* Upgraded `heroku/jvm-function-invoker` to `0.2.3`
* Upgraded `heroku/jvm` to `0.1.4`

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 @@ -16,7 +16,7 @@ version = "0.1.4"

[[order.group]]
id = "heroku/maven"
version = "0.2.1"
version = "0.2.2"

[[order.group]]
id = "heroku/jvm-function-invoker"
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 @@ -5,7 +5,7 @@ uri = "."
uri = "docker://public.ecr.aws/r2f9u0w4/heroku-jvm-buildpack@sha256:9628a7b7292642a236db3f544fbad15b1ffd99409f8c79540a2435e39ff50b3f"

[[dependencies]]
uri = "docker://public.ecr.aws/r2f9u0w4/heroku-maven-buildpack@sha256:7bff54457286a9a36dbcaec77ab041d61c2e1a47741d459c3457e429f6d2f268"
uri = "docker://public.ecr.aws/r2f9u0w4/heroku-maven-buildpack@sha256:0f16d1abcba8a1fcea3a77343e2e11f7902ec19121d1a672f067a8d100620f05"

[[dependencies]]
uri = "docker://public.ecr.aws/r2f9u0w4/heroku-jvm-function-invoker-buildpack@sha256:15839c34479c67c35783f68893f6e67bfc953701de3bb0e80d09b6d0ff8e102f"
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/maven` to `0.2.2`
* Upgraded `heroku/jvm` to `0.1.4`

## [0.3.2] 2021/02/04
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 @@ -17,7 +17,7 @@ version = "0.1.4"

[[order.group]]
id = "heroku/maven"
version = "0.2.1"
version = "0.2.2"

[[order.group]]
id = "heroku/procfile"
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 @@ -5,7 +5,7 @@ uri = "."
uri = "docker://public.ecr.aws/r2f9u0w4/heroku-jvm-buildpack@sha256:9628a7b7292642a236db3f544fbad15b1ffd99409f8c79540a2435e39ff50b3f"

[[dependencies]]
uri = "docker://public.ecr.aws/r2f9u0w4/heroku-maven-buildpack@sha256:7bff54457286a9a36dbcaec77ab041d61c2e1a47741d459c3457e429f6d2f268"
uri = "docker://public.ecr.aws/r2f9u0w4/heroku-maven-buildpack@sha256:0f16d1abcba8a1fcea3a77343e2e11f7902ec19121d1a672f067a8d100620f05"

[[dependencies]]
uri = "docker://public.ecr.aws/r2f9u0w4/heroku-gradle-buildpack@sha256:7163f393470de8255fe03e06d55d3ae7bf59bf683f4ff2651ed92b6538eed0ad"
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 @@ -13,7 +13,7 @@ version = "0.1.5"

[[order.group]]
id = "heroku/maven"
version = "0.2.2"
version = "0.2.3"

[[order.group]]
id = "heroku/jvm-function-invoker"
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 @@ -13,7 +13,7 @@ version = "0.1.5"

[[order.group]]
id = "heroku/maven"
version = "0.2.2"
version = "0.2.3"

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

0 comments on commit 14889c5

Please sign in to comment.