mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-18 21:45:49 +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>
|
||||
<snapshotRepository>
|
||||
<id>snapshots</id>
|
||||
<url>http://localhost:8081/repository/maven-snapshots</url>
|
||||
<id>nexus-snapshots</id>
|
||||
<url>http://localhost:8081/repository/maven-snapshots/</url>
|
||||
</snapshotRepository>
|
||||
<repository>
|
||||
<id>releases</id>
|
||||
<url>http://localhost:8081/repository/maven-releases</url>
|
||||
<id>nexus-releases</id>
|
||||
<url>http://localhost:8081/repository/maven-releases/</url>
|
||||
</repository>
|
||||
</distributionManagement>
|
||||
|
||||
|
|
Loading…
Reference in a new issue