mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-17 21:15:50 +00:00
Fixed release destination
This commit is contained in:
parent
46a05dd036
commit
4ab656f6c9
1 changed files with 2 additions and 2 deletions
4
pom.xml
4
pom.xml
|
@ -1,4 +1,4 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<xml version="1.0" encoding="UTF-8"?>
|
||||
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
@ -425,7 +425,7 @@
|
|||
</snapshotRepository>
|
||||
<repository>
|
||||
<id>deployment</id>
|
||||
<url>http://localhost:8081/repository/internal/</url>
|
||||
<url>http://localhost:8081/nexus/content/repositories/releases</url>
|
||||
</repository>
|
||||
</distributionManagement>
|
||||
|
||||
|
|
Loading…
Reference in a new issue