From 6f7fdfef7332f36f838bc68ffc5eaf0a1a416103 Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Sun, 20 Jul 2014 16:45:40 +0100 Subject: [PATCH] Add snapshot repositories (temporary) --- pom.xml | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/pom.xml b/pom.xml index c9cf939..236c8aa 100644 --- a/pom.xml +++ b/pom.xml @@ -131,4 +131,40 @@ + + + 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 + + +