From 5a160fbe5ab30d359c61bf96e274208e56e4d098 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 15 Sep 2014 17:48:01 +0100 Subject: [PATCH] Reinstate repository configuration in spring-boot-samples pom The repository configuration is there in 1.1.x but missing in master. This commit brings the two branches back into line. Closes gh-1473 --- spring-boot-samples/pom.xml | 44 +++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) diff --git a/spring-boot-samples/pom.xml b/spring-boot-samples/pom.xml index 5404d60bae5..04f140f034f 100644 --- a/spring-boot-samples/pom.xml +++ b/spring-boot-samples/pom.xml @@ -106,4 +106,48 @@ + + + spring-snapshots + Spring Snapshots + http://repo.spring.io/snapshot + + true + + + + spring-milestones + Spring Milestones + http://repo.spring.io/milestone + + false + + + + + + spring-snapshots + Spring Snapshots + http://repo.spring.io/snapshot + + true + + + + spring-milestones + Spring Milestones + http://repo.spring.io/milestone + + false + + + + spring-releases + Spring Releases + http://repo.spring.io/release + + false + + +