Skip to content

Commit

Permalink
Update Sonatype nexus settings
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Dec 5, 2024
1 parent 728cd6b commit 2b17d8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,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
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ tools.jackson.core.*;version=${project.version}
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>
Expand Down

0 comments on commit 2b17d8e

Please sign in to comment.