From 5b193ce081c9968b9d7b03e96a1ace4ec641661d Mon Sep 17 00:00:00 2001 From: Spring Operator Date: Mon, 25 Mar 2019 23:50:19 -0500 Subject: [PATCH] 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). # HTTP URLs that Could Not Be Fixed These URLs were unable to be fixed. Please review them to see if they can be manually resolved. * [ ] http://xslthl.sf.net (301) with 1 occurrences could not be migrated: ([https](https://xslthl.sf.net) result AnnotatedConnectException). # 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://www.puppycrawl.com/dtds/configuration_1_3.dtd (404) with 1 occurrences migrated to: https://www.puppycrawl.com/dtds/configuration_1_3.dtd ([https](https://www.puppycrawl.com/dtds/configuration_1_3.dtd) result 404). ## 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://asciidoctor.org with 1 occurrences migrated to: https://asciidoctor.org ([https](https://asciidoctor.org) result 200). * [ ] http://sourceforge.net/projects/xslthl/ with 14 occurrences migrated to: https://sourceforge.net/projects/xslthl/ ([https](https://sourceforge.net/projects/xslthl/) result 200). * [ ] http://www.w3.org/TR/CSS21/propidx.html with 1 occurrences migrated to: https://www.w3.org/TR/CSS21/propidx.html ([https](https://www.w3.org/TR/CSS21/propidx.html) result 200). * [ ] 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 10 occurrences * http://www.w3.org/2001/XMLSchema-instance with 5 occurrences --- .settings.xml | 10 +++++----- docs/src/main/docbook/xsl/xslthl-config.xml | 2 +- docs/src/main/docbook/xsl/xslthl/bourne-hl.xml | 2 +- docs/src/main/docbook/xsl/xslthl/c-hl.xml | 2 +- docs/src/main/docbook/xsl/xslthl/cpp-hl.xml | 2 +- docs/src/main/docbook/xsl/xslthl/csharp-hl.xml | 2 +- docs/src/main/docbook/xsl/xslthl/css-hl.xml | 4 ++-- docs/src/main/docbook/xsl/xslthl/html-hl.xml | 2 +- docs/src/main/docbook/xsl/xslthl/ini-hl.xml | 2 +- docs/src/main/docbook/xsl/xslthl/java-hl.xml | 2 +- docs/src/main/docbook/xsl/xslthl/javascript-hl.xml | 2 +- docs/src/main/docbook/xsl/xslthl/perl-hl.xml | 2 +- docs/src/main/docbook/xsl/xslthl/php-hl.xml | 2 +- docs/src/main/docbook/xsl/xslthl/properties-hl.xml | 2 +- docs/src/main/docbook/xsl/xslthl/python-hl.xml | 2 +- docs/src/main/docbook/xsl/xslthl/ruby-hl.xml | 2 +- docs/src/main/docbook/xsl/xslthl/sql2003-hl.xml | 2 +- .../src/main/resources/checkstyle.xml | 2 +- 18 files changed, 23 insertions(+), 23 deletions(-) diff --git a/.settings.xml b/.settings.xml index 6c355129..08951caf 100644 --- a/.settings.xml +++ b/.settings.xml @@ -21,7 +21,7 @@ spring-snapshots Spring Snapshots - http://repo.spring.io/libs-snapshot-local + https://repo.spring.io/libs-snapshot-local true @@ -29,7 +29,7 @@ spring-milestones Spring Milestones - http://repo.spring.io/libs-milestone-local + https://repo.spring.io/libs-milestone-local false @@ -37,7 +37,7 @@ spring-releases Spring Releases - http://repo.spring.io/release + https://repo.spring.io/release false @@ -47,7 +47,7 @@ spring-snapshots Spring Snapshots - http://repo.spring.io/libs-snapshot-local + https://repo.spring.io/libs-snapshot-local true @@ -55,7 +55,7 @@ spring-milestones Spring Milestones - http://repo.spring.io/libs-milestone-local + https://repo.spring.io/libs-milestone-local false diff --git a/docs/src/main/docbook/xsl/xslthl-config.xml b/docs/src/main/docbook/xsl/xslthl-config.xml index e4d677fc..e354da15 100644 --- a/docs/src/main/docbook/xsl/xslthl-config.xml +++ b/docs/src/main/docbook/xsl/xslthl-config.xml @@ -19,5 +19,5 @@ - + diff --git a/docs/src/main/docbook/xsl/xslthl/bourne-hl.xml b/docs/src/main/docbook/xsl/xslthl/bourne-hl.xml index e2cd98d8..90408acc 100644 --- a/docs/src/main/docbook/xsl/xslthl/bourne-hl.xml +++ b/docs/src/main/docbook/xsl/xslthl/bourne-hl.xml @@ -4,7 +4,7 @@ Syntax highlighting definition for SH xslthl - XSLT Syntax Highlighting -http://sourceforge.net/projects/xslthl/ +https://sourceforge.net/projects/xslthl/ Copyright (C) 2010 Mathieu Malaterre This software is provided 'as-is', without any express or implied diff --git a/docs/src/main/docbook/xsl/xslthl/c-hl.xml b/docs/src/main/docbook/xsl/xslthl/c-hl.xml index 176cc379..7363dba9 100644 --- a/docs/src/main/docbook/xsl/xslthl/c-hl.xml +++ b/docs/src/main/docbook/xsl/xslthl/c-hl.xml @@ -3,7 +3,7 @@ Syntax highlighting definition for C xslthl - XSLT Syntax Highlighting -http://sourceforge.net/projects/xslthl/ +https://sourceforge.net/projects/xslthl/ Copyright (C) 2005-2008 Michal Molhanec, Jirka Kosek, Michiel Hendriks This software is provided 'as-is', without any express or implied diff --git a/docs/src/main/docbook/xsl/xslthl/cpp-hl.xml b/docs/src/main/docbook/xsl/xslthl/cpp-hl.xml index ef83c4f5..b31f7362 100644 --- a/docs/src/main/docbook/xsl/xslthl/cpp-hl.xml +++ b/docs/src/main/docbook/xsl/xslthl/cpp-hl.xml @@ -4,7 +4,7 @@ Syntax highlighting definition for C++ xslthl - XSLT Syntax Highlighting -http://sourceforge.net/projects/xslthl/ +https://sourceforge.net/projects/xslthl/ Copyright (C) 2005-2008 Michal Molhanec, Jirka Kosek, Michiel Hendriks This software is provided 'as-is', without any express or implied diff --git a/docs/src/main/docbook/xsl/xslthl/csharp-hl.xml b/docs/src/main/docbook/xsl/xslthl/csharp-hl.xml index d57e6310..09373348 100644 --- a/docs/src/main/docbook/xsl/xslthl/csharp-hl.xml +++ b/docs/src/main/docbook/xsl/xslthl/csharp-hl.xml @@ -4,7 +4,7 @@ Syntax highlighting definition for C# xslthl - XSLT Syntax Highlighting -http://sourceforge.net/projects/xslthl/ +https://sourceforge.net/projects/xslthl/ Copyright (C) 2005-2008 Michal Molhanec, Jirka Kosek, Michiel Hendriks This software is provided 'as-is', without any express or implied diff --git a/docs/src/main/docbook/xsl/xslthl/css-hl.xml b/docs/src/main/docbook/xsl/xslthl/css-hl.xml index 164c48c3..21439ae6 100644 --- a/docs/src/main/docbook/xsl/xslthl/css-hl.xml +++ b/docs/src/main/docbook/xsl/xslthl/css-hl.xml @@ -4,7 +4,7 @@ Syntax highlighting definition for CSS files xslthl - XSLT Syntax Highlighting -http://sourceforge.net/projects/xslthl/ +https://sourceforge.net/projects/xslthl/ Copyright (C) 2011-2012 Martin Hujer, Michiel Hendriks This software is provided 'as-is', without any express or implied @@ -26,7 +26,7 @@ freely, subject to the following restrictions: Martin Hujer Michiel Hendriks -Reference: http://www.w3.org/TR/CSS21/propidx.html +Reference: https://www.w3.org/TR/CSS21/propidx.html --> diff --git a/docs/src/main/docbook/xsl/xslthl/html-hl.xml b/docs/src/main/docbook/xsl/xslthl/html-hl.xml index 5b6761ba..366cd46f 100644 --- a/docs/src/main/docbook/xsl/xslthl/html-hl.xml +++ b/docs/src/main/docbook/xsl/xslthl/html-hl.xml @@ -7,7 +7,7 @@ myxml-hl.xml - konfigurace zvyraznovace XML, ktera zvlast zvyrazni HTML elementy a XSL elementy - This file has been customized for the Asciidoctor project (http://asciidoctor.org). + This file has been customized for the Asciidoctor project (https://asciidoctor.org). --> diff --git a/docs/src/main/docbook/xsl/xslthl/ini-hl.xml b/docs/src/main/docbook/xsl/xslthl/ini-hl.xml index 34c10363..6bd60b3e 100644 --- a/docs/src/main/docbook/xsl/xslthl/ini-hl.xml +++ b/docs/src/main/docbook/xsl/xslthl/ini-hl.xml @@ -4,7 +4,7 @@ Syntax highlighting definition for ini files xslthl - XSLT Syntax Highlighting -http://sourceforge.net/projects/xslthl/ +https://sourceforge.net/projects/xslthl/ Copyright (C) 2005-2008 Michal Molhanec, Jirka Kosek, Michiel Hendriks This software is provided 'as-is', without any express or implied diff --git a/docs/src/main/docbook/xsl/xslthl/java-hl.xml b/docs/src/main/docbook/xsl/xslthl/java-hl.xml index f7bb1641..4fe3c1fe 100644 --- a/docs/src/main/docbook/xsl/xslthl/java-hl.xml +++ b/docs/src/main/docbook/xsl/xslthl/java-hl.xml @@ -4,7 +4,7 @@ Syntax highlighting definition for Java xslthl - XSLT Syntax Highlighting -http://sourceforge.net/projects/xslthl/ +https://sourceforge.net/projects/xslthl/ Copyright (C) 2005-2008 Michal Molhanec, Jirka Kosek, Michiel Hendriks This software is provided 'as-is', without any express or implied diff --git a/docs/src/main/docbook/xsl/xslthl/javascript-hl.xml b/docs/src/main/docbook/xsl/xslthl/javascript-hl.xml index 99b8a71e..91620401 100644 --- a/docs/src/main/docbook/xsl/xslthl/javascript-hl.xml +++ b/docs/src/main/docbook/xsl/xslthl/javascript-hl.xml @@ -4,7 +4,7 @@ Syntax highlighting definition for JavaScript xslthl - XSLT Syntax Highlighting -http://sourceforge.net/projects/xslthl/ +https://sourceforge.net/projects/xslthl/ Copyright (C) 2005-2008 Michal Molhanec, Jirka Kosek, Michiel Hendriks This software is provided 'as-is', without any express or implied diff --git a/docs/src/main/docbook/xsl/xslthl/perl-hl.xml b/docs/src/main/docbook/xsl/xslthl/perl-hl.xml index 73d71cc0..c8a4d590 100644 --- a/docs/src/main/docbook/xsl/xslthl/perl-hl.xml +++ b/docs/src/main/docbook/xsl/xslthl/perl-hl.xml @@ -4,7 +4,7 @@ Syntax highlighting definition for Perl xslthl - XSLT Syntax Highlighting -http://sourceforge.net/projects/xslthl/ +https://sourceforge.net/projects/xslthl/ Copyright (C) 2005-2008 Michal Molhanec, Jirka Kosek, Michiel Hendriks This software is provided 'as-is', without any express or implied diff --git a/docs/src/main/docbook/xsl/xslthl/php-hl.xml b/docs/src/main/docbook/xsl/xslthl/php-hl.xml index 1da25b8c..3ea15787 100644 --- a/docs/src/main/docbook/xsl/xslthl/php-hl.xml +++ b/docs/src/main/docbook/xsl/xslthl/php-hl.xml @@ -4,7 +4,7 @@ Syntax highlighting definition for PHP xslthl - XSLT Syntax Highlighting -http://sourceforge.net/projects/xslthl/ +https://sourceforge.net/projects/xslthl/ Copyright (C) 2005-2008 Michal Molhanec, Jirka Kosek, Michiel Hendriks This software is provided 'as-is', without any express or implied diff --git a/docs/src/main/docbook/xsl/xslthl/properties-hl.xml b/docs/src/main/docbook/xsl/xslthl/properties-hl.xml index 775f2f13..8205aac3 100644 --- a/docs/src/main/docbook/xsl/xslthl/properties-hl.xml +++ b/docs/src/main/docbook/xsl/xslthl/properties-hl.xml @@ -4,7 +4,7 @@ Syntax highlighting definition for Java xslthl - XSLT Syntax Highlighting -http://sourceforge.net/projects/xslthl/ +https://sourceforge.net/projects/xslthl/ Copyright (C) 2005-2008 Michal Molhanec, Jirka Kosek, Michiel Hendriks This software is provided 'as-is', without any express or implied diff --git a/docs/src/main/docbook/xsl/xslthl/python-hl.xml b/docs/src/main/docbook/xsl/xslthl/python-hl.xml index a4674432..72bf0dbb 100644 --- a/docs/src/main/docbook/xsl/xslthl/python-hl.xml +++ b/docs/src/main/docbook/xsl/xslthl/python-hl.xml @@ -4,7 +4,7 @@ Syntax highlighting definition for Python xslthl - XSLT Syntax Highlighting -http://sourceforge.net/projects/xslthl/ +https://sourceforge.net/projects/xslthl/ Copyright (C) 2005-2008 Michal Molhanec, Jirka Kosek, Michiel Hendriks This software is provided 'as-is', without any express or implied diff --git a/docs/src/main/docbook/xsl/xslthl/ruby-hl.xml b/docs/src/main/docbook/xsl/xslthl/ruby-hl.xml index d105640e..a2cee724 100644 --- a/docs/src/main/docbook/xsl/xslthl/ruby-hl.xml +++ b/docs/src/main/docbook/xsl/xslthl/ruby-hl.xml @@ -4,7 +4,7 @@ Syntax highlighting definition for Ruby xslthl - XSLT Syntax Highlighting -http://sourceforge.net/projects/xslthl/ +https://sourceforge.net/projects/xslthl/ Copyright (C) 2005-2008 Michal Molhanec, Jirka Kosek, Michiel Hendriks This software is provided 'as-is', without any express or implied diff --git a/docs/src/main/docbook/xsl/xslthl/sql2003-hl.xml b/docs/src/main/docbook/xsl/xslthl/sql2003-hl.xml index ac1d5d04..65c08a36 100644 --- a/docs/src/main/docbook/xsl/xslthl/sql2003-hl.xml +++ b/docs/src/main/docbook/xsl/xslthl/sql2003-hl.xml @@ -4,7 +4,7 @@ Syntax highlighting definition for SQL:1999 xslthl - XSLT Syntax Highlighting -http://sourceforge.net/projects/xslthl/ +https://sourceforge.net/projects/xslthl/ Copyright (C) 2012 Michiel Hendriks, Martin Hujer, k42b3 This software is provided 'as-is', without any express or implied diff --git a/spring-cloud-build-tools/src/main/resources/checkstyle.xml b/spring-cloud-build-tools/src/main/resources/checkstyle.xml index 79233ddb..ce80589e 100644 --- a/spring-cloud-build-tools/src/main/resources/checkstyle.xml +++ b/spring-cloud-build-tools/src/main/resources/checkstyle.xml @@ -1,7 +1,7 @@ + "https://www.puppycrawl.com/dtds/configuration_1_3.dtd">