Revert back to /snapshot repository for SNAPTHOTs

See gh-22640
This commit is contained in:
Brian Clozel 2020-07-29 18:36:11 +02:00
parent f185e07573
commit 89688d61ac
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ allprojects {
maven { url "https://repo.spring.io/milestone" }
}
if (version.endsWith('-SNAPSHOT')) {
maven { url "https://repo.spring.io/libs-snapshot" }
maven { url "https://repo.spring.io/snapshot" }
}
}

View File

@ -8,8 +8,8 @@ apply plugin: "io.spring.dependency-management"
repositories {
maven { url "file:${rootDir}/../int-test-maven-repository"}
mavenCentral()
maven { url "https://repo.spring.io/libs-snapshot" }
maven { url "https://repo.spring.io/milestone" }
maven { url "https://repo.spring.io/snapshot" }
}
dependencies {