mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-20 23:05:49 +00:00
Modify pom
This commit is contained in:
parent
7549c9b296
commit
d00a69ef1a
1 changed files with 7 additions and 2 deletions
9
pom.xml
9
pom.xml
|
@ -19,8 +19,13 @@
|
|||
<distributionManagement>
|
||||
<repository>
|
||||
<id>nexus</id>
|
||||
<url>http://localhost:8081/repository/maven-proxy-repo/</url>
|
||||
</repository>
|
||||
<url>http://localhost:8081/repository/maven-local/</url>
|
||||
</repository>
|
||||
<snapshotRepository>
|
||||
<id>nexus-snapshots</id>
|
||||
<url>http://localhost:8081/repository/maven-local/</url>
|
||||
</snapshotRepository>
|
||||
|
||||
</distributionManagement>
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue