21 Commits

Author SHA1 Message Date
Spring Operator
52a672bae6 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 But Review Recommended
These URLs were fixed, but the https status was not OK. However, the https status was the same as the http request or http redirected to an https URL, so they were migrated. Your review is recommended.

* [ ] http://compose.docker.io/ (UnknownHostException) with 1 occurrences migrated to:
  https://compose.docker.io/ ([https](https://compose.docker.io/) result UnknownHostException).

## 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://dl.bintray.com/dsyer/generic/install-0.0.1.jar with 1 occurrences migrated to:
  https://dl.bintray.com/dsyer/generic/install-0.0.1.jar ([https](https://dl.bintray.com/dsyer/generic/install-0.0.1.jar) result 200).
* [ ] http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html with 1 occurrences migrated to:
  https://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html ([https](https://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html) result 200).
* [ ] http://plugins.jetbrains.com/plugin/6546 with 1 occurrences migrated to:
  https://plugins.jetbrains.com/plugin/6546 ([https](https://plugins.jetbrains.com/plugin/6546) result 301).
* [ ] http://projects.spring.io/spring-boot with 2 occurrences migrated to:
  https://projects.spring.io/spring-boot ([https](https://projects.spring.io/spring-boot) result 301).
* [ ] http://eclipse.org with 1 occurrences migrated to:
  https://eclipse.org ([https](https://eclipse.org) result 302).
* [ ] http://eclipse.org/m2e/ with 2 occurrences migrated to:
  https://eclipse.org/m2e/ ([https](https://eclipse.org/m2e/) result 302).
* [ ] http://www.springsource.com/developer/sts with 1 occurrences migrated to:
  https://www.springsource.com/developer/sts ([https](https://www.springsource.com/developer/sts) result 302).

# Ignored
These URLs were intentionally ignored.

* http://localhost with 1 occurrences
* http://localhost:8080/eureka/ with 2 occurrences
2019-03-26 03:10:38 -05:00
Spencer Gibb
00df0d83ea Update install instructions to 1.1.2.RELEASE 2016-07-01 12:18:17 -06:00
Dave Syer
b7b2f8f67a Update README and remove .settings.xml where appropriate 2016-05-12 10:47:36 +01:00
Dave Syer
c5a937146f Bump for Brixton.RC1 2016-03-24 11:27:20 +00:00
Dave Syer
ec0dcfd1bd Revert to snapshots 2016-02-05 12:44:25 +00:00
Dave Syer
032c96d86e Add integration tests and release 1.1.0.M5 2016-02-05 12:42:32 +00:00
Spencer Gibb
9be47f709b Update readme for code of conduct.
https://github.com/spring-cloud/spring-cloud-build/issues/26
2016-02-01 20:08:11 -07:00
Dave Syer
d240697f6f Update to Brixton.M3 2015-11-17 22:04:50 +00:00
Dave Syer
9a028eb13f Brixton.M1 release 2015-09-11 18:28:14 +01:00
Dave Syer
2c1c5dbc04 Update readmes 2015-08-14 11:09:51 +01:00
Dave Syer
40d1a977ec Fix README versions 2015-04-24 15:08:23 +01:00
Dave Syer
58cb4a8a36 Update install docs for 1.0.0 2015-03-20 22:58:33 +00:00
Dave Syer
15be5d87dd Updates to README 2015-03-20 15:26:36 +00:00
Dave Syer
aaaf07ef2d Update install docs 2015-02-02 12:04:43 +01:00
Dave Syer
68d5ad1634 Correct Spring Boot version 2014-12-19 17:09:19 +00:00
Dave Syer
574df6611d Update installation instructions for CLI
Fixes gh-4
2014-12-19 17:03:53 +00:00
Dave Syer
79e05b3421 Update README 2014-10-31 16:17:30 +00:00
Dave Syer
74b01c4967 Update bootstraps for cloud foundry 2014-10-13 14:02:38 +01:00
Dave Syer
33fff3d3a5 Tweak README 2014-10-02 11:41:14 +01:00
Dave Syer
b06a51fd6d Fix links in README 2014-09-29 14:57:04 +01:00
Dave Syer
65bc45ee20 Add README.adoc processor 2014-09-29 14:55:02 +01:00