mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-22 07:45:49 +00:00
Fix error
This commit is contained in:
parent
c9b5e80b43
commit
f37bd01093
1 changed files with 8 additions and 0 deletions
8
pom.xml
8
pom.xml
|
@ -15,6 +15,14 @@
|
||||||
<developerConnection>scm:git:https://github.com/MihailInternul/spring-petclinic.git</developerConnection>
|
<developerConnection>scm:git:https://github.com/MihailInternul/spring-petclinic.git</developerConnection>
|
||||||
<tag>HEAD</tag>
|
<tag>HEAD</tag>
|
||||||
</scm>
|
</scm>
|
||||||
|
|
||||||
|
<distributionManagement>
|
||||||
|
<repository>
|
||||||
|
<id>spring-petclinic</id>
|
||||||
|
<url>https://github.com/MihailInternul/spring-petclinic.git</url>
|
||||||
|
</repository>
|
||||||
|
</distributionManagement>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
|
|
||||||
<!-- Generic properties -->
|
<!-- Generic properties -->
|
||||||
|
|
Loading…
Reference in a new issue