Replace 'springsource.org' with 'spring.io'
Replace all references to 'springsource.org' with the new 'spring.io' domain.
This commit is contained in:
@@ -38,11 +38,11 @@ If you are using a milestone or snapshot release you will also need to add appro
|
||||
<pluginRepositories>
|
||||
<pluginRepository>
|
||||
<id>spring-snapshots</id>
|
||||
<url>http://repo.springsource.org/snapshot</url>
|
||||
<url>http://repo.spring.io/snapshot</url>
|
||||
</pluginRepository>
|
||||
<pluginRepository>
|
||||
<id>spring-milestones</id>
|
||||
<url>http://repo.springsource.org/milestone</url>
|
||||
<url>http://repo.spring.io/milestone</url>
|
||||
</pluginRepository>
|
||||
</pluginRepositories>
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user