Change remoteRepositories default to libs-milestone for M3 release

This commit is contained in:
Mark Pollack
2015-12-21 18:00:53 -05:00
parent 98863db7c2
commit b9b09b08b8

View File

@@ -37,7 +37,7 @@ public class ModuleResolverProperties {
/**
* Location of comma separated remote maven repositories from which modules will be downloaded, if not available locally.
*/
private String[] remoteRepositories = new String[] {"https://repo.spring.io/libs-snapshot"};
private String[] remoteRepositories = new String[] {"https://repo.spring.io/libs-milestone"};
/**
* Whether the resolver should operate in offline mode.