Fix Spring Boot version reference in spring-boot-starter-parent
See gh-20143
This commit is contained in:
parent
7970bf2437
commit
d61029a37a
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue