reverted to snapshot repo for module resolution

This commit is contained in:
Mark Fisher
2015-12-21 17:07:34 -05:00
parent b869cb8c4b
commit 98863db7c2

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.