Use snapshot rather than libs-snapshot when generating effective bom

Closes gh-27785
This commit is contained in:
Andy Wilkinson 2021-08-20 13:53:34 +01:00
parent 0a79cf76a3
commit 9f402f0428

View File

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