Merge pull request #20052 from scheerer

* pr/20052:
  Fix variable reference in maven-shade-plugin configuration

Closes gh-20052
This commit is contained in:
Stephane Nicoll 2020-02-06 16:37:47 +01:00
commit 0083a59fe2
1 changed files with 1 additions and 1 deletions

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 {