Default repository location for ModuleResolverProperties should be libs-milestone

This commit is contained in:
Mark Pollack
2015-12-21 11:53:48 -05:00
parent 7550a89a25
commit 17d49bebde

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.