used release repository
This commit is contained in:
parent
314910468f
commit
bff407ca05
|
@ -30,8 +30,8 @@
|
|||
</repository>
|
||||
<repository>
|
||||
<id>spring-milestone</id>
|
||||
<name>Spring Release Repository</name>
|
||||
<url>https://repo.spring.io/release</url>
|
||||
<name>Spring Milestone Repository</name>
|
||||
<url>https://repo.spring.io/milestone</url>
|
||||
</repository>
|
||||
</repositories>
|
||||
|
||||
|
|
|
@ -33,8 +33,8 @@
|
|||
<repositories>
|
||||
<repository>
|
||||
<id>spring-milestones</id>
|
||||
<name>Spring Release</name>
|
||||
<url>https://repo.spring.io/libs-release</url>
|
||||
<name>Spring Milestones</name>
|
||||
<url>https://repo.spring.io/libs-milestone</url>
|
||||
<snapshots>
|
||||
<enabled>false</enabled>
|
||||
</snapshots>
|
||||
|
|
Loading…
Reference in New Issue