mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 23:05:50 +00:00
pom points to github
This commit is contained in:
parent
4b62f33de3
commit
db3a2dec91
1 changed files with 3 additions and 3 deletions
6
pom.xml
6
pom.xml
|
@ -15,9 +15,9 @@
|
||||||
<name>petclinic</name>
|
<name>petclinic</name>
|
||||||
<distributionManagement>
|
<distributionManagement>
|
||||||
<repository>
|
<repository>
|
||||||
<id>internal.repo</id>
|
<id>github</id>
|
||||||
<name>Internal repo</name>
|
<name>github repo</name>
|
||||||
<url>file:///Users/Shared/Daphne/spring-petclinic</url>
|
<url>https://github.com/daphneaugier/spring-petclinic</url>
|
||||||
</repository>
|
</repository>
|
||||||
</distributionManagement>
|
</distributionManagement>
|
||||||
<properties>
|
<properties>
|
||||||
|
|
Loading…
Reference in a new issue