mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-23 15:55:49 +00:00
1st build
This commit is contained in:
parent
146a95f648
commit
ca6effae1c
1 changed files with 16 additions and 0 deletions
16
pom.xml
16
pom.xml
|
@ -110,6 +110,22 @@
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
|
<distributionManagement>
|
||||||
|
<repository>
|
||||||
|
<id>central</id>
|
||||||
|
<name>DESKTOP-7VPBFRU-releases</name>
|
||||||
|
<url>http://192.168.0.110:8081/artifactory/libs-release</url>
|
||||||
|
</repository>
|
||||||
|
</distributionManagement>
|
||||||
|
|
||||||
|
<distributionManagement>
|
||||||
|
<snapshotRepository>
|
||||||
|
<id>snapshots</id>
|
||||||
|
<name>DESKTOP-7VPBFRU-snapshots</name>
|
||||||
|
<url>http://192.168.0.110:8081/artifactory/libs-snapshot</url>
|
||||||
|
</snapshotRepository>
|
||||||
|
</distributionManagement>
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
<plugins>
|
<plugins>
|
||||||
<plugin>
|
<plugin>
|
||||||
|
|
Loading…
Reference in a new issue