Skip to content

Commit

Permalink
Bump java-maven sample version
Browse files Browse the repository at this point in the history
Release a new version of the java-maven buildpack to force any
consumers of our builder to pull the latest buildpack.

Signed-off-by: Aidan Delaney <[email protected]>
  • Loading branch information
AidanDelaney committed Jul 10, 2023
1 parent c3663a1 commit fed3532
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions builders/alpine/builder.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Buildpacks to include in builder
[[buildpacks]]
id = "samples/java-maven"
version = "0.0.1"
version = "0.0.2"
uri = "../../buildpacks/java-maven"

[[buildpacks]]
Expand Down Expand Up @@ -37,7 +37,7 @@ version = "0.0.1"
[[order]]
[[order.group]]
id = "samples/java-maven"
version = "0.0.1"
version = "0.0.2"

[[order]]
[[order.group]]
Expand Down
4 changes: 2 additions & 2 deletions builders/jammy/builder.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Buildpacks to include in builder
[[buildpacks]]
id = "samples/java-maven"
version = "0.0.1"
version = "0.0.2"
uri = "../../buildpacks/java-maven"

[[buildpacks]]
Expand All @@ -21,7 +21,7 @@ uri = "docker://cnbs/sample-package:hello-universe"
[[order]]
[[order.group]]
id = "samples/java-maven"
version = "0.0.1"
version = "0.0.2"

[[order]]
[[order.group]]
Expand Down
2 changes: 1 addition & 1 deletion buildpacks/java-maven/buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ api = "0.2"
# Buildpack ID and metadata
[buildpack]
id = "samples/java-maven"
version = "0.0.1"
version = "0.0.2"
name = "Sample Java Maven Buildpack"
homepage = "https://github.com/buildpacks/samples/tree/main/buildpacks/java-maven"

Expand Down

0 comments on commit fed3532

Please sign in to comment.