mirror of https://github.com/apache/lucene.git
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
This commit is contained in:
parent
04ef241474
commit
027e712d5c
|
@ -106,7 +106,7 @@
|
|||
<repository>
|
||||
<id>sonatype.releases</id>
|
||||
<name>Sonatype Releases Repository</name>
|
||||
<url>http://oss.sonatype.org/content/repositories/releases</url>
|
||||
<url>https://oss.sonatype.org/content/repositories/releases</url>
|
||||
<releases>
|
||||
<enabled>true</enabled>
|
||||
</releases>
|
||||
|
|
Loading…
Reference in New Issue