31 Commits

Author SHA1 Message Date
Ryan Baxter
8789ac642f Bumping to next version 2019-05-22 11:52:04 -04:00
Ryan Baxter
288d981e8c Revert "1.3.13.RELEASE"
This reverts commit ab1d3cfa88.
2019-05-22 11:50:21 -04:00
Ryan Baxter
ab1d3cfa88 1.3.13.RELEASE 2019-05-22 11:47:08 -04:00
Ryan Baxter
73ad230f31 Bumping to next release 2019-05-09 16:16:25 -04:00
Ryan Baxter
98db345188 1.3.12.RELEASE 2019-05-09 15:51:57 -04:00
Spring Operator
f2b58d9da1 URL Cleanup (#93)
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 5 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://stackoverflow.com/questions/1593051/how-to-programmatically-determine-the-current-checked-out-git-branch with 1 occurrences migrated to:  
  https://stackoverflow.com/questions/1593051/how-to-programmatically-determine-the-current-checked-out-git-branch ([https](https://stackoverflow.com/questions/1593051/how-to-programmatically-determine-the-current-checked-out-git-branch) result 200).
* http://stackoverflow.com/questions/29300806/a-bash-script-to-check-if-a-string-is-present-in-a-comma-separated-list-of-strin with 1 occurrences migrated to:  
  https://stackoverflow.com/questions/29300806/a-bash-script-to-check-if-a-string-is-present-in-a-comma-separated-list-of-strin ([https](https://stackoverflow.com/questions/29300806/a-bash-script-to-check-if-a-string-is-present-in-a-comma-separated-list-of-strin) result 200).
* http://www.apache.org/licenses/LICENSE-2.0 with 4 occurrences migrated to:  
  https://www.apache.org/licenses/LICENSE-2.0 ([https](https://www.apache.org/licenses/LICENSE-2.0) result 200).
* http://www.spring.io with 6 occurrences migrated to:  
  https://www.spring.io ([https](https://www.spring.io) result 301).

# Ignored
These URLs were intentionally ignored.

* http://maven.apache.org/POM/4.0.0 with 10 occurrences
* http://www.w3.org/2001/XMLSchema-instance with 5 occurrences
2019-03-16 11:34:22 -04:00
Ryan Baxter
084ba0f6ac Bumping version for next release 2018-10-12 10:54:29 -04:00
Ryan Baxter
f67ba21d7b Version changes for 1.3.11.RELEASE 2018-10-12 10:41:08 -04:00
Ryan Baxter
c937f501ce Bumping boot to 1.5.16 and moving back to 1.3.11 2018-10-12 10:36:18 -04:00
buildmaster
bb6f4b3763 Bumping versions to 1.3.12.BUILD-SNAPSHOT after release 2018-06-28 14:15:46 +00:00
buildmaster
167f2b2f7d Going back to snapshots 2018-06-28 14:15:46 +00:00
buildmaster
d15f4f1ec7 Update SNAPSHOT to 1.3.10.RELEASE 2018-06-28 14:14:39 +00:00
buildmaster
5f3c88babc Bumping versions to 1.3.11.BUILD-SNAPSHOT after release 2018-06-28 13:39:47 +00:00
buildmaster
0e386af8ac Going back to snapshots 2018-06-28 13:39:47 +00:00
buildmaster
712ff51fb8 Update SNAPSHOT to 1.3.10.RELEASE 2018-06-28 13:38:58 +00:00
Dave Syer
ae73ec3da9 Revert to snapshots 2018-04-24 10:15:55 +01:00
Dave Syer
4b2628d05a Update to Boot 1.5.12 2018-04-24 10:15:21 +01:00
Ryan Baxter
f020bf77a9 bumping version to next release 2018-02-07 15:56:36 -05:00
Ryan Baxter
a2bb813307 Revert "1.3.8.RELEASE"
This reverts commit 136880ebe3.
2018-02-07 15:43:48 -05:00
Ryan Baxter
136880ebe3 1.3.8.RELEASE 2018-02-07 15:40:00 -05:00
buildmaster
924ed94f88 Bumping versions to 1.3.8.BUILD-SNAPSHOT after release 2017-12-21 17:37:30 +00:00
buildmaster
c508ad4a2f Going back to snapshots 2017-12-21 17:37:30 +00:00
buildmaster
db230a7b3d Update SNAPSHOT to 1.3.7.RELEASE 2017-12-21 17:36:44 +00:00
Spencer Gibb
f4c22a5151 Fix docs whitelist branch 2017-11-28 12:20:09 -05:00
buildmaster
34aaa7e1f1 Bumping versions to 1.3.7.BUILD-SNAPSHOT after release 2017-11-20 10:34:54 +00:00
buildmaster
e9ef6a7e53 Going back to snapshots 2017-11-20 10:34:54 +00:00
buildmaster
203d35ed0a Update SNAPSHOT to 1.3.6.RELEASE 2017-11-20 10:34:16 +00:00
Dave Syer
7d5abfdf13 Revert to snapshots 2017-09-12 17:43:57 +01:00
Dave Syer
80fa01c000 Update to 1.3.5.RELEASE 2017-09-12 17:40:43 +01:00
Marcin Grzejszczak
8f19618cc2 Let's eat our own dogfood
sc-build reuses sc-build logic to generate its own docs
2017-08-31 14:08:45 +02:00
Marcin Grzejszczak
4d0246d73e Started to publish the docs module as a jar
without this change we copy paste all the scripts, resources etc. to every single project
with this change each project will have this project's resources unpacked in the local `target` directory. The docs generation already reference this changed location so no need to copy paste of any resources is required

fixes #60
2017-08-31 13:48:43 +02:00