Navigation Menu

Skip to content

Commit

Permalink
Remove snapshot and milestone repos from build files.
Browse files Browse the repository at this point in the history
  • Loading branch information
scottfrederick committed Dec 11, 2017
1 parent 0980e37 commit f5cb011
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 0 additions & 2 deletions build.gradle
Expand Up @@ -125,8 +125,6 @@ subprojects {

repositories {
mavenCentral()
maven { url "https://repo.spring.io/libs-snapshot-local" }
maven { url "https://repo.spring.io/libs-milestone-local" }
}
}

Expand Down
4 changes: 1 addition & 3 deletions spring-credhub-demo/build.gradle
Expand Up @@ -18,7 +18,7 @@ description = 'Spring CredHub Demo'

buildscript {
ext {
springBootVersion = "1.5.4.RELEASE"
springBootVersion = "1.5.8.RELEASE"
}

dependencies {
Expand Down Expand Up @@ -53,6 +53,4 @@ dependencies {
repositories {
mavenLocal()
mavenCentral()
maven { url "https://repo.spring.io/libs-snapshot-local" }
maven { url "https://repo.spring.io/libs-milestone-local" }
}

0 comments on commit f5cb011

Please sign in to comment.