mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 15:25:49 +00:00
changed url in distribution management to publish package to maven.pgk.github
This commit is contained in:
parent
07c8460c70
commit
2db51528f4
1 changed files with 2 additions and 2 deletions
4
pom.xml
4
pom.xml
|
@ -32,7 +32,7 @@
|
|||
<maven-checkstyle.version>3.3.1</maven-checkstyle.version>
|
||||
<nohttp-checkstyle.version>0.0.11</nohttp-checkstyle.version>
|
||||
<spring-format.version>0.0.40</spring-format.version>
|
||||
|
||||
<maven.test.skip>true</maven.test.skip>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
|
@ -161,7 +161,7 @@
|
|||
<repository>
|
||||
<id>github</id>
|
||||
<name>MyRepo</name>
|
||||
<url>https://github.com/JustFiesta/spring-petclinic.git</url>
|
||||
<url>https://maven.pkg.github.com/JustFiesta/spring-petclinic</url>
|
||||
</repository>
|
||||
</distributionManagement>
|
||||
|
||||
|
|
Loading…
Reference in a new issue