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:49:21 UTC

svn commit: r1607054 - in /lucene/dev/branches/branch_4x: ./ dev-tools/ dev-tools/maven/lucene/test-framework/pom.xml.template

Author: sarowe
Date: Tue Jul  1 11:49:21 2014
New Revision: 1607054

URL: http://svn.apache.org/r1607054
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. (merged trunk r1607063)

Modified:
    lucene/dev/branches/branch_4x/   (props changed)
    lucene/dev/branches/branch_4x/dev-tools/   (props changed)
    lucene/dev/branches/branch_4x/dev-tools/maven/lucene/test-framework/pom.xml.template

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