From 075f02d64cbd7fa8ba69e23d3be6ef277ec70b2c Mon Sep 17 00:00:00 2001 From: luvarqpp Date: Fri, 27 Mar 2020 16:15:37 +0100 Subject: [PATCH 1/2] Add snapshot plugin repository to Data REST sample See gh-673 --- samples/rest-notes-spring-data-rest/pom.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/samples/rest-notes-spring-data-rest/pom.xml b/samples/rest-notes-spring-data-rest/pom.xml index 6e60976a..ee1a1fe4 100644 --- a/samples/rest-notes-spring-data-rest/pom.xml +++ b/samples/rest-notes-spring-data-rest/pom.xml @@ -133,5 +133,15 @@ + + + spring-snapshot + Spring Snapshot Repository + https://repo.spring.io/snapshot + + true + + + From eb0aaf389bd092e4843c45e12812824a0cded624 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 27 Mar 2020 15:48:59 +0000 Subject: [PATCH 2/2] Polish "Add snapshot plugin repository to Data REST sample" See gh-673 --- samples/rest-notes-spring-data-rest/pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/samples/rest-notes-spring-data-rest/pom.xml b/samples/rest-notes-spring-data-rest/pom.xml index ee1a1fe4..02d133c6 100644 --- a/samples/rest-notes-spring-data-rest/pom.xml +++ b/samples/rest-notes-spring-data-rest/pom.xml @@ -135,9 +135,9 @@ - spring-snapshot - Spring Snapshot Repository - https://repo.spring.io/snapshot + spring-snapshots + Spring snapshots + https://repo.spring.io/libs-snapshot true