mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 07:15:49 +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>
|
<version>3.3.0</version>
|
||||||
</parent>
|
</parent>
|
||||||
<name>petclinic</name>
|
<name>petclinic</name>
|
||||||
|
<distributionManagement>
|
||||||
|
<repository>
|
||||||
|
<id>dev</id>
|
||||||
|
<name>local</name>
|
||||||
|
<url>file://${user.home}/.m2/repository</url>
|
||||||
|
</repository>
|
||||||
|
</distributionManagement>
|
||||||
<scm>
|
<scm>
|
||||||
<connection>scm:git:https://github.com/KubaGrid/spring-petclinic.git</connection>
|
<connection>scm:git:https://github.com/KubaGrid/spring-petclinic.git</connection>
|
||||||
<developerConnection>scm:git:https://github.com/KubaGrid/spring-petclinic.git</developerConnection>
|
<developerConnection>scm:git:https://github.com/KubaGrid/spring-petclinic.git</developerConnection>
|
||||||
|
|
Loading…
Reference in a new issue