Skip to content

Commit d61029a

Browse files
scheerersnicoll
authored andcommitted
Fix Spring Boot version reference in spring-boot-starter-parent
See gh-20143
1 parent 7970bf2 commit d61029a

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

Diff for: spring-boot-project/spring-boot-starters/spring-boot-starter-parent/build.gradle

+1-1
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('${project.version}')
194+
delegate.version("${project.version}")
195195
}
196196
}
197197
executions {

0 commit comments

Comments
 (0)