From 2d1dffa3add229f8bdbea12f9e0382382d3b106d Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 17 Jun 2020 11:51:54 +0100 Subject: [PATCH] Correct additions to spring-boot-starter-parent's pom Following the fix for gh-21989, spring-boot-starter-parent no longer contains an element. As a result the additional content was no longer being added to the pom. This commit updates the additions so that they are now added after the element that is still present. See gh-21989 --- .../spring-boot-starter-parent/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-starters/spring-boot-starter-parent/build.gradle b/spring-boot-project/spring-boot-starters/spring-boot-starter-parent/build.gradle index 69fce202d8..483578da3c 100644 --- a/spring-boot-project/spring-boot-starters/spring-boot-starter-parent/build.gradle +++ b/spring-boot-project/spring-boot-starters/spring-boot-starter-parent/build.gradle @@ -27,7 +27,7 @@ publishing.publications.withType(MavenPublication) { delegate."project.reporting.outputEncoding"('UTF-8') } } - root.issueManagement.plus { + root.scm.plus { build { resources { resource {