This repository was archived by the owner on Apr 5, 2022. It is now read-only.
File tree 3 files changed +9
-9
lines changed
3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -61,11 +61,11 @@ configure(allprojects) {
61
61
}
62
62
63
63
ext. javadocLinks = [
64
- " http ://docs.jboss.org/jbossas/javadoc/4.0.5/connector/" ,
65
- " http ://fasterxml.github.com/jackson-core/javadoc/2.3.0/" ,
66
- " http ://fasterxml.github.com/jackson-databind/javadoc/2.3.0/" ,
67
- " http ://google-gson.googlecode.com/svn/trunk/gson/docs/javadocs/" ,
68
- " http ://hc.apache.org/httpcomponents-client-ga/httpclient/apidocs/"
64
+ " https ://docs.jboss.org/jbossas/javadoc/4.0.5/connector/" ,
65
+ " https ://fasterxml.github.com/jackson-core/javadoc/2.3.0/" ,
66
+ " https ://fasterxml.github.com/jackson-databind/javadoc/2.3.0/" ,
67
+ " https ://google-gson.googlecode.com/svn/trunk/gson/docs/javadocs/" ,
68
+ " https ://hc.apache.org/httpcomponents-client-ga/httpclient/apidocs/"
69
69
] as String []
70
70
71
71
// servlet-api (2.5) and tomcat-servlet-api (3.0) classpath entries should not be
Original file line number Diff line number Diff line change @@ -34,12 +34,12 @@ def customizePom(pom, gradleProject) {
34
34
url = " https://github.com/spring-projects/spring-android"
35
35
organization {
36
36
name = " Spring IO"
37
- url = " http ://projects.spring.io/spring-android"
37
+ url = " https ://projects.spring.io/spring-android"
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
}
Original file line number Diff line number Diff line change 13
13
14
14
<organization >
15
15
<name >Pivotal Software, Inc.</name >
16
- <url >http ://www.spring.io</url >
16
+ <url >https ://www.spring.io</url >
17
17
</organization >
18
18
19
19
<modules >
89
89
<repository >
90
90
<id >spring-snapshot</id >
91
91
<name >Spring Snapshot Repository</name >
92
- <url >http ://repo.spring.io/libs-snapshot</url >
92
+ <url >https ://repo.spring.io/libs-snapshot</url >
93
93
</repository >
94
94
</repositories >
95
95
You can’t perform that action at this time.
0 commit comments