File tree 1 file changed +2
-2
lines changed
spring-boot-project/spring-boot-dependencies
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -758,7 +758,7 @@ bom {
758
758
links {
759
759
site(version -> " https://jakarta.ee/specifications/persistence/%s.%s"
760
760
.formatted(version. major(), version. minor()))
761
- javadoc(version -> " https://jakarta.ee/specifications/persistence/%s.%s/apidocs"
761
+ javadoc(version -> " https://jakarta.ee/specifications/persistence/%s.%s/apidocs/jakarta.persistence "
762
762
.formatted(version. major(), version. minor()), " jakarta.persistence" )
763
763
releaseNotes(version -> " https://github.com/jakartaee/persistence/releases/tag/%s.%s-%s-RELEASE"
764
764
.formatted(version. major(), version. minor(), version))
@@ -773,7 +773,7 @@ bom {
773
773
links {
774
774
site(version -> " https://jakarta.ee/specifications/servlet/%s.%s"
775
775
.formatted(version. major(), version. minor()))
776
- javadoc(version -> " https://jakarta.ee/specifications/servlet/%s.%s/apidocs"
776
+ javadoc(version -> " https://jakarta.ee/specifications/servlet/%s.%s/apidocs/jakarta.servlet "
777
777
.formatted(version. major(), version. minor()), " jakarta.servlet" )
778
778
}
779
779
}
You can’t perform that action at this time.
0 commit comments