@@ -127,7 +127,7 @@ under the License.
127127 <coveralls-maven-plugin .version>4.3.0</coveralls-maven-plugin .version>
128128 <!-- other -->
129129 <lifecycle-mapping .version>1.0.0</lifecycle-mapping .version>
130- <git-commit-id-maven- plugin .version>4.0.4 </git-commit-id-maven -plugin .version>
130+ <git-commit-id-plugin .version>4.9.10 </git-commit-id-plugin .version>
131131 </properties >
132132
133133 <dependencies >
@@ -342,9 +342,9 @@ under the License.
342342 </plugin >
343343
344344 <plugin >
345- <groupId >io.github.git-commit-id </groupId >
346- <artifactId >git-commit-id-maven- plugin</artifactId >
347- <version >${git-commit-id-maven- plugin.version} </version >
345+ <groupId >pl.project13.maven </groupId >
346+ <artifactId >git-commit-id-plugin</artifactId >
347+ <version >${git-commit-id-plugin.version} </version >
348348 </plugin >
349349
350350 </plugins >
@@ -391,8 +391,8 @@ under the License.
391391 <artifactId >coveralls-maven-plugin</artifactId >
392392 </plugin >
393393 <plugin >
394- <groupId >io.github.git-commit-id </groupId >
395- <artifactId >git-commit-id-maven- plugin</artifactId >
394+ <groupId >pl.project13.maven </groupId >
395+ <artifactId >git-commit-id-plugin</artifactId >
396396 </plugin >
397397 </plugins >
398398 </build >
@@ -482,9 +482,9 @@ under the License.
482482 <pluginManagement >
483483 <plugins >
484484 <plugin >
485- <groupId >io.github.git-commit-id </groupId >
486- <artifactId >git-commit-id-maven- plugin</artifactId >
487- <version >${git-commit-id-maven- plugin.version} </version >
485+ <groupId >pl.project13.maven </groupId >
486+ <artifactId >git-commit-id-plugin</artifactId >
487+ <version >${git-commit-id-plugin.version} </version >
488488 <executions >
489489 <execution >
490490 <goals >
@@ -554,7 +554,7 @@ under the License.
554554 <Build-OS >${os.name} ${os.arch} ${os.version} </Build-OS >
555555 <Implementation-Vendor >The Apache Software Foundation</Implementation-Vendor >
556556 <GroupId-ArtifactId >${project.groupId} :${project.artifactId} </GroupId-ArtifactId >
557- <!-- these properties are generated by the git-commit-id-maven- plugin during initialize -->
557+ <!-- these properties are generated by the git-commit-id-plugin during initialize -->
558558 <!-- suppress UnresolvedMavenProperty -->
559559 <git-branch >${git.branch} </git-branch >
560560 <!-- suppress UnresolvedMavenProperty -->
@@ -597,8 +597,8 @@ under the License.
597597
598598 <plugins >
599599 <plugin >
600- <groupId >io.github.git-commit-id </groupId >
601- <artifactId >git-commit-id-maven- plugin</artifactId >
600+ <groupId >pl.project13.maven </groupId >
601+ <artifactId >git-commit-id-plugin</artifactId >
602602 </plugin >
603603 <plugin >
604604 <groupId >org.apache.maven.plugins</groupId >
0 commit comments