Browse Source

Use snapshot rather than libs-snapshot when generating effective bom

Closes gh-27785
pull/28061/head
Andy Wilkinson 4 years ago
parent
commit
9f402f0428
  1. 2
      buildSrc/src/main/resources/effective-bom-settings.xml

2
buildSrc/src/main/resources/effective-bom-settings.xml

@ -9,7 +9,7 @@ @@ -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>

Loading…
Cancel
Save