Revert back to /snapshot repository for SNAPTHOTs

See gh-22640
pull/22681/head
Brian Clozel 4 years ago
parent f185e07573
commit 89688d61ac

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

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

Loading…
Cancel
Save