From 748f2a2783be7ee48ca335c8f84eb688fefea3b3 Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Fri, 2 May 2014 13:09:06 +0200 Subject: [PATCH] SGF-283 - Removed obsolete repository declarations. To make sure the release automation has a single repository declaration to work with I removed the obsolete release and milestone repository declarations. The snapshots contains the milestone repo, which in turn contains the release one, so that only one of them has to be declared depending on which artifacts you want to see. --- build.gradle | 2 -- 1 file changed, 2 deletions(-) diff --git a/build.gradle b/build.gradle index f3e81c1e..3c5f82be 100644 --- a/build.gradle +++ b/build.gradle @@ -12,8 +12,6 @@ group = 'org.springframework.data' repositories { maven { url "http://dist.gemstone.com.s3.amazonaws.com/maven/release"} - maven { url "http://repo.spring.io/libs-release" } - maven { url "http://repo.spring.io/libs-milestone" } maven { url "http://repo.spring.io/libs-snapshot" } maven { url "http://repo.spring.io/plugins-release"} }