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
This commit is contained in:
Andy Wilkinson 2023-03-16 10:08:26 +00:00
parent b63c3afdbe
commit 4d78125bcc

View File

@ -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"