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

@@ -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()
}