From 1e5350295871e51d593f334441ef893adefae919 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 8 Sep 2015 16:07:15 +0100 Subject: [PATCH] Make milestone builds are available to the samples --- samples/rest-notes-spring-data-rest/pom.xml | 2 +- samples/rest-notes-spring-hateoas/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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() }