From 277d15360483e3a95bb90fabf59fc4d7a82025ea Mon Sep 17 00:00:00 2001 From: David Syer Date: Wed, 2 Dec 2009 08:26:13 +0000 Subject: [PATCH] Add trailing / to repository URLs on S3 (improves build time for clients) --- org.springframework.spring-parent/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/org.springframework.spring-parent/pom.xml b/org.springframework.spring-parent/pom.xml index 4efc964159..009f9f5514 100644 --- a/org.springframework.spring-parent/pom.xml +++ b/org.springframework.spring-parent/pom.xml @@ -52,13 +52,13 @@ com.springsource.repository.bundles.release SpringSource Enterprise Bundle Repository - SpringSource Bundle Releases - http://repository.springsource.com/maven/bundles/release + http://repository.springsource.com/maven/bundles/release/ false com.springsource.repository.bundles.external SpringSource Enterprise Bundle Repository - External Bundle Releases - http://repository.springsource.com/maven/bundles/external + http://repository.springsource.com/maven/bundles/external/ false