Skip to content

Commit c2d5021

Browse files
author
TheSnoozer
committed
#571: prepare for a 4.9.10 release with old-coordinates
1 parent 050a00d commit c2d5021

File tree

2 files changed

+18
-9
lines changed

2 files changed

+18
-9
lines changed

core/pom.xml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
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>
@@ -26,12 +26,16 @@
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>

maven/pom.xml

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
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>
@@ -27,12 +27,17 @@
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>
@@ -249,8 +254,8 @@
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>

0 commit comments

Comments
 (0)