Skip to content

Commit

Permalink
Update Sonatype repo ids
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Dec 5, 2024
1 parent fb8d78e commit 4f4ef5c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
distribution: 'temurin'
java-version: ${{ matrix.java_version }}
cache: 'maven'
server-id: sonatype-nexus-snapshots
server-id: sonatype-nexus-snapshots-new
server-username: CI_DEPLOY_USERNAME
server-password: CI_DEPLOY_PASSWORD
# See https://github.com/actions/setup-java/blob/v2/docs/advanced-usage.md#Publishing-using-Apache-Maven
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,14 @@
snapshot of parent... -->
<repositories>
<repository>
<id>sonatype-nexus-snapshots</id>
<id>sonatype-nexus-snapshots-new</id>
<name>Sonatype Nexus Snapshots</name>
<url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
<releases><enabled>false</enabled></releases>
<snapshots><enabled>true</enabled></snapshots>
</repository>
<repository>
<id>sonatype-old-nexus-snapshots</id>
<id>sonatype-nexus-snapshots-old</id>
<name>Sonatype Nexus Snapshots (old)</name>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
<releases><enabled>false</enabled></releases>
Expand Down

0 comments on commit 4f4ef5c

Please sign in to comment.