mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-25 00:25:50 +00:00
no http
This commit is contained in:
parent
02c9380a8c
commit
737118fb73
1 changed files with 3 additions and 3 deletions
6
pom.xml
6
pom.xml
|
@ -124,12 +124,12 @@
|
|||
<distributionManagement>
|
||||
<snapshotRepository>
|
||||
<id>nexus-snapshots</id>
|
||||
<url>http://172.19.0.3:8081/repository/maven-snapshots/</url>
|
||||
<url>172.19.0.3:8081/repository/maven-snapshots/</url>
|
||||
</snapshotRepository>
|
||||
<repository>
|
||||
<id>nexus</id>
|
||||
<name>Nexus Staging Repo</name>
|
||||
<url>http://172.19.0.3:8081/repository/maven-releases/</url>
|
||||
<url>172.19.0.3:8081/repository/maven-releases/</url>
|
||||
</repository>
|
||||
</distributionManagement>
|
||||
|
||||
|
@ -166,7 +166,7 @@
|
|||
</executions>
|
||||
<configuration>
|
||||
<serverId>nexus</serverId>
|
||||
<nexusUrl>http://172.19.0.3:8081/nexus/</nexusUrl>
|
||||
<nexusUrl>172.19.0.3:8081/nexus/</nexusUrl>
|
||||
<skipStaging>true</skipStaging>
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
|
Loading…
Reference in a new issue