diff --git a/build.properties.default b/build.properties.default index 5291659b78..11da534e32 100644 --- a/build.properties.default +++ b/build.properties.default @@ -1,4 +1,4 @@ # Maven2 Repository Locations (you can override these in "build.properties" to point to a local proxy, e.g. Nexus) -artifact.remoteRepository.central: http://repo1.maven.org/maven2 -artifact.remoteRepository.apache: http://repo.maven.apache.org/maven2 +artifact.remoteRepository.central: https://repo1.maven.org/maven2 +artifact.remoteRepository.apache: https://repo.maven.apache.org/maven2 diff --git a/build.xml b/build.xml index d82dea9ff7..ca06b41e17 100644 --- a/build.xml +++ b/build.xml @@ -8,7 +8,7 @@ ~ "License"); you may not use this file except in compliance ~ with the License. You may obtain a copy of the License at ~ - ~ http://www.apache.org/licenses/LICENSE-2.0 + ~ https://www.apache.org/licenses/LICENSE-2.0 ~ ~ Unless required by applicable law or agreed to in writing, ~ software distributed under the License is distributed on an @@ -26,9 +26,9 @@ - - - + + + @@ -88,7 +88,7 @@ + value="https://repo.maven.apache.org/maven2/org/apache/maven/maven-ant-tasks" /> @@ -108,14 +108,14 @@ - + - + @@ -332,11 +332,11 @@ artifactId="cassandra-parent" packaging="pom" version="${version}" - url="http://cassandra.apache.org" + url="https://cassandra.apache.org" name="Apache Cassandra" inceptionYear="2009" description="The Apache Cassandra Project develops a highly scalable second-generation distributed database, bringing together Dynamo's fully distributed design and Bigtable's ColumnFamily-based data model."> - + @@ -556,7 +556,7 @@