mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-22 23:35:50 +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>
|
||||
</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>
|
||||
<plugins>
|
||||
<plugin>
|
||||
|
|
Loading…
Reference in a new issue