Skip to content

Commit

Permalink
Fix variable reference in maven-shade-plugin configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Russell Scheerer authored and snicoll committed Feb 6, 2020
1 parent 2020460 commit 7f23b9d
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -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 {
Expand Down

0 comments on commit 7f23b9d

Please sign in to comment.