Change remoteRepositories default to libs-snapshot post release

This commit is contained in:
Mark Pollack
2015-12-22 10:45:43 -05:00
parent e858e0ba81
commit 373dd12fbb

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-milestone"};
private String[] remoteRepositories = new String[] {"https://repo.spring.io/libs-snapshot"};
/**
* Whether the resolver should operate in offline mode.