mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-18 05:25:50 +00:00
add distributionManagement
This commit is contained in:
parent
f9ff84f1d4
commit
3940742429
1 changed files with 15 additions and 6 deletions
21
pom.xml
21
pom.xml
|
@ -289,6 +289,21 @@
|
||||||
|
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
|
|
||||||
|
<distributionManagement>
|
||||||
|
<repository>
|
||||||
|
<id>local-repo</id>
|
||||||
|
<name>Local Repository</name>
|
||||||
|
<url>file://${user.home}/.m2/repository-local</url>
|
||||||
|
</repository>
|
||||||
|
</distributionManagement>
|
||||||
|
|
||||||
|
<scm>
|
||||||
|
<connection>scm:git:https://github.com/schurikova/spring-petclinic.git</connection>
|
||||||
|
<developerConnection>scm:git:https://github.com/schurikova/spring-petclinic.git</developerConnection>
|
||||||
|
<tag>spring-petclinic-4.0.0</tag>
|
||||||
|
</scm>
|
||||||
|
|
||||||
<licenses>
|
<licenses>
|
||||||
<license>
|
<license>
|
||||||
<name>Apache License, Version 2.0</name>
|
<name>Apache License, Version 2.0</name>
|
||||||
|
@ -296,12 +311,6 @@
|
||||||
</license>
|
</license>
|
||||||
</licenses>
|
</licenses>
|
||||||
|
|
||||||
<scm>
|
|
||||||
<connection>scm:git:https://github.com/schurikova/spring-petclinic.git</connection>
|
|
||||||
<developerConnection>scm:git:https://github.com/schurikova/spring-petclinic.git</developerConnection>
|
|
||||||
<tag>spring-petclinic-4.0.0</tag>
|
|
||||||
</scm>
|
|
||||||
|
|
||||||
<repositories>
|
<repositories>
|
||||||
<repository>
|
<repository>
|
||||||
<snapshots>
|
<snapshots>
|
||||||
|
|
Loading…
Reference in a new issue