Skip to content

Commit

Permalink
update nexus repos for deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
ericvergnaud committed Apr 2, 2022
1 parent b7b1dbf commit cf6cb47
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion WebSite/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -191,8 +191,9 @@
<extensions>true</extensions>
<configuration>
<serverId>ossrh</serverId>
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
<nexusUrl>https://s01.oss.sonatype.org/</nexusUrl>
<autoReleaseAfterClose>true</autoReleaseAfterClose>
<stagingProgressTimeoutMinutes>15</stagingProgressTimeoutMinutes>
</configuration>
</plugin>
</plugins>
Expand Down

0 comments on commit cf6cb47

Please sign in to comment.