File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 27
27
cache : maven
28
28
distribution : ' temurin'
29
29
java-version : 17
30
- server-id : ossrh
30
+ server-id : ossrh-s01
31
31
server-username : MAVEN_USERNAME
32
32
server-password : MAVEN_PASSWORD
33
33
Original file line number Diff line number Diff line change 514
514
<!-- Override the default distribution management with the new repo URLs -->
515
515
<distributionManagement >
516
516
<repository >
517
- <id >ossrh</id >
517
+ <id >ossrh-s01 </id >
518
518
<url >https://s01.oss.sonatype.org/service/local/staging/deploy/maven2</url >
519
519
</repository >
520
520
<snapshotRepository >
521
- <id >ossrh</id >
521
+ <id >ossrh-s01 </id >
522
522
<url >https://s01.oss.sonatype.org/content/repositories/snapshots</url >
523
523
</snapshotRepository >
524
524
</distributionManagement >
You can’t perform that action at this time.
0 commit comments