Fix variable reference in maven-shade-plugin configuration

See gh-20052
This commit is contained in:
Russell Scheerer 2020-02-06 10:14:47 -05:00 committed by Stephane Nicoll
parent 2020460239
commit 7f23b9dc16

View File

@ -191,7 +191,7 @@ publishing.publications.withType(MavenPublication) {
dependency {
delegate.groupId('org.springframework.boot')
delegate.artifactId('spring-boot-maven-plugin')
delegate.version('${revision}')
delegate.version('${project.version}')
}
}
executions {