Skip to content

Commit

Permalink
Post-release updates: heroku/maven 0.2.4 (#117)
Browse files Browse the repository at this point in the history
Co-authored-by: Malax <[email protected]>
  • Loading branch information
github-actions[bot] and Malax authored Jul 16, 2021
1 parent b7d0616 commit fa42d7b
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 8 deletions.
2 changes: 2 additions & 0 deletions buildpacks/maven/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.2.4] 2021/07/16
### Added
* Loosen stack requiremets allowing any linux distro use this buildpacak

Expand Down
3 changes: 1 addition & 2 deletions buildpacks/maven/buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ api = "0.5"

[buildpack]
id = "heroku/maven"
version = "0.2.4"
version = "0.2.5"
name = "Maven"
clear-env = true
homepage = "https://github.com/heroku/buildpacks-jvm"
Expand All @@ -21,7 +21,6 @@ id = "heroku-20"
[[stacks]]
id = "io.buildpacks.stacks.bionic"

# The buildpack does not use any platform specific tooling, but are only tested against heroku/ubuntu stacks.
[[stacks]]
id = "*"

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.4`
* Upgraded `heroku/jvm-function-invoker` to `0.3.0`

## [0.3.12] 2021/05/21
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 @@ -18,7 +18,7 @@ version = "0.1.6"

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

[[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:b46824bb8a037c459d7544fe0ea88b313694c55f194feb0ec1c27b9144768070"

[[dependencies]]
uri = "docker://public.ecr.aws/r2f9u0w4/heroku-maven-buildpack@sha256:d334bb25a535eb64c3ce92f0ec81a45bdaf59139667b01d79bc7b9852ad7a181"
uri = "docker://public.ecr.aws/r2f9u0w4/heroku-maven-buildpack@sha256:de5997ef358f4b490df3b24386f00665c20c31aeab600856e144fdd62a4c50fb"

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

## [0.3.7] 2021/05/05
* Upgraded `heroku/maven` to `0.2.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 @@ -19,7 +19,7 @@ version = "0.1.6"

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

[[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:b46824bb8a037c459d7544fe0ea88b313694c55f194feb0ec1c27b9144768070"

[[dependencies]]
uri = "docker://public.ecr.aws/r2f9u0w4/heroku-maven-buildpack@sha256:d334bb25a535eb64c3ce92f0ec81a45bdaf59139667b01d79bc7b9852ad7a181"
uri = "docker://public.ecr.aws/r2f9u0w4/heroku-maven-buildpack@sha256:de5997ef358f4b490df3b24386f00665c20c31aeab600856e144fdd62a4c50fb"

[[dependencies]]
uri = "docker://public.ecr.aws/r2f9u0w4/heroku-gradle-buildpack@sha256:3ee7cce8ba4f2c7496a92aae18a720016a3dccbec44c81e6a68f213a681dabbc"
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.7"

[[order.group]]
id = "heroku/maven"
version = "0.2.4"
version = "0.2.5"

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

[[order.group]]
id = "heroku/maven"
version = "0.2.4"
version = "0.2.5"

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

0 comments on commit fa42d7b

Please sign in to comment.