Use snapshot rather than libs-snapshot when generating effective bom

Closes gh-27785
pull/28061/head
Andy Wilkinson 3 years ago
parent 0a79cf76a3
commit 9f402f0428

@ -9,7 +9,7 @@
<repositories> <repositories>
<repository> <repository>
<id>spring-snapshot</id> <id>spring-snapshot</id>
<url>https://repo.spring.io/libs-snapshot</url> <url>https://repo.spring.io/snapshot</url>
<snapshots> <snapshots>
<enabled>true</enabled> <enabled>true</enabled>
</snapshots> </snapshots>

Loading…
Cancel
Save