Skip to content

Commit

Permalink
Post-release updates: heroku/maven 1.0.4 (#489)
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 May 11, 2023
1 parent 5efbd6c commit 18479f2
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 3 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]

## [1.0.4] 2023/05/11

* Upgrade `libcnb` and `libherokubuildpack` to `0.12.0`. ([#463](https://github.com/heroku/buildpacks-jvm/pull/463))
* The buildpack now implements Buildpack API 0.9 instead of 0.8, and so requires `lifecycle` 0.15.x or newer. ([#463](https://github.com/heroku/buildpacks-jvm/pull/463))

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

[buildpack]
id = "heroku/maven"
version = "1.0.4"
version = "1.0.5"
name = "Maven"
clear-env = true
homepage = "https://github.com/heroku/buildpacks-jvm"
Expand Down
2 changes: 2 additions & 0 deletions buildpacks/sbt/buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,7 @@ id = "heroku-22"
[[stacks]]
id = "*"

[metadata]
[metadata.release]
[metadata.release.docker]
repository = "docker.io/heroku/buildpack-sbt"
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 `1.0.5`

* Upgraded `heroku/jvm` to `1.0.10`

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 = "1.0.10"

[[order.group]]
id = "heroku/maven"
version = "1.0.3"
version = "1.0.5"

[[order.group]]
id = "heroku/jvm-function-invoker"
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/maven` to `1.0.5`
* Upgraded `heroku/jvm` to `1.0.10`

## [0.6.9] 2023/04/24
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 = "1.0.10"

[[order.group]]
id = "heroku/maven"
version = "1.0.3"
version = "1.0.5"

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

0 comments on commit 18479f2

Please sign in to comment.