Browse Source

Manual URL Cleanup

Closes gh-22516
pull/22630/head
Sam Brannen 6 years ago
parent
commit
2b2df8f8d8
  1. 10
      build.gradle
  2. 4
      gradle/publish-maven.gradle
  3. 2
      import-into-eclipse.bat
  4. 2
      import-into-eclipse.sh

10
build.gradle

@ -99,12 +99,12 @@ configure(allprojects) { project -> @@ -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[]
}

4
gradle/publish-maven.gradle

@ -22,10 +22,10 @@ def customizePom(pom, gradleProject) { @@ -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 {

2
import-into-eclipse.bat

@ -17,7 +17,7 @@ echo been tested against STS %STS_TEST_VERSION%), but at the minimum you will @@ -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.

2
import-into-eclipse.sh

@ -14,7 +14,7 @@ been tested against STS $STS_TEST_VERSION), but at the minimum you will @@ -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

Loading…
Cancel
Save