Switch to new coordinates for Git Commit ID Maven Plugin

Closes gh-29515
This commit is contained in:
Andy Wilkinson
2022-01-20 16:19:05 +00:00
parent 7f2c346f9d
commit f025ab629a
3 changed files with 7 additions and 7 deletions

View File

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