Skip to content

Commit

Permalink
use legacy server
Browse files Browse the repository at this point in the history
  • Loading branch information
jperedadnr committed Oct 18, 2024
1 parent 87e6b5b commit e7e4814
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -349,8 +349,9 @@
<nexus2>
<maven-central>
<active>ALWAYS</active>
<url>https://s01.oss.sonatype.org/service/local</url>
<snapshotUrl>https://s01.oss.sonatype.org/content/repositories/snapshots</snapshotUrl>
<url>https://oss.sonatype.org/service/local</url>
<snapshotSupported>true</snapshotSupported>
<snapshotUrl>https://oss.sonatype.org/content/repositories/snapshots</snapshotUrl>
<closeRepository>true</closeRepository>
<releaseRepository>false</releaseRepository>
<stagingRepositories>target/staging-deploy</stagingRepositories>
Expand Down

0 comments on commit e7e4814

Please sign in to comment.