Manual URL Cleanup
Closes gh-22516
This commit is contained in:
10
build.gradle
10
build.gradle
@@ -99,12 +99,12 @@ configure(allprojects) { project ->
|
|||||||
"https://tiles.apache.org/framework/apidocs/",
|
"https://tiles.apache.org/framework/apidocs/",
|
||||||
"http://aopalliance.sourceforge.net/doc/",
|
"http://aopalliance.sourceforge.net/doc/",
|
||||||
"https://www.eclipse.org/aspectj/doc/released/aspectj5rt-api/",
|
"https://www.eclipse.org/aspectj/doc/released/aspectj5rt-api/",
|
||||||
"https://www.ehcache.org/apidocs/",
|
"https://www.ehcache.org/apidocs/2.4.4/",
|
||||||
"https://www.quartz-scheduler.org/api/2.2.0/",
|
"https://www.quartz-scheduler.org/api/2.2.2/",
|
||||||
"https://jackson.codehaus.org/1.9.4/javadoc/",
|
"https://jackson.codehaus.org/1.9.4/javadoc/",
|
||||||
"https://fasterxml.github.com/jackson-core/javadoc/2.3.0/",
|
"https://fasterxml.github.io/jackson-core/javadoc/2.3.0/",
|
||||||
"https://fasterxml.github.com/jackson-databind/javadoc/2.3.0/",
|
"https://fasterxml.github.io/jackson-databind/javadoc/2.3.0/",
|
||||||
"https://hc.apache.org/httpcomponents-client-ga/httpclient/apidocs",
|
"https://hc.apache.org/httpcomponents-client-ga/httpclient/apidocs/",
|
||||||
"https://ibatis.apache.org/docs/java/dev/"
|
"https://ibatis.apache.org/docs/java/dev/"
|
||||||
] as String[]
|
] as String[]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -22,10 +22,10 @@ def customizePom(pom, gradleProject) {
|
|||||||
generatedPom.project {
|
generatedPom.project {
|
||||||
name = gradleProject.description
|
name = gradleProject.description
|
||||||
description = gradleProject.description
|
description = gradleProject.description
|
||||||
url = "https://github.com/SpringSource/spring-framework"
|
url = "https://github.com/spring-projects/spring-framework"
|
||||||
organization {
|
organization {
|
||||||
name = "SpringSource"
|
name = "SpringSource"
|
||||||
url = "https://projects.spring.io/spring-framework"
|
url = "https://spring.io/projects/spring-framework"
|
||||||
}
|
}
|
||||||
licenses {
|
licenses {
|
||||||
license {
|
license {
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ echo been tested against STS %STS_TEST_VERSION%), but at the minimum you will
|
|||||||
echo need Eclipse + AJDT.
|
echo need Eclipse + AJDT.
|
||||||
echo.
|
echo.
|
||||||
echo If you need to download and install STS, please do that now by
|
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.
|
||||||
echo Otherwise, press enter and we'll begin.
|
echo Otherwise, press enter and we'll begin.
|
||||||
|
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ been tested against STS $STS_TEST_VERSION), but at the minimum you will
|
|||||||
need Eclipse + AJDT.
|
need Eclipse + AJDT.
|
||||||
|
|
||||||
If you need to download and install STS, please do that now by
|
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.
|
Otherwise, press enter and we'll begin.
|
||||||
EOM
|
EOM
|
||||||
|
|||||||
Reference in New Issue
Block a user