mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-23 17:59:03 +00:00
Following the fix for gh-21989, spring-boot-starter-parent no longer contains an <issueManagement> 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 <scm> element that is still present. See gh-21989