From 4d78125bcc19043b406884f85c00924e85e79279 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 16 Mar 2023 10:08:26 +0000 Subject: [PATCH] Rename Git Commit ID Plugin to match its renamed artifact This commit renames the library from Git Commit ID Plugin to Git Commit ID Maven Plugin. This will result in the name of the version property that can be used to override Boot's plugin management changing from git-commit-id-plugin.version to git-commit-id-maven-plugin.version Closes gh-34397 --- spring-boot-project/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index 0bc1012896..d022823ea7 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -263,7 +263,7 @@ bom { ] } } - library("Git Commit ID Plugin", "5.0.0") { + library("Git Commit ID Maven Plugin", "5.0.0") { group("io.github.git-commit-id") { plugins = [ "git-commit-id-maven-plugin"