Skip to content

Commit 63ff65a

Browse files
committed
Switch http to https URLs in build.xml
Patch by Michael Shuler; Reviewed by Joshua McKenzie for CASSANDRA-15137
1 parent 5275141 commit 63ff65a

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

build.properties.default

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Maven2 Repository Locations (you can override these in "build.properties" to point to a local proxy, e.g. Nexus)
2-
artifact.remoteRepository.central: http://repo1.maven.org/maven2
3-
artifact.remoteRepository.apache: http://repo.maven.apache.org/maven2
2+
artifact.remoteRepository.central: https://repo1.maven.org/maven2
3+
artifact.remoteRepository.apache: https://repo.maven.apache.org/maven2
44

build.xml

+13-13
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
~ "License"); you may not use this file except in compliance
99
~ with the License. You may obtain a copy of the License at
1010
~
11-
~ http://www.apache.org/licenses/LICENSE-2.0
11+
~ https://www.apache.org/licenses/LICENSE-2.0
1212
~
1313
~ Unless required by applicable law or agreed to in writing,
1414
~ software distributed under the License is distributed on an
@@ -26,9 +26,9 @@
2626

2727
<!-- default version and SCM information -->
2828
<property name="base.version" value="2.2.15"/>
29-
<property name="scm.connection" value="scm:git://git.apache.org/cassandra.git"/>
30-
<property name="scm.developerConnection" value="scm:git://git.apache.org/cassandra.git"/>
31-
<property name="scm.url" value="http://git-wip-us.apache.org/repos/asf?p=cassandra.git;a=tree"/>
29+
<property name="scm.connection" value="scm:https://gitbox.apache.org/repos/asf/cassandra.git"/>
30+
<property name="scm.developerConnection" value="scm:https://gitbox.apache.org/repos/asf/cassandra.git"/>
31+
<property name="scm.url" value="https://gitbox.apache.org/repos/asf?p=cassandra.git;a=tree"/>
3232

3333
<!-- directory details -->
3434
<property name="basedir" value="."/>
@@ -88,7 +88,7 @@
8888
<property name="maven-ant-tasks.version" value="2.1.3" />
8989
<property name="maven-ant-tasks.local" value="${user.home}/.m2/repository/org/apache/maven/maven-ant-tasks"/>
9090
<property name="maven-ant-tasks.url"
91-
value="http://repo2.maven.org/maven2/org/apache/maven/maven-ant-tasks" />
91+
value="https://repo.maven.apache.org/maven2/org/apache/maven/maven-ant-tasks" />
9292
<!-- details of how and which Maven repository we publish to -->
9393
<property name="maven.version" value="3.0.3" />
9494
<condition property="maven-repository-url" value="https://repository.apache.org/service/local/staging/deploy/maven2">
@@ -108,14 +108,14 @@
108108
<!-- default for cql tests. Can be override by -Dcassandra.test.use_prepared=false -->
109109
<property name="cassandra.test.use_prepared" value="true" />
110110

111-
<!-- http://cobertura.sourceforge.net/ -->
111+
<!-- https://cobertura.sourceforge.net/ -->
112112
<property name="cobertura.version" value="2.0.3"/>
113113
<property name="cobertura.build.dir" value="${build.dir}/cobertura"/>
114114
<property name="cobertura.report.dir" value="${cobertura.build.dir}/report"/>
115115
<property name="cobertura.classes.dir" value="${cobertura.build.dir}/classes"/>
116116
<property name="cobertura.datafile" value="${cobertura.build.dir}/cobertura.ser"/>
117117

118-
<!-- http://www.eclemma.org/jacoco/ -->
118+
<!-- https://www.eclemma.org/jacoco/ -->
119119
<property name="jacoco.export.dir" value="${build.dir}/jacoco/" />
120120
<property name="jacoco.partials.dir" value="${jacoco.export.dir}/partials" />
121121
<property name="jacoco.partialexecfile" value="${jacoco.partials.dir}/partial.exec" />
@@ -332,11 +332,11 @@
332332
artifactId="cassandra-parent"
333333
packaging="pom"
334334
version="${version}"
335-
url="http://cassandra.apache.org"
335+
url="https://cassandra.apache.org"
336336
name="Apache Cassandra"
337337
inceptionYear="2009"
338338
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.">
339-
<license name="The Apache Software License, Version 2.0" url="http://www.apache.org/licenses/LICENSE-2.0.txt"/>
339+
<license name="The Apache Software License, Version 2.0" url="https://www.apache.org/licenses/LICENSE-2.0.txt"/>
340340
<scm connection="${scm.connection}" developerConnection="${scm.developerConnection}" url="${scm.url}"/>
341341
<dependencyManagement>
342342
<dependency groupId="org.xerial.snappy" artifactId="snappy-java" version="1.1.1.7"/>
@@ -556,7 +556,7 @@
556556

557557
<artifact:pom id="all-pom"
558558
artifactId="cassandra-all"
559-
url="http://cassandra.apache.org"
559+
url="https://cassandra.apache.org"
560560
name="Apache Cassandra">
561561
<parent groupId="org.apache.cassandra"
562562
artifactId="cassandra-parent"
@@ -620,7 +620,7 @@
620620
</artifact:pom>
621621
<artifact:pom id="thrift-pom"
622622
artifactId="cassandra-thrift"
623-
url="http://cassandra.apache.org"
623+
url="https://cassandra.apache.org"
624624
name="Apache Cassandra">
625625
<parent groupId="org.apache.cassandra"
626626
artifactId="cassandra-parent"
@@ -634,7 +634,7 @@
634634
</artifact:pom>
635635
<artifact:pom id="clientutil-pom"
636636
artifactId="cassandra-clientutil"
637-
url="http://cassandra.apache.org"
637+
url="https://cassandra.apache.org"
638638
name="Apache Cassandra">
639639
<parent groupId="org.apache.cassandra"
640640
artifactId="cassandra-parent"
@@ -646,7 +646,7 @@
646646
<artifact:pom id="dist-pom"
647647
artifactId="apache-cassandra"
648648
packaging="pom"
649-
url="http://cassandra.apache.org"
649+
url="https://cassandra.apache.org"
650650
name="Apache Cassandra">
651651
<parent groupId="org.apache.cassandra"
652652
artifactId="cassandra-parent"

0 commit comments

Comments
 (0)