Spring Operator
d789a11cc7
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://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html with 2 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 2 occurrences migrated to:
https://plugins.jetbrains.com/plugin/6546 ([https](https://plugins.jetbrains.com/plugin/6546 ) result 301).
2019-03-26 03:47:42 -05:00
Thomas Risberg
1fa159bead
Fix instructions for RELEASE build ( #91 )
...
* Fix instructions for RELEASE build
- this got clobbered as part of 45afb30582 (diff-7bd4a925c695c2eb0eced3872b9b965f)
* - adding fix to docs/src/main/asciidoc
2018-04-05 15:07:33 -04:00
Dave Syer
ed5fcf521f
Rename starters->release
2016-08-16 07:53:39 +01:00
Dave Syer
8ae75314e1
Update README with new CLA link
2016-07-11 14:35:12 +01:00
Dave Syer
45afb30582
Revert to snapshots (Brixton still)
2016-06-10 17:11:22 +01:00
Spencer Gibb
0b022837e2
Update readme for code of conduct.
...
See https://github.com/spring-cloud/spring-cloud-build/issues/26
2016-02-01 20:18:23 -07:00
Dave Syer
f034d17e88
Update to Brixton.M2
2015-11-02 15:53:46 +00:00
Roy Clarkson
672b30cc00
Fix Maven deploy commands
2015-09-25 16:40:01 -05:00
Dave Syer
f54e4ff303
Update readmes
2015-08-14 11:09:54 +01:00
Dave Syer
d4cef5673e
Explicit exclude not needed if users have BOM or parent
2015-03-20 15:28:03 +00:00
Dave Syer
f704e91b7a
Clean up parent poms and clarify building and deploying
...
To deploy to snapshot repos you need
-DaltSnapshotDeploymentRepository=\
repo.spring.io::default::https://repo.spring.io/libs-snapshot-local
(as per /travis.yml) because the parent for spring-cloud-starter-parent
does not have a repository declared.
2015-03-02 16:46:52 +00:00
Dave Syer
91cdf4e44f
Change docs path in README
2014-12-11 15:41:36 +00:00
Dave Syer
8b1acfe3dd
Fix docs profile
2014-11-24 17:09:52 +00:00
Dave Syer
deafa32dd0
Update README
2014-10-31 16:17:30 +00:00
Dave Syer
fc2d5d8746
Automate docs build with shared parent pom
2014-10-06 11:22:21 +01:00