Skip to content

Commit

Permalink
chore(maven): change URL for Maven Central publishing (#340)
Browse files Browse the repository at this point in the history
Signed-off-by: Elliott Baron <[email protected]>
  • Loading branch information
ebaron authored Jan 26, 2024
1 parent 17ae5f3 commit f7e02bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -339,8 +339,8 @@
<nexus2>
<maven-central>
<active>ALWAYS</active>
<url>https://oss.sonatype.org/service/local</url>
<snapshotUrl>https://oss.sonatype.org/content/repositories/snapshots/</snapshotUrl>
<url>https://s01.oss.sonatype.org/service/local</url>
<snapshotUrl>https://s01.oss.sonatype.org/content/repositories/snapshots/</snapshotUrl>
<closeRepository>true</closeRepository>
<releaseRepository>true</releaseRepository>
<stagingRepositories>target/staging-deploy</stagingRepositories>
Expand Down

0 comments on commit f7e02bf

Please sign in to comment.