Skip to content

Commit 53f8504

Browse files
committed
Upgrade to Git Commit ID Maven Plugin 8.0.2
Closes gh-40015
1 parent 9347d2e commit 53f8504

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

spring-boot-project/spring-boot-dependencies/build.gradle

+1-1
Original file line numberDiff line numberDiff 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"

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

-1
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)