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