Replace 'springsource.org' with 'spring.io'

Replace all references to 'springsource.org' with the new 'spring.io'
domain.
This commit is contained in:
Phillip Webb
2013-09-23 14:44:59 -07:00
parent abb1420486
commit fd9e258d12
7 changed files with 25 additions and 620 deletions

View File

@@ -56,7 +56,7 @@ import org.springframework.boot.cli.Log;
* Spring repos to the search path, provide simple log progress feedback if downloads are
* taking a long time, and also fixes a problem where ivy cannot use a local Maven cache
* repo.
*
*
* @author Phillip Webb
* @author Dave Syer
*/
@@ -111,9 +111,9 @@ class GrapeEngineCustomizer {
// Add support for spring snapshots and milestones if required
if (!Boolean.getBoolean("disableSpringSnapshotRepos")) {
springBootResolver.addSpringSnapshotResolver(newResolver("spring-snapshot",
"http://repo.springsource.org/snapshot"));
"http://repo.spring.io/snapshot"));
springBootResolver.addSpringSnapshotResolver(newResolver("spring-milestone",
"http://repo.springsource.org/milestone"));
"http://repo.spring.io/milestone"));
}
// Replace the original resolvers