From f025ab629aa8bec978abc6a93a79b4af3cb2c4bc Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 20 Jan 2022 16:19:05 +0000 Subject: [PATCH] Switch to new coordinates for Git Commit ID Maven Plugin Closes gh-29515 --- spring-boot-project/spring-boot-dependencies/build.gradle | 6 +++--- .../spring-boot-docs/src/docs/asciidoc/howto/build.adoc | 4 ++-- .../spring-boot-starter-parent/build.gradle | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index 6b05b2d3bb..a0e61f50da 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -249,10 +249,10 @@ bom { ] } } - library("Git Commit ID Plugin", "4.9.10") { - group("pl.project13.maven") { + library("Git Commit ID Plugin", "5.0.0") { + group("io.github.git-commit-id") { plugins = [ - "git-commit-id-plugin" + "git-commit-id-maven-plugin" ] } } diff --git a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/howto/build.adoc b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/howto/build.adoc index ff99f2e716..66d802c6c2 100644 --- a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/howto/build.adoc +++ b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/howto/build.adoc @@ -60,8 +60,8 @@ To use it, add the following declaration for the https://github.com/git-commit-i - pl.project13.maven - git-commit-id-plugin + io.github.git-commit-id + 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 15bc4ca5d1..e13973f7de 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 @@ -133,8 +133,8 @@ publishing.publications.withType(MavenPublication) { } } plugin { - delegate.groupId('pl.project13.maven') - delegate.artifactId('git-commit-id-plugin') + delegate.groupId('io.github.git-commit-id') + delegate.artifactId('git-commit-id-maven-plugin') executions { execution { goals {