Skip to content

Commit

Permalink
XCOMMONS-2983: Introduce a dedicated nexus instance for snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
tmortagne committed Apr 2, 2024
1 parent 88ced3c commit a29323f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build/maven/settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
<repositories>
<repository>
<id>xwiki-snapshots</id>
<name>XWiki Nexus Snapshot Repository Proxy</name>
<url>https://nexus.xwiki.org/nexus/content/groups/public-snapshots</url>
<name>XWiki Nexus Snapshot Repository</name>
<url>https://nexus-snapshots.xwiki.org/repository/snapshots</url>
<releases>
<enabled>false</enabled>
</releases>
Expand All @@ -51,8 +51,8 @@
<pluginRepositories>
<pluginRepository>
<id>xwiki-snapshots</id>
<name>XWiki Nexus Plugin Snapshot Repository Proxy</name>
<url>https://nexus.xwiki.org/nexus/content/groups/public-snapshots</url>
<name>XWiki Nexus Plugin Snapshot Repository</name>
<url>https://nexus-snapshots.xwiki.org/repository/snapshots</url>
<releases>
<enabled>false</enabled>
</releases>
Expand Down

0 comments on commit a29323f

Please sign in to comment.