Merge pull request #20143 from scheerer
* pr/20143: Fix Spring Boot version reference in spring-boot-starter-parent Closes gh-20143
This commit is contained in:
@@ -191,7 +191,7 @@ publishing.publications.withType(MavenPublication) {
|
||||
dependency {
|
||||
delegate.groupId('org.springframework.boot')
|
||||
delegate.artifactId('spring-boot-maven-plugin')
|
||||
delegate.version('${project.version}')
|
||||
delegate.version("${project.version}")
|
||||
}
|
||||
}
|
||||
executions {
|
||||
|
||||
Reference in New Issue
Block a user