Make milestone builds are available to the samples

This commit is contained in:
Andy Wilkinson
2015-09-08 16:07:15 +01:00
parent fe84aef912
commit 1e53502958
2 changed files with 2 additions and 2 deletions

View File

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

View File

@@ -17,7 +17,7 @@ apply plugin: 'eclipse'
repositories {
mavenLocal()
maven { url 'https://repo.spring.io/snapshot' }
maven { url 'https://repo.spring.io/libs-snapshot' }
mavenCentral()
}