Skip to content

Commit 8214a28

Browse files
committed
Version 0.0.3
1 parent d5fe72c commit 8214a28

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

builder/builder.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# Buildpacks to include in builder
22
[[buildpacks]]
33
id = "spring-boot/spring-boot-test-info"
4-
version = "0.0.2"
4+
version = "0.0.3"
55
uri = "../buildpacks/test-info"
66

77
# Order used for detection
88
[[order]]
99
[[order.group]]
1010
id = "spring-boot/spring-boot-test-info"
11-
version = "0.0.2"
11+
version = "0.0.3"
1212

1313
# Base images used to create the builder
1414
[build]

buildpacks/test-info/buildpack.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ api = "0.10"
44
# Buildpack ID and metadata
55
[buildpack]
66
id = "spring-boot/spring-boot-test-info"
7-
version = "0.0.2"
7+
version = "0.0.3"
88
name = "Spring Boot Test Info Buildpack"
99
homepage = "https://github.com/spring-projects/spring-boot"
1010

0 commit comments

Comments
 (0)