Skip to content

Commit a9264d6

Browse files
authored
Update ossrh id (#27)
1 parent b405f77 commit a9264d6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
cache: maven
2828
distribution: 'temurin'
2929
java-version: 17
30-
server-id: ossrh
30+
server-id: ossrh-s01
3131
server-username: MAVEN_USERNAME
3232
server-password: MAVEN_PASSWORD
3333

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -514,11 +514,11 @@
514514
<!-- Override the default distribution management with the new repo URLs -->
515515
<distributionManagement>
516516
<repository>
517-
<id>ossrh</id>
517+
<id>ossrh-s01</id>
518518
<url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2</url>
519519
</repository>
520520
<snapshotRepository>
521-
<id>ossrh</id>
521+
<id>ossrh-s01</id>
522522
<url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
523523
</snapshotRepository>
524524
</distributionManagement>

0 commit comments

Comments
 (0)