@@ -163,27 +163,27 @@ configure(allprojects) { project ->
163
163
}
164
164
165
165
ext. javadocLinks = [
166
- " http ://docs.oracle.com/javase/8/docs/api/" ,
167
- " http ://docs.oracle.com/javaee/7/api/" ,
168
- " http ://docs.oracle.com/cd/E13222_01/wls/docs90/javadocs/" , // CommonJ
169
- " http ://pic.dhe.ibm.com/infocenter/wasinfo/v7r0/topic/com.ibm.websphere.javadoc.doc/web/apidocs/" ,
170
- " http ://glassfish.java.net/nonav/docs/v3/api/" ,
171
- " http ://docs.jboss.org/jbossas/javadoc/4.0.5/connector/" ,
172
- " http ://docs.jboss.org/jbossas/javadoc/7.1.2.Final/" ,
173
- " http ://commons.apache.org/proper/commons-lang/javadocs/api-2.5/" ,
174
- " http ://commons.apache.org/proper/commons-codec/apidocs/" ,
175
- " http ://commons.apache.org/proper/commons-dbcp/apidocs/" ,
176
- " http ://portals.apache.org/pluto/portlet-2.0-apidocs/" ,
177
- " http ://tiles.apache.org/tiles-request/apidocs/" ,
178
- " http ://tiles.apache.org/framework/apidocs/" ,
166
+ " https ://docs.oracle.com/javase/8/docs/api/" ,
167
+ " https ://docs.oracle.com/javaee/7/api/" ,
168
+ " https ://docs.oracle.com/cd/E13222_01/wls/docs90/javadocs/" , // CommonJ
169
+ " https ://pic.dhe.ibm.com/infocenter/wasinfo/v7r0/topic/com.ibm.websphere.javadoc.doc/web/apidocs/" ,
170
+ " https ://glassfish.java.net/nonav/docs/v3/api/" ,
171
+ " https ://docs.jboss.org/jbossas/javadoc/4.0.5/connector/" ,
172
+ " https ://docs.jboss.org/jbossas/javadoc/7.1.2.Final/" ,
173
+ " https ://commons.apache.org/proper/commons-lang/javadocs/api-2.5/" ,
174
+ " https ://commons.apache.org/proper/commons-codec/apidocs/" ,
175
+ " https ://commons.apache.org/proper/commons-dbcp/apidocs/" ,
176
+ " https ://portals.apache.org/pluto/portlet-2.0-apidocs/" ,
177
+ " https ://tiles.apache.org/tiles-request/apidocs/" ,
178
+ " https ://tiles.apache.org/framework/apidocs/" ,
179
179
" http://aopalliance.sourceforge.net/doc/" ,
180
- " http ://www.eclipse.org/aspectj/doc/released/aspectj5rt-api/" ,
181
- " http ://ehcache.org/apidocs/" ,
182
- " http ://quartz-scheduler.org/api/2.2.0/" ,
183
- " http ://fasterxml.github.com/jackson-core/javadoc/2.3.0/" ,
184
- " http ://fasterxml.github.com/jackson-databind/javadoc/2.3.0/" ,
185
- " http ://fasterxml.github.io/jackson-dataformat-xml/javadoc/2.3.0/" ,
186
- " http ://hc.apache.org/httpcomponents-client-ga/httpclient/apidocs/"
180
+ " https ://www.eclipse.org/aspectj/doc/released/aspectj5rt-api/" ,
181
+ " https ://www. ehcache.org/apidocs/" ,
182
+ " https ://www. quartz-scheduler.org/api/2.2.0/" ,
183
+ " https ://fasterxml.github.com/jackson-core/javadoc/2.3.0/" ,
184
+ " https ://fasterxml.github.com/jackson-databind/javadoc/2.3.0/" ,
185
+ " https ://fasterxml.github.io/jackson-dataformat-xml/javadoc/2.3.0/" ,
186
+ " https ://hc.apache.org/httpcomponents-client-ga/httpclient/apidocs/"
187
187
] as String []
188
188
}
189
189
@@ -532,7 +532,7 @@ project("spring-oxm") {
532
532
533
533
compileTestJava {
534
534
// necessary to avoid java.lang.VerifyError on jibx compilation
535
- // see http ://jira.codehaus.org/browse/JIBX-465
535
+ // see https ://jira.codehaus.org/browse/JIBX-465
536
536
sourceCompatibility = 1.6
537
537
targetCompatibility = 1.6
538
538
}
@@ -1208,7 +1208,7 @@ configure(rootProject) {
1208
1208
baseName = " spring-framework"
1209
1209
classifier = " docs"
1210
1210
description = " Builds -${ classifier} archive containing api and reference " +
1211
- " for deployment at http ://static.springframework.org /spring-framework/docs."
1211
+ " for deployment at https ://docs.spring.io /spring-framework/docs."
1212
1212
1213
1213
from(" src/dist" ) {
1214
1214
include " changelog.txt"
@@ -1228,7 +1228,7 @@ configure(rootProject) {
1228
1228
baseName = " spring-framework"
1229
1229
classifier = " schema"
1230
1230
description = " Builds -${ classifier} archive containing all " +
1231
- " XSDs for deployment at http ://springframework.org/schema."
1231
+ " XSDs for deployment at https ://springframework.org/schema."
1232
1232
duplicatesStrategy ' exclude'
1233
1233
moduleProjects. each { subproject ->
1234
1234
def Properties schemas = new Properties ();
0 commit comments