Merge branch '3.0.x'

Closes gh-34473
This commit is contained in:
Phillip Webb 2023-03-03 11:00:19 -08:00
commit 91ce2d6e1e
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ class MavenBuild {
private Map<String, String> getPomReplacements() {
Map<String, String> replacements = new HashMap<>();
replacements.put("java.version", "1.8");
replacements.put("java.version", "17");
replacements.put("project.groupId", "org.springframework.boot");
replacements.put("project.artifactId", "spring-boot-maven-plugin");
replacements.putAll(new Versions().asMap());