From 4bdef4d0f9d57abd5e75f586ecdef5e71bef74da Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 14 Sep 2017 13:33:21 +0100 Subject: [PATCH] Use Spring milestone and snapshot repos for plugins in full profile --- spring-boot-parent/pom.xml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/spring-boot-parent/pom.xml b/spring-boot-parent/pom.xml index 7d573c375d..c57cfd5bed 100644 --- a/spring-boot-parent/pom.xml +++ b/spring-boot-parent/pom.xml @@ -885,6 +885,22 @@ false + + spring-milestones + Spring Milestones + http://repo.spring.io/milestone + + false + + + + spring-snapshots + Spring Snapshots + http://repo.spring.io/snapshot + + true + +