Use SSL for all HTTP URLs

See gh-591
This commit is contained in:
Spring Operator
2019-03-05 23:58:09 -06:00
committed by Andy Wilkinson
parent cfd097b60a
commit e23cfc6f3e
4 changed files with 6 additions and 6 deletions

View File

@@ -39,8 +39,8 @@ sonarqube {
ext {
springVersion = '5.0.5.RELEASE'
javadocLinks = [
'http://docs.oracle.com/javase/8/docs/api/',
"http://docs.spring.io/spring-framework/docs/$springVersion/javadoc-api/",
'https://docs.oracle.com/javase/8/docs/api/',
"https://docs.spring.io/spring-framework/docs/$springVersion/javadoc-api/",
'https://docs.jboss.org/hibernate/stable/beanvalidation/api/',
'https://docs.jboss.org/hibernate/stable/validator/api/'
] as String[]

View File

@@ -15,12 +15,12 @@ def customizePom(pom, gradleProject) {
url = "https://github.com/spring-projects/spring-restdocs"
organization {
name = "Spring IO"
url = "http://projects.spring.io/spring-restdocs"
url = "https://projects.spring.io/spring-restdocs"
}
licenses {
license {
name "The Apache Software License, Version 2.0"
url "http://www.apache.org/licenses/LICENSE-2.0.txt"
url "https://www.apache.org/licenses/LICENSE-2.0.txt"
distribution "repo"
}
}

View File

@@ -8,7 +8,7 @@
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
# https://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an

View File

@@ -7,7 +7,7 @@
@REM "License"); you may not use this file except in compliance
@REM with the License. You may obtain a copy of the License at
@REM
@REM http://www.apache.org/licenses/LICENSE-2.0
@REM https://www.apache.org/licenses/LICENSE-2.0
@REM
@REM Unless required by applicable law or agreed to in writing,
@REM software distributed under the License is distributed on an