Skip to content

Commit

Permalink
Upgrade to Git Commit ID Maven Plugin 8.0.2
Browse files Browse the repository at this point in the history
Closes gh-40015
  • Loading branch information
wilkinsona committed Mar 19, 2024
1 parent 9347d2e commit 53f8504
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion spring-boot-project/spring-boot-dependencies/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ bom {
.formatted(version.toString("_")) }
}
}
library("Git Commit ID Maven Plugin", "6.0.0") {
library("Git Commit ID Maven Plugin", "8.0.2") {
group("io.github.git-commit-id") {
plugins = [
"git-commit-id-maven-plugin"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,6 @@ publishing.publications.withType(MavenPublication) {
}
configuration {
delegate.verbose('true')
delegate.dateFormat("yyyy-MM-dd'T'HH:mm:ssXXX")
delegate.generateGitPropertiesFile('true')
delegate.generateGitPropertiesFilename('${project.build.outputDirectory}/git.properties')
}
Expand Down

0 comments on commit 53f8504

Please sign in to comment.