Merge branch '3.3.x'

Closes gh-42286
This commit is contained in:
Phillip Webb
2024-09-12 18:44:42 -07:00
3 changed files with 6 additions and 1 deletions

View File

@@ -1139,6 +1139,7 @@ bom {
}
links {
site("https://logging.apache.org/log4j")
docs { version -> "https://logging.apache.org/log4j/%s.x/manual".formatted(version.major()) }
releaseNotes("https://github.com/apache/logging-log4j2/releases/tag/rel%2F{version}")
}
}
@@ -1582,6 +1583,7 @@ bom {
}
links {
site("https://github.com/quartz-scheduler/quartz")
javadoc("https://www.javadoc.io/doc/org.quartz-scheduler/quartz/{version}")
}
}
library("QueryDSL", "5.1.0") {