Spring Operator
|
620d3eaed4
|
SWS-1057 - URL Cleanup.
This commit updates URLs to prefer the https protocol. Redirects are not followed to avoid accidentally expanding intentionally shortened URLs (i.e. if using a URL shortener).
These URLs were fixed successfully.
* http://spring.io migrated to:
https://spring.io ([https](https://spring.io) result 200).
* http://spring.io/projects/spring-ws migrated to:
https://spring.io/projects/spring-ws ([https](https://spring.io/projects/spring-ws) result 200).
* http://www.apache.org/licenses/LICENSE-2.0 migrated to:
https://www.apache.org/licenses/LICENSE-2.0 ([https](https://www.apache.org/licenses/LICENSE-2.0) result 200).
* http://repo.spring.io migrated to:
https://repo.spring.io ([https](https://repo.spring.io) result 302).
These URLs were intentionally ignored.
* http://maven.apache.org/POM/4.0.0
* http://maven.apache.org/xsd/maven-4.0.0.xsd
* http://www.w3.org/2001/XMLSchema-instance
|
2019-03-07 09:47:45 -06:00 |
|