mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-19 14:05:50 +00:00
Update pom.xml
This commit is contained in:
parent
87a9d51a45
commit
e935e359a7
1 changed files with 4 additions and 4 deletions
8
pom.xml
8
pom.xml
|
@ -421,12 +421,12 @@
|
||||||
|
|
||||||
<distributionManagement>
|
<distributionManagement>
|
||||||
<snapshotRepository>
|
<snapshotRepository>
|
||||||
<id>snapshots</id>
|
<id>nexus-snapshots</id>
|
||||||
<url>http://localhost:8081/repository/maven-snapshots</url>
|
<url>http://localhost:8081/repository/maven-snapshots/</url>
|
||||||
</snapshotRepository>
|
</snapshotRepository>
|
||||||
<repository>
|
<repository>
|
||||||
<id>releases</id>
|
<id>nexus-releases</id>
|
||||||
<url>http://localhost:8081/repository/maven-releases</url>
|
<url>http://localhost:8081/repository/maven-releases/</url>
|
||||||
</repository>
|
</repository>
|
||||||
</distributionManagement>
|
</distributionManagement>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue