File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
spring-boot-starters/spring-boot-starter-parent Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -407,7 +407,7 @@ bom {
407407 .formatted(version. toString(" _" )) }
408408 }
409409 }
410- library(" Git Commit ID Maven Plugin" , " 6 .0.0 " ) {
410+ library(" Git Commit ID Maven Plugin" , " 8 .0.2 " ) {
411411 group(" io.github.git-commit-id" ) {
412412 plugins = [
413413 " git-commit-id-maven-plugin"
Original file line number Diff line number Diff line change @@ -148,7 +148,6 @@ publishing.publications.withType(MavenPublication) {
148148 }
149149 configuration {
150150 delegate. verbose(' true' )
151- delegate. dateFormat(" yyyy-MM-dd'T'HH:mm:ssXXX" )
152151 delegate. generateGitPropertiesFile(' true' )
153152 delegate. generateGitPropertiesFilename(' ${project.build.outputDirectory}/git.properties' )
154153 }
You can’t perform that action at this time.
0 commit comments