Merge pull request #215 from spring-operator/polish-urls-build-master

URL Cleanup
This commit is contained in:
Andy Clement
2019-04-23 08:10:39 -07:00
committed by GitHub
3 changed files with 4 additions and 4 deletions

View File

@@ -6,7 +6,7 @@ allprojects {
repositories {
mavenCentral()
maven {
url "http://maven.springframework.org/milestone"
url "https://maven.springframework.org/milestone"
}
}
}

View File

@@ -21,12 +21,12 @@ def customizePom(pom, gradleProject) {
url = "https://github.com/spring-projects/spring-loaded"
organization {
name = "Spring IO"
url = "http://projects.spring.io/spring-loaded"
url = "https://projects.spring.io/spring-loaded"
}
licenses {
license {
name "The Apache Software License, Version 2.0"
url "http://www.apache.org/licenses/LICENSE-2.0.txt"
url "https://www.apache.org/licenses/LICENSE-2.0.txt"
distribution "repo"
}
}

View File

@@ -13,7 +13,7 @@ task writeNewPom << {
licenses {
license {
name 'The Apache Software License, Version 2.0'
url 'http://www.apache.org/licenses/LICENSE-2.0.txt'
url 'https://www.apache.org/licenses/LICENSE-2.0.txt'
distribution 'repo'
}
}