fix nexus urls
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone Build is passing

This commit is contained in:
Struchkov Mark 2022-12-30 22:30:08 +03:00
parent f21964eee2
commit 480bd9e5de
Signed by: upagge
GPG Key ID: D3018BE7BA428CA6

View File

@ -288,7 +288,7 @@
<artifactId>nexus-staging-maven-plugin</artifactId>
<configuration>
<serverId>struchkov-nexus</serverId>
<nexusUrl>http://nexus:8081/nexus/</nexusUrl>
<nexusUrl>https://nexus.struchkov.dev/nexus/</nexusUrl>
<autoReleaseAfterClose>true</autoReleaseAfterClose>
</configuration>
</plugin>
@ -335,11 +335,11 @@
<distributionManagement>
<repository>
<id>struchkov-nexus-release</id>
<url>http://nexus:8081/repository/maven-releases/</url>
<url>https://nexus.struchkov.dev/repository/maven-releases/</url>
</repository>
<snapshotRepository>
<id>struchkov-nexus-snapshot</id>
<url>http://nexus:8081/repository/maven-snapshots/</url>
<url>https://nexus.struchkov.dev/repository/maven-snapshots/</url>
</snapshotRepository>
</distributionManagement>