Skip to content

Commit 7f23b9d

Browse files
Russell Scheerersnicoll
authored andcommitted
Fix variable reference in maven-shade-plugin configuration
See gh-20052
1 parent 2020460 commit 7f23b9d

File tree

1 file changed

+1
-1
lines changed
  • spring-boot-project/spring-boot-starters/spring-boot-starter-parent

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-starters/spring-boot-starter-parent/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ publishing.publications.withType(MavenPublication) {
191191
dependency {
192192
delegate.groupId('org.springframework.boot')
193193
delegate.artifactId('spring-boot-maven-plugin')
194-
delegate.version('${revision}')
194+
delegate.version('${project.version}')
195195
}
196196
}
197197
executions {

0 commit comments

Comments
 (0)