@@ -186,27 +186,27 @@ configure(allprojects) { project ->
186
186
}
187
187
188
188
ext. javadocLinks = [
189
- " http ://docs.oracle.com/javase/8/docs/api/" ,
190
- " http ://docs.oracle.com/javaee/7/api/" ,
191
- " http ://docs.oracle.com/cd/E13222_01/wls/docs90/javadocs/" , // CommonJ
192
- " http ://pic.dhe.ibm.com/infocenter/wasinfo/v7r0/topic/com.ibm.websphere.javadoc.doc/web/apidocs/" ,
193
- " http ://glassfish.java.net/nonav/docs/v3/api/" ,
194
- " http ://docs.jboss.org/jbossas/javadoc/4.0.5/connector/" ,
195
- " http ://docs.jboss.org/jbossas/javadoc/7.1.2.Final/" ,
196
- " http ://commons.apache.org/proper/commons-lang/javadocs/api-2.5/" ,
197
- " http ://commons.apache.org/proper/commons-codec/apidocs/" ,
198
- " http ://commons.apache.org/proper/commons-dbcp/apidocs/" ,
199
- " http ://portals.apache.org/pluto/portlet-2.0-apidocs/" ,
200
- " http ://tiles.apache.org/tiles-request/apidocs/" ,
201
- " http ://tiles.apache.org/framework/apidocs/" ,
202
- " http ://www.eclipse.org/aspectj/doc/released/aspectj5rt-api/" ,
203
- " http ://ehcache.org/apidocs/${ ehcacheVersion} " ,
204
- " http ://ehcache.org/apidocs/${ ehcache3Version} " ,
205
- " http ://quartz-scheduler.org/api/2.2.1 /" ,
206
- " http ://fasterxml.github.io/jackson-core/javadoc/2.8/" ,
207
- " http ://fasterxml.github.io/jackson-databind/javadoc/2.8/" ,
208
- " http ://fasterxml.github.io/jackson-dataformat-xml/javadoc/2.8/" ,
209
- " http ://hc.apache.org/httpcomponents-client-ga/httpclient/apidocs/" ,
189
+ " https ://docs.oracle.com/javase/8/docs/api/" ,
190
+ " https ://docs.oracle.com/javaee/7/api/" ,
191
+ " https ://docs.oracle.com/cd/E13222_01/wls/docs90/javadocs/" , // CommonJ
192
+ " https ://pic.dhe.ibm.com/infocenter/wasinfo/v7r0/topic/com.ibm.websphere.javadoc.doc/web/apidocs/" ,
193
+ " https ://glassfish.java.net/nonav/docs/v3/api/" ,
194
+ " https ://docs.jboss.org/jbossas/javadoc/4.0.5/connector/" ,
195
+ " https ://docs.jboss.org/jbossas/javadoc/7.1.2.Final/" ,
196
+ " https ://commons.apache.org/proper/commons-lang/javadocs/api-2.5/" ,
197
+ " https ://commons.apache.org/proper/commons-codec/apidocs/" ,
198
+ " https ://commons.apache.org/proper/commons-dbcp/apidocs/" ,
199
+ " https ://portals.apache.org/pluto/portlet-2.0-apidocs/" ,
200
+ " https ://tiles.apache.org/tiles-request/apidocs/" ,
201
+ " https ://tiles.apache.org/framework/apidocs/" ,
202
+ " https ://www.eclipse.org/aspectj/doc/released/aspectj5rt-api/" ,
203
+ " https ://www. ehcache.org/apidocs/${ ehcacheVersion} / " ,
204
+ " https ://www. ehcache.org/apidocs/${ ehcache3Version} / " ,
205
+ " https ://www. quartz-scheduler.org/api/2.2.3 /" ,
206
+ " https ://fasterxml.github.io/jackson-core/javadoc/2.8/" ,
207
+ " https ://fasterxml.github.io/jackson-databind/javadoc/2.8/" ,
208
+ " https ://fasterxml.github.io/jackson-dataformat-xml/javadoc/2.8/" ,
209
+ " https ://hc.apache.org/httpcomponents-client-ga/httpclient/apidocs/" ,
210
210
" https://junit.org/junit4/javadoc/${ junitVersion} /"
211
211
] as String []
212
212
}
@@ -1246,7 +1246,7 @@ configure(rootProject) {
1246
1246
baseName = " spring-framework"
1247
1247
classifier = " docs"
1248
1248
description = " Builds -${ classifier} archive containing api and reference " +
1249
- " for deployment at http ://static.springframework.org /spring-framework/docs."
1249
+ " for deployment at https ://docs.spring.io /spring-framework/docs."
1250
1250
1251
1251
from(" src/dist" ) {
1252
1252
include " changelog.txt"
@@ -1266,7 +1266,7 @@ configure(rootProject) {
1266
1266
baseName = " spring-framework"
1267
1267
classifier = " schema"
1268
1268
description = " Builds -${ classifier} archive containing all " +
1269
- " XSDs for deployment at http ://springframework.org/schema."
1269
+ " XSDs for deployment at https ://springframework.org/schema."
1270
1270
duplicatesStrategy ' exclude'
1271
1271
moduleProjects. each { subproject ->
1272
1272
def Properties schemas = new Properties ();
0 commit comments