File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -43,14 +43,14 @@ allprojects {
43
43
}
44
44
45
45
ext. javadocLinks = [
46
- ' http ://docs.oracle.com/javase/7/docs/api/' ,
47
- ' http ://docs.oracle.com/javaee/6/api/' ,
48
- ' http ://docs.spring.io/spring/docs/current/javadoc-api/' ,
49
- ' http ://docs.spring.io/spring-amqp/docs/current/api/' ,
50
- ' http ://docs.spring.io/spring-data-gemfire/docs/current/api/' ,
51
- ' http ://docs.spring.io/spring-data/data-mongo/docs/current/api/' ,
52
- ' http ://docs.spring.io/spring-data/data-redis/docs/current/api/' ,
53
- ' http ://docs.spring.io/spring-ws/sites/2.0/apidocs/'
46
+ ' https ://docs.oracle.com/javase/7/docs/api/' ,
47
+ ' https ://docs.oracle.com/javaee/6/api/' ,
48
+ ' https ://docs.spring.io/spring/docs/current/javadoc-api/' ,
49
+ ' https ://docs.spring.io/spring-amqp/docs/current/api/' ,
50
+ ' https ://docs.spring.io/spring-data-gemfire/docs/current/api/' ,
51
+ ' https ://docs.spring.io/spring-data/data-mongo/docs/current/api/' ,
52
+ ' https ://docs.spring.io/spring-data/data-redis/docs/current/api/' ,
53
+ ' https ://docs.spring.io/spring-ws/sites/2.0/apidocs/'
54
54
] as String []
55
55
56
56
}
Original file line number Diff line number Diff line change @@ -34,12 +34,12 @@ def customizePom(pom, gradleProject) {
34
34
url = linkHomepage
35
35
organization {
36
36
name = ' SpringIO'
37
- url = ' http ://spring.io'
37
+ url = ' https ://spring.io'
38
38
}
39
39
licenses {
40
40
license {
41
41
name ' The Apache Software License, Version 2.0'
42
- url ' http ://www.apache.org/licenses/LICENSE-2.0.txt'
42
+ url ' https ://www.apache.org/licenses/LICENSE-2.0.txt'
43
43
distribution ' repo'
44
44
}
45
45
}
You can’t perform that action at this time.
0 commit comments