Skip to content

Commit

Permalink
Updated OSSRH url
Browse files Browse the repository at this point in the history
  • Loading branch information
salmonb committed Jun 23, 2024
1 parent 48b521d commit 064272a
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 @@ -324,7 +324,7 @@
<!-- Required to get the WebFX Maven plugin SNAPSHOT version -->
<pluginRepository>
<id>webfx-plugin-snapshots</id>
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
<url>https://s01.oss.sonatype.org/content/repositories/snapshots/</url>
<releases><enabled>false</enabled></releases>
<snapshots><enabled>true</enabled></snapshots>
</pluginRepository>
Expand All @@ -348,7 +348,7 @@
<!-- Repository to use to deploy official webfx libraries -->
<snapshotRepository>
<id>webfx-sonatype-deploy</id> <!-- server username & password must be set in settings.xml -->
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
<url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>

<!-- This section is required for building site with mvn site:stage -->
Expand Down

0 comments on commit 064272a

Please sign in to comment.