You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by sa...@apache.org on 2014/07/01 13:47:34 UTC

svn commit: r1607053 - /lucene/dev/trunk/dev-tools/maven/lucene/test-framework/pom.xml.template

Author: sarowe
Date: Tue Jul  1 11:47:34 2014
New Revision: 1607053

URL: http://svn.apache.org/r1607053
Log:
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.

Modified:
    lucene/dev/trunk/dev-tools/maven/lucene/test-framework/pom.xml.template

Modified: lucene/dev/trunk/dev-tools/maven/lucene/test-framework/pom.xml.template
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/dev-tools/maven/lucene/test-framework/pom.xml.template?rev=1607053&r1=1607052&r2=1607053&view=diff
==============================================================================
--- lucene/dev/trunk/dev-tools/maven/lucene/test-framework/pom.xml.template (original)
+++ lucene/dev/trunk/dev-tools/maven/lucene/test-framework/pom.xml.template Tue Jul  1 11:47:34 2014
@@ -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>