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 9
9
<relativePath >../pom.xml</relativePath >
10
10
</parent >
11
11
12
- <groupId >io.github.git-commit-id </groupId >
12
+ <groupId >pl.project13.maven </groupId >
13
13
<artifactId >git-commit-id-plugin-core</artifactId >
14
14
<name >Git Commit Id Plugin Core</name >
15
15
<version >4.9.10-SNAPSHOT</version >
26
26
<distributionManagement >
27
27
<snapshotRepository >
28
28
<id >ossrh</id >
29
- <url >https://s01. oss.sonatype.org/content/repositories/snapshots/ </url >
29
+ <url >https://oss.sonatype.org/content/repositories/snapshots</url >
30
30
</snapshotRepository >
31
31
<repository >
32
32
<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 >
34
34
</repository >
35
+ <!-- include relocation information -->
36
+ <relocation >
37
+ <groupId >io.github.git-commit-id</groupId >
38
+ </relocation >
35
39
</distributionManagement >
36
40
37
41
<build >
Original file line number Diff line number Diff line change 8
8
<relativePath >../pom.xml</relativePath >
9
9
</parent >
10
10
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 >
13
13
<packaging >maven-plugin</packaging >
14
14
<version >4.9.10-SNAPSHOT</version >
15
15
<name >Git Commit Id Maven Plugin</name >
27
27
<distributionManagement >
28
28
<snapshotRepository >
29
29
<id >ossrh</id >
30
- <url >https://s01. oss.sonatype.org/content/repositories/snapshots/ </url >
30
+ <url >https://oss.sonatype.org/content/repositories/snapshots</url >
31
31
</snapshotRepository >
32
32
<repository >
33
33
<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 >
35
35
</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 >
36
41
</distributionManagement >
37
42
38
43
<properties >
249
254
<build >
250
255
<plugins >
251
256
<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 >
254
259
<version >${project.version} </version >
255
260
<!-- optional to change the phases of the individual mojo's -->
256
261
<executions >
You can’t perform that action at this time.
0 commit comments