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 {
|
dependency {
|
||||||
delegate.groupId('org.springframework.boot')
|
delegate.groupId('org.springframework.boot')
|
||||||
delegate.artifactId('spring-boot-maven-plugin')
|
delegate.artifactId('spring-boot-maven-plugin')
|
||||||
delegate.version('${project.version}')
|
delegate.version("${project.version}")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
executions {
|
executions {
|
||||||
|
|
Loading…
Reference in New Issue