From 53f850410f486af87a3848495df2fb60500770ee Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 19 Mar 2024 09:54:52 +0000 Subject: [PATCH] Upgrade to Git Commit ID Maven Plugin 8.0.2 Closes gh-40015 --- spring-boot-project/spring-boot-dependencies/build.gradle | 2 +- .../spring-boot-starter-parent/build.gradle | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index c772965abd9..5b0340f844a 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -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" diff --git a/spring-boot-project/spring-boot-starters/spring-boot-starter-parent/build.gradle b/spring-boot-project/spring-boot-starters/spring-boot-starter-parent/build.gradle index f62ccccb24d..47637604ccd 100644 --- a/spring-boot-project/spring-boot-starters/spring-boot-starter-parent/build.gradle +++ b/spring-boot-project/spring-boot-starters/spring-boot-starter-parent/build.gradle @@ -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') }