This is an automated email from the ASF dual-hosted git repository.
mshuler pushed a commit to branch cassandra-2.1
in repository https://gitbox.apache.org/repos/asf/cassandra.git
The following commit(s) were added to refs/heads/cassandra-2.1 by this push:
new b26927d Switch http to https URLs in build.xml
b26927d is described below
commit b26927d863d5fc5d3251c4ce2aa0cdef9046dd3e
Author: Michael Shuler <[email protected]>
AuthorDate: Mon Feb 3 12:29:47 2020 -0600
Switch http to https URLs in build.xml
Patch by Michael Shuler; Reviewed by Joshua McKenzie for CASSANDRA-15137
(Backport to 2.1 to fix build.)
---
build.properties.default | 4 ++--
build.xml | 24 ++++++++++++------------
2 files changed, 14 insertions(+), 14 deletions(-)
diff --git a/build.properties.default b/build.properties.default
index 5291659..11da534 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 f6fc1f6..c34ec28 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 @@
<!-- default version and SCM information -->
<property name="base.version" value="2.1.21"/>
- <property name="scm.connection"
value="scm:git://git.apache.org/cassandra.git"/>
- <property name="scm.developerConnection"
value="scm:git://git.apache.org/cassandra.git"/>
- <property name="scm.url"
value="http://git-wip-us.apache.org/repos/asf?p=cassandra.git;a=tree"/>
+ <property name="scm.connection"
value="scm:https://gitbox.apache.org/repos/asf/cassandra.git"/>
+ <property name="scm.developerConnection"
value="scm:https://gitbox.apache.org/repos/asf/cassandra.git"/>
+ <property name="scm.url"
value="https://gitbox.apache.org/repos/asf?p=cassandra.git;a=tree"/>
<!-- directory details -->
<property name="basedir" value="."/>
@@ -79,7 +79,7 @@
<property name="maven-ant-tasks.version" value="2.1.3" />
<property name="maven-ant-tasks.local"
value="${user.home}/.m2/repository/org/apache/maven/maven-ant-tasks"/>
<property name="maven-ant-tasks.url"
-
value="http://repo2.maven.org/maven2/org/apache/maven/maven-ant-tasks" />
+
value="https://repo.maven.apache.org/maven2/org/apache/maven/maven-ant-tasks" />
<!-- details of how and which Maven repository we publish to -->
<property name="maven.version" value="3.0.3" />
<condition property="maven-repository-url"
value="https://repository.apache.org/service/local/staging/deploy/maven2">
@@ -98,7 +98,7 @@
<!-- default for cql tests. Can be override by
-Dcassandra.test.use_prepared=false -->
<property name="cassandra.test.use_prepared" value="true" />
- <!-- http://cobertura.sourceforge.net/ -->
+ <!-- https://cobertura.sourceforge.net/ -->
<property name="cobertura.version" value="2.0.3"/>
<property name="cobertura.build.dir" value="${build.dir}/cobertura"/>
<property name="cobertura.report.dir"
value="${cobertura.build.dir}/report"/>
@@ -343,11 +343,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.">
- <license name="The Apache Software License, Version 2.0"
url="http://www.apache.org/licenses/LICENSE-2.0.txt"/>
+ <license name="The Apache Software License, Version 2.0"
url="https://www.apache.org/licenses/LICENSE-2.0.txt"/>
<scm connection="${scm.connection}"
developerConnection="${scm.developerConnection}" url="${scm.url}"/>
<dependencyManagement>
<dependency groupId="org.xerial.snappy" artifactId="snappy-java"
version="1.0.5"/>
@@ -480,7 +480,7 @@
<artifact:pom id="all-pom"
artifactId="cassandra-all"
- url="http://cassandra.apache.org"
+ url="https://cassandra.apache.org"
name="Apache Cassandra">
<parent groupId="org.apache.cassandra"
artifactId="cassandra-parent"
@@ -532,7 +532,7 @@
</artifact:pom>
<artifact:pom id="thrift-pom"
artifactId="cassandra-thrift"
- url="http://cassandra.apache.org"
+ url="https://cassandra.apache.org"
name="Apache Cassandra">
<parent groupId="org.apache.cassandra"
artifactId="cassandra-parent"
@@ -544,7 +544,7 @@
</artifact:pom>
<artifact:pom id="clientutil-pom"
artifactId="cassandra-clientutil"
- url="http://cassandra.apache.org"
+ url="https://cassandra.apache.org"
name="Apache Cassandra">
<parent groupId="org.apache.cassandra"
artifactId="cassandra-parent"
@@ -556,7 +556,7 @@
<artifact:pom id="dist-pom"
artifactId="apache-cassandra"
packaging="pom"
- url="http://cassandra.apache.org"
+ url="https://cassandra.apache.org"
name="Apache Cassandra">
<parent groupId="org.apache.cassandra"
artifactId="cassandra-parent"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]