Skip to content

Commit 288e855

Browse files
committed
Merge branch '3.3.x'
Closes gh-43033
2 parents 80b79ef + 77fa968 commit 288e855

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-dependencies/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1821,7 +1821,7 @@ bom {
18211821
javadoc("https://docs.spring.io/spring-boot/{version}/api/java")
18221822
docs("https://docs.spring.io/spring-boot/{version}")
18231823
releaseNotes("https://github.com/spring-projects/spring-boot/releases/tag/v{version}")
1824-
add("layers-xsd") { version -> "layers-xsd: https://www.springframework.org/schema/boot/layers/layers-%s.%s.xsd"
1824+
add("layers-xsd") { version -> "https://www.springframework.org/schema/boot/layers/layers-%s.%s.xsd"
18251825
.formatted(version.major(), version.minor()) }
18261826
}
18271827
}

0 commit comments

Comments
 (0)