File tree Expand file tree Collapse file tree 2 files changed +18
-9
lines changed Expand file tree Collapse file tree 2 files changed +18
-9
lines changed Original file line number Diff line number Diff line change 99 <relativePath >../pom.xml</relativePath >
1010 </parent >
1111
12- <groupId >io.github.git-commit-id </groupId >
12+ <groupId >pl.project13.maven </groupId >
1313 <artifactId >git-commit-id-plugin-core</artifactId >
1414 <name >Git Commit Id Plugin Core</name >
1515 <version >4.9.10-SNAPSHOT</version >
2626 <distributionManagement >
2727 <snapshotRepository >
2828 <id >ossrh</id >
29- <url >https://s01. oss.sonatype.org/content/repositories/snapshots/ </url >
29+ <url >https://oss.sonatype.org/content/repositories/snapshots</url >
3030 </snapshotRepository >
3131 <repository >
3232 <id >ossrh</id >
33- <url >https://s01. oss.sonatype.org/service/local/staging/deploy/maven2/</url >
33+ <url >https://oss.sonatype.org/service/local/staging/deploy/maven2/</url >
3434 </repository >
35+ <!-- include relocation information -->
36+ <relocation >
37+ <groupId >io.github.git-commit-id</groupId >
38+ </relocation >
3539 </distributionManagement >
3640
3741 <build >
Original file line number Diff line number Diff line change 88 <relativePath >../pom.xml</relativePath >
99 </parent >
1010
11- <groupId >io.github.git-commit-id </groupId >
12- <artifactId >git-commit-id-maven- plugin</artifactId >
11+ <groupId >pl.project13.maven </groupId >
12+ <artifactId >git-commit-id-plugin</artifactId >
1313 <packaging >maven-plugin</packaging >
1414 <version >4.9.10-SNAPSHOT</version >
1515 <name >Git Commit Id Maven Plugin</name >
2727 <distributionManagement >
2828 <snapshotRepository >
2929 <id >ossrh</id >
30- <url >https://s01. oss.sonatype.org/content/repositories/snapshots/ </url >
30+ <url >https://oss.sonatype.org/content/repositories/snapshots</url >
3131 </snapshotRepository >
3232 <repository >
3333 <id >ossrh</id >
34- <url >https://s01. oss.sonatype.org/service/local/staging/deploy/maven2/</url >
34+ <url >https://oss.sonatype.org/service/local/staging/deploy/maven2/</url >
3535 </repository >
36+ <!-- include relocation information -->
37+ <relocation >
38+ <groupId >io.github.git-commit-id</groupId >
39+ <artifactId >git-commit-id-maven-plugin</artifactId >
40+ </relocation >
3641 </distributionManagement >
3742
3843 <properties >
249254 <build >
250255 <plugins >
251256 <plugin >
252- <groupId >io.github.git-commit-id </groupId >
253- <artifactId >git-commit-id-maven- plugin</artifactId >
257+ <groupId >pl.project13.maven </groupId >
258+ <artifactId >git-commit-id-plugin</artifactId >
254259 <version >${project.version} </version >
255260 <!-- optional to change the phases of the individual mojo's -->
256261 <executions >
You can’t perform that action at this time.
0 commit comments