Spring Operator
|
f791ee31a9
|
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).
# Fixed URLs
## Fixed Success
These URLs were switched to an https URL with a 2xx status. While the status was successful, your review is still recommended.
* [ ] http://maven.apache.org/xsd/maven-4.0.0.xsd with 7 occurrences migrated to:
https://maven.apache.org/xsd/maven-4.0.0.xsd ([https](https://maven.apache.org/xsd/maven-4.0.0.xsd) result 200).
* [ ] http://www.spring.io with 1 occurrences migrated to:
https://www.spring.io ([https](https://www.spring.io) result 301).
* [ ] http://repo.spring.io/libs-milestone-local with 2 occurrences migrated to:
https://repo.spring.io/libs-milestone-local ([https](https://repo.spring.io/libs-milestone-local) result 302).
* [ ] http://repo.spring.io/libs-snapshot-local with 2 occurrences migrated to:
https://repo.spring.io/libs-snapshot-local ([https](https://repo.spring.io/libs-snapshot-local) result 302).
* [ ] http://repo.spring.io/release with 1 occurrences migrated to:
https://repo.spring.io/release ([https](https://repo.spring.io/release) result 302).
# Ignored
These URLs were intentionally ignored.
* http://maven.apache.org/POM/4.0.0 with 14 occurrences
* http://www.w3.org/2001/XMLSchema-instance with 7 occurrences
|
2019-03-26 00:10:25 -05:00 |
|
Spencer Gibb
|
b9a9f5167d
|
Going back to snapshots
|
2017-07-06 10:19:38 -06:00 |
|
Spencer Gibb
|
389cab1c5c
|
Update SNAPSHOT to 2.0.0.M1
|
2017-07-06 10:16:03 -06:00 |
|
Dave Syer
|
f89de3cc28
|
Bump versions
|
2017-06-30 15:29:54 +01:00 |
|
Spencer Gibb
|
e01a778ff3
|
adds spring.provides to starter
|
2017-03-02 12:39:16 -07:00 |
|
Spencer Gibb
|
0ce9db7b64
|
remove errant pom packaging
|
2017-03-02 12:32:12 -07:00 |
|
Spencer Gibb
|
9016cd8367
|
Creates a sample application.
Uses the starter and fixes conditional on class
|
2017-03-01 21:25:11 -07:00 |
|
Spencer Gibb
|
ee588eb66d
|
Move to standard spring cloud project structure.
fixes gh-25
|
2017-03-01 20:45:33 -07:00 |
|