File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
samples/rest-notes-spring-data-rest Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -39,8 +39,8 @@ sonarqube {
39
39
ext {
40
40
springVersion = ' 5.0.5.RELEASE'
41
41
javadocLinks = [
42
- ' http ://docs.oracle.com/javase/8/docs/api/' ,
43
- " http ://docs.spring.io/spring-framework/docs/$springVersion /javadoc-api/" ,
42
+ ' https ://docs.oracle.com/javase/8/docs/api/' ,
43
+ " https ://docs.spring.io/spring-framework/docs/$springVersion /javadoc-api/" ,
44
44
' https://docs.jboss.org/hibernate/stable/beanvalidation/api/' ,
45
45
' https://docs.jboss.org/hibernate/stable/validator/api/'
46
46
] as String []
Original file line number Diff line number Diff line change @@ -15,12 +15,12 @@ def customizePom(pom, gradleProject) {
15
15
url = " https://github.com/spring-projects/spring-restdocs"
16
16
organization {
17
17
name = " Spring IO"
18
- url = " http ://projects.spring.io/spring-restdocs"
18
+ url = " https ://projects.spring.io/spring-restdocs"
19
19
}
20
20
licenses {
21
21
license {
22
22
name " The Apache Software License, Version 2.0"
23
- url " http ://www.apache.org/licenses/LICENSE-2.0.txt"
23
+ url " https ://www.apache.org/licenses/LICENSE-2.0.txt"
24
24
distribution " repo"
25
25
}
26
26
}
Original file line number Diff line number Diff line change 8
8
# "License"); you may not use this file except in compliance
9
9
# with the License. You may obtain a copy of the License at
10
10
#
11
- # http ://www.apache.org/licenses/LICENSE-2.0
11
+ # https ://www.apache.org/licenses/LICENSE-2.0
12
12
#
13
13
# Unless required by applicable law or agreed to in writing,
14
14
# software distributed under the License is distributed on an
Original file line number Diff line number Diff line change 7
7
@ REM "License"); you may not use this file except in compliance
8
8
@ REM with the License. You may obtain a copy of the License at
9
9
@ REM
10
- @ REM http ://www.apache.org/licenses/LICENSE-2.0
10
+ @ REM https ://www.apache.org/licenses/LICENSE-2.0
11
11
@ REM
12
12
@ REM Unless required by applicable law or agreed to in writing,
13
13
@ REM software distributed under the License is distributed on an
You can’t perform that action at this time.
0 commit comments