Skip to content

Commit 359e7d9

Browse files
committed
Use libs-snapshot which can also resolve milestones and RCs
This ensures that RCs and Milestones are also able to be loaded using a single repository.
1 parent 97672cc commit 359e7d9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@
183183
<pluginRepository>
184184
<id>spring-snapshots</id>
185185
<name>Spring Snapshots</name>
186-
<url>https://repo.spring.io/snapshot</url>
186+
<url>https://repo.spring.io/libs-snapshot</url>
187187
<snapshots>
188188
<enabled>true</enabled>
189189
</snapshots>
@@ -193,7 +193,7 @@
193193
<repository>
194194
<id>spring-snapshots</id>
195195
<name>Spring Snapshots</name>
196-
<url>http://repo.spring.io/snapshot</url>
196+
<url>http://repo.spring.io/libs-snapshot</url>
197197
</repository>
198198
</repositories>
199199
</project>

0 commit comments

Comments
 (0)