mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-20 14:55:50 +00:00
modify pom
This commit is contained in:
parent
f616ccea55
commit
4d1f2318e6
1 changed files with 7 additions and 1 deletions
8
pom.xml
8
pom.xml
|
@ -11,7 +11,13 @@
|
|||
<version>3.3.0</version>
|
||||
</parent>
|
||||
<name>petclinic</name>
|
||||
|
||||
<distributionManagement>
|
||||
<repository>
|
||||
<id>dev</id>
|
||||
<name>local</name>
|
||||
<url>file://${user.home}/.m2/repository</url>
|
||||
</repository>
|
||||
</distributionManagement>
|
||||
<scm>
|
||||
<connection>scm:git:https://github.com/KubaGrid/spring-petclinic.git</connection>
|
||||
<developerConnection>scm:git:https://github.com/KubaGrid/spring-petclinic.git</developerConnection>
|
||||
|
|
Loading…
Reference in a new issue