From 027e712d5c76b35085ed637ebbcd694f639f93b1 Mon Sep 17 00:00:00 2001 From: Steven Rowe Date: Tue, 1 Jul 2014 11:47:34 +0000 Subject: [PATCH] Sonatype OSS repo is returning 301 (permanently moved) for http URLs, which aren't followed by Maven Ant Tasks (artifact:dependencies), and cause the build to fail. Switching the base Sonatype OSS repo to https to see if that fixes the problem. git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1607053 13f79535-47bb-0310-9956-ffa450edef68 --- dev-tools/maven/lucene/test-framework/pom.xml.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-tools/maven/lucene/test-framework/pom.xml.template b/dev-tools/maven/lucene/test-framework/pom.xml.template index 7228482100b..87a274114ad 100644 --- a/dev-tools/maven/lucene/test-framework/pom.xml.template +++ b/dev-tools/maven/lucene/test-framework/pom.xml.template @@ -106,7 +106,7 @@ sonatype.releases Sonatype Releases Repository - http://oss.sonatype.org/content/repositories/releases + https://oss.sonatype.org/content/repositories/releases true