Manual URL Cleanup

Closes gh-22516
This commit is contained in:
Sam Brannen
2019-03-06 18:50:53 +01:00
parent 24befe10a6
commit 2b2df8f8d8
4 changed files with 9 additions and 9 deletions

View File

@@ -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[]
}

View File

@@ -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 {

View File

@@ -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.

View File

@@ -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