Moved the allow snapshot section out

This commit is contained in:
Marcin Grzejszczak
2018-06-07 15:11:59 +02:00
parent 7607770920
commit f5a610997e
9 changed files with 18 additions and 18 deletions

View File

@@ -205,7 +205,7 @@
<repository>
<id>spring-snapshots</id>
<name>Spring Snapshots</name>
<url>https://repo.spring.io/snapshot</url>
<url>https://repo.spring.io/libs-snapshot</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
@@ -218,7 +218,7 @@
<pluginRepository>
<id>spring-snapshots</id>
<name>Spring Snapshots</name>
<url>https://repo.spring.io/snapshot</url>
<url>https://repo.spring.io/libs-snapshot</url>
<snapshots>
<enabled>true</enabled>
</snapshots>