Skip to content

Commit

Permalink
Revert back to /snapshot repository for SNAPTHOTs
Browse files Browse the repository at this point in the history
  • Loading branch information
bclozel committed Jul 29, 2020
1 parent f185e07 commit 89688d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -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" }
}
}

Expand Down
Expand Up @@ -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 {
Expand Down

0 comments on commit 89688d6

Please sign in to comment.