From 2b2df8f8d8993fce335b4a4b84cc4fbbb6790291 Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Wed, 6 Mar 2019 18:50:53 +0100 Subject: [PATCH] Manual URL Cleanup Closes gh-22516 --- build.gradle | 10 +++++----- gradle/publish-maven.gradle | 4 ++-- import-into-eclipse.bat | 2 +- import-into-eclipse.sh | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/build.gradle b/build.gradle index a6fb4c9254..b3372116f4 100644 --- a/build.gradle +++ b/build.gradle @@ -99,12 +99,12 @@ configure(allprojects) { project -> "https://tiles.apache.org/framework/apidocs/", "http://aopalliance.sourceforge.net/doc/", "https://www.eclipse.org/aspectj/doc/released/aspectj5rt-api/", - "https://www.ehcache.org/apidocs/", - "https://www.quartz-scheduler.org/api/2.2.0/", + "https://www.ehcache.org/apidocs/2.4.4/", + "https://www.quartz-scheduler.org/api/2.2.2/", "https://jackson.codehaus.org/1.9.4/javadoc/", - "https://fasterxml.github.com/jackson-core/javadoc/2.3.0/", - "https://fasterxml.github.com/jackson-databind/javadoc/2.3.0/", - "https://hc.apache.org/httpcomponents-client-ga/httpclient/apidocs", + "https://fasterxml.github.io/jackson-core/javadoc/2.3.0/", + "https://fasterxml.github.io/jackson-databind/javadoc/2.3.0/", + "https://hc.apache.org/httpcomponents-client-ga/httpclient/apidocs/", "https://ibatis.apache.org/docs/java/dev/" ] as String[] } diff --git a/gradle/publish-maven.gradle b/gradle/publish-maven.gradle index a12ce3b5f7..98acbd8a69 100644 --- a/gradle/publish-maven.gradle +++ b/gradle/publish-maven.gradle @@ -22,10 +22,10 @@ def customizePom(pom, gradleProject) { generatedPom.project { name = gradleProject.description description = gradleProject.description - url = "https://github.com/SpringSource/spring-framework" + url = "https://github.com/spring-projects/spring-framework" organization { name = "SpringSource" - url = "https://projects.spring.io/spring-framework" + url = "https://spring.io/projects/spring-framework" } licenses { license { diff --git a/import-into-eclipse.bat b/import-into-eclipse.bat index 0961be1123..70e95144a2 100644 --- a/import-into-eclipse.bat +++ b/import-into-eclipse.bat @@ -17,7 +17,7 @@ echo been tested against STS %STS_TEST_VERSION%), but at the minimum you will echo need Eclipse + AJDT. echo. echo If you need to download and install STS, please do that now by -echo visiting https://spring.io/projectss/sts +echo visiting https://spring.io/tools echo. echo Otherwise, press enter and we'll begin. diff --git a/import-into-eclipse.sh b/import-into-eclipse.sh index ca18e86367..df297fdc78 100755 --- a/import-into-eclipse.sh +++ b/import-into-eclipse.sh @@ -14,7 +14,7 @@ been tested against STS $STS_TEST_VERSION), but at the minimum you will need Eclipse + AJDT. If you need to download and install STS, please do that now by -visiting https://spring.io/projectss/sts +visiting https://spring.io/tools Otherwise, press enter and we'll begin. EOM