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 4dac1a4d6b..acd3b7adb7 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
@@ -80,7 +80,7 @@
+ value="https://repo.maven.apache.org/maven2/org/apache/maven/maven-ant-tasks" />
@@ -103,7 +103,7 @@
-
+
@@ -476,11 +476,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.">
-
+
@@ -702,7 +702,7 @@