Skip to content

Commit e42f937

Browse files
committed
Update Sonatype repo ids
1 parent 28f49f9 commit e42f937

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
distribution: 'temurin'
3939
java-version: ${{ matrix.java_version }}
4040
cache: 'maven'
41-
server-id: sonatype-nexus-snapshots
41+
server-id: sonatype-nexus-snapshots-new
4242
server-username: CI_DEPLOY_USERNAME
4343
server-password: CI_DEPLOY_PASSWORD
4444
# See https://github.com/actions/setup-java/blob/v2/docs/advanced-usage.md#Publishing-using-Apache-Maven

pom.xml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,19 +64,21 @@
6464
snapshot of parent... -->
6565
<repositories>
6666
<repository>
67-
<id>sonatype-nexus-snapshots</id>
68-
<name>Sonatype Nexus Snapshots</name>
67+
<id>sonatype-nexus-snapshots-new</id>
68+
<name>Sonatype Nexus Snapshots (new)</name>
6969
<url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
7070
<releases><enabled>false</enabled></releases>
7171
<snapshots><enabled>true</enabled></snapshots>
7272
</repository>
73+
<!--
7374
<repository>
74-
<id>sonatype-old-nexus-snapshots</id>
75+
<id>sonatype-nexus-snapshots-old</id>
7576
<name>Sonatype Nexus Snapshots (old)</name>
7677
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
7778
<releases><enabled>false</enabled></releases>
7879
<snapshots><enabled>true</enabled></snapshots>
7980
</repository>
81+
-->
8082
</repositories>
8183

8284
<build>

0 commit comments

Comments
 (0)