mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-17 21:15:50 +00:00
Changed pom to push to local box
This commit is contained in:
parent
66078aabc5
commit
9e9c59d91d
1 changed files with 2 additions and 2 deletions
4
pom.xml
4
pom.xml
|
@ -412,11 +412,11 @@
|
||||||
<distributionManagement>
|
<distributionManagement>
|
||||||
<snapshotRepository>
|
<snapshotRepository>
|
||||||
<id>snapshots</id>
|
<id>snapshots</id>
|
||||||
<url>http://127.0.0.1:8081/nexus/content/repositories/snapshots</url>
|
<url>http://localhost:8081/nexus/content/repositories/snapshots</url>
|
||||||
</snapshotRepository>
|
</snapshotRepository>
|
||||||
<repository>
|
<repository>
|
||||||
<id>deployment</id>
|
<id>deployment</id>
|
||||||
<url>http://127.0.0.1:8081/repository/internal/</url>
|
<url>http://localhost:8081/repository/internal/</url>
|
||||||
</repository>
|
</repository>
|
||||||
</distributionManagement>
|
</distributionManagement>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue