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 {