diff --git a/samples/rest-notes-spring-data-rest/pom.xml b/samples/rest-notes-spring-data-rest/pom.xml index d478c005..ad8688f2 100644 --- a/samples/rest-notes-spring-data-rest/pom.xml +++ b/samples/rest-notes-spring-data-rest/pom.xml @@ -118,7 +118,7 @@ spring-snapshots Spring snapshots - https://repo.spring.io/snapshot + https://repo.spring.io/libs-snapshot true diff --git a/samples/rest-notes-spring-hateoas/build.gradle b/samples/rest-notes-spring-hateoas/build.gradle index 7ab7a404..a099b066 100644 --- a/samples/rest-notes-spring-hateoas/build.gradle +++ b/samples/rest-notes-spring-hateoas/build.gradle @@ -17,7 +17,7 @@ apply plugin: 'eclipse' repositories { mavenLocal() - maven { url 'https://repo.spring.io/snapshot' } + maven { url 'https://repo.spring.io/libs-snapshot' } mavenCentral() }