Use SSL for all HTTP URLs
See gh-591
This commit is contained in:
committed by
Andy Wilkinson
parent
cfd097b60a
commit
e23cfc6f3e
@@ -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[]
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
2
samples/rest-notes-spring-data-rest/mvnw
vendored
2
samples/rest-notes-spring-data-rest/mvnw
vendored
@@ -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
|
||||
|
||||
2
samples/rest-notes-spring-data-rest/mvnw.cmd
vendored
2
samples/rest-notes-spring-data-rest/mvnw.cmd
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user