mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-22 07:15:49 +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>
|
||||
<distributionManagement>
|
||||
<repository>
|
||||
<id>internal.repo</id>
|
||||
<name>Internal repo</name>
|
||||
<url>file:///Users/Shared/Daphne/spring-petclinic</url>
|
||||
<id>github</id>
|
||||
<name>github repo</name>
|
||||
<url>https://github.com/daphneaugier/spring-petclinic</url>
|
||||
</repository>
|
||||
</distributionManagement>
|
||||
<properties>
|
||||
|
|
Loading…
Reference in a new issue