mirror of https://github.com/apache/cassandra
Switch http to https URLs in build.xml
Patch by Michael Shuler; Reviewed by Joshua McKenzie for CASSANDRA-15137
This commit is contained in:
parent
5275141094
commit
63ff65a8dd
|
|
@ -1,4 +1,4 @@
|
||||||
# Maven2 Repository Locations (you can override these in "build.properties" to point to a local proxy, e.g. Nexus)
|
# 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.central: https://repo1.maven.org/maven2
|
||||||
artifact.remoteRepository.apache: http://repo.maven.apache.org/maven2
|
artifact.remoteRepository.apache: https://repo.maven.apache.org/maven2
|
||||||
|
|
||||||
|
|
|
||||||
26
build.xml
26
build.xml
|
|
@ -8,7 +8,7 @@
|
||||||
~ "License"); you may not use this file except in compliance
|
~ "License"); you may not use this file except in compliance
|
||||||
~ with the License. You may obtain a copy of the License at
|
~ 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,
|
~ Unless required by applicable law or agreed to in writing,
|
||||||
~ software distributed under the License is distributed on an
|
~ software distributed under the License is distributed on an
|
||||||
|
|
@ -26,9 +26,9 @@
|
||||||
|
|
||||||
<!-- default version and SCM information -->
|
<!-- default version and SCM information -->
|
||||||
<property name="base.version" value="2.2.15"/>
|
<property name="base.version" value="2.2.15"/>
|
||||||
<property name="scm.connection" value="scm:git://git.apache.org/cassandra.git"/>
|
<property name="scm.connection" value="scm:https://gitbox.apache.org/repos/asf/cassandra.git"/>
|
||||||
<property name="scm.developerConnection" value="scm:git://git.apache.org/cassandra.git"/>
|
<property name="scm.developerConnection" value="scm:https://gitbox.apache.org/repos/asf/cassandra.git"/>
|
||||||
<property name="scm.url" value="http://git-wip-us.apache.org/repos/asf?p=cassandra.git;a=tree"/>
|
<property name="scm.url" value="https://gitbox.apache.org/repos/asf?p=cassandra.git;a=tree"/>
|
||||||
|
|
||||||
<!-- directory details -->
|
<!-- directory details -->
|
||||||
<property name="basedir" value="."/>
|
<property name="basedir" value="."/>
|
||||||
|
|
@ -88,7 +88,7 @@
|
||||||
<property name="maven-ant-tasks.version" value="2.1.3" />
|
<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.local" value="${user.home}/.m2/repository/org/apache/maven/maven-ant-tasks"/>
|
||||||
<property name="maven-ant-tasks.url"
|
<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 -->
|
<!-- details of how and which Maven repository we publish to -->
|
||||||
<property name="maven.version" value="3.0.3" />
|
<property name="maven.version" value="3.0.3" />
|
||||||
<condition property="maven-repository-url" value="https://repository.apache.org/service/local/staging/deploy/maven2">
|
<condition property="maven-repository-url" value="https://repository.apache.org/service/local/staging/deploy/maven2">
|
||||||
|
|
@ -108,14 +108,14 @@
|
||||||
<!-- default for cql tests. Can be override by -Dcassandra.test.use_prepared=false -->
|
<!-- default for cql tests. Can be override by -Dcassandra.test.use_prepared=false -->
|
||||||
<property name="cassandra.test.use_prepared" value="true" />
|
<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.version" value="2.0.3"/>
|
||||||
<property name="cobertura.build.dir" value="${build.dir}/cobertura"/>
|
<property name="cobertura.build.dir" value="${build.dir}/cobertura"/>
|
||||||
<property name="cobertura.report.dir" value="${cobertura.build.dir}/report"/>
|
<property name="cobertura.report.dir" value="${cobertura.build.dir}/report"/>
|
||||||
<property name="cobertura.classes.dir" value="${cobertura.build.dir}/classes"/>
|
<property name="cobertura.classes.dir" value="${cobertura.build.dir}/classes"/>
|
||||||
<property name="cobertura.datafile" value="${cobertura.build.dir}/cobertura.ser"/>
|
<property name="cobertura.datafile" value="${cobertura.build.dir}/cobertura.ser"/>
|
||||||
|
|
||||||
<!-- http://www.eclemma.org/jacoco/ -->
|
<!-- https://www.eclemma.org/jacoco/ -->
|
||||||
<property name="jacoco.export.dir" value="${build.dir}/jacoco/" />
|
<property name="jacoco.export.dir" value="${build.dir}/jacoco/" />
|
||||||
<property name="jacoco.partials.dir" value="${jacoco.export.dir}/partials" />
|
<property name="jacoco.partials.dir" value="${jacoco.export.dir}/partials" />
|
||||||
<property name="jacoco.partialexecfile" value="${jacoco.partials.dir}/partial.exec" />
|
<property name="jacoco.partialexecfile" value="${jacoco.partials.dir}/partial.exec" />
|
||||||
|
|
@ -332,11 +332,11 @@
|
||||||
artifactId="cassandra-parent"
|
artifactId="cassandra-parent"
|
||||||
packaging="pom"
|
packaging="pom"
|
||||||
version="${version}"
|
version="${version}"
|
||||||
url="http://cassandra.apache.org"
|
url="https://cassandra.apache.org"
|
||||||
name="Apache Cassandra"
|
name="Apache Cassandra"
|
||||||
inceptionYear="2009"
|
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.">
|
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}"/>
|
<scm connection="${scm.connection}" developerConnection="${scm.developerConnection}" url="${scm.url}"/>
|
||||||
<dependencyManagement>
|
<dependencyManagement>
|
||||||
<dependency groupId="org.xerial.snappy" artifactId="snappy-java" version="1.1.1.7"/>
|
<dependency groupId="org.xerial.snappy" artifactId="snappy-java" version="1.1.1.7"/>
|
||||||
|
|
@ -556,7 +556,7 @@
|
||||||
|
|
||||||
<artifact:pom id="all-pom"
|
<artifact:pom id="all-pom"
|
||||||
artifactId="cassandra-all"
|
artifactId="cassandra-all"
|
||||||
url="http://cassandra.apache.org"
|
url="https://cassandra.apache.org"
|
||||||
name="Apache Cassandra">
|
name="Apache Cassandra">
|
||||||
<parent groupId="org.apache.cassandra"
|
<parent groupId="org.apache.cassandra"
|
||||||
artifactId="cassandra-parent"
|
artifactId="cassandra-parent"
|
||||||
|
|
@ -620,7 +620,7 @@
|
||||||
</artifact:pom>
|
</artifact:pom>
|
||||||
<artifact:pom id="thrift-pom"
|
<artifact:pom id="thrift-pom"
|
||||||
artifactId="cassandra-thrift"
|
artifactId="cassandra-thrift"
|
||||||
url="http://cassandra.apache.org"
|
url="https://cassandra.apache.org"
|
||||||
name="Apache Cassandra">
|
name="Apache Cassandra">
|
||||||
<parent groupId="org.apache.cassandra"
|
<parent groupId="org.apache.cassandra"
|
||||||
artifactId="cassandra-parent"
|
artifactId="cassandra-parent"
|
||||||
|
|
@ -634,7 +634,7 @@
|
||||||
</artifact:pom>
|
</artifact:pom>
|
||||||
<artifact:pom id="clientutil-pom"
|
<artifact:pom id="clientutil-pom"
|
||||||
artifactId="cassandra-clientutil"
|
artifactId="cassandra-clientutil"
|
||||||
url="http://cassandra.apache.org"
|
url="https://cassandra.apache.org"
|
||||||
name="Apache Cassandra">
|
name="Apache Cassandra">
|
||||||
<parent groupId="org.apache.cassandra"
|
<parent groupId="org.apache.cassandra"
|
||||||
artifactId="cassandra-parent"
|
artifactId="cassandra-parent"
|
||||||
|
|
@ -646,7 +646,7 @@
|
||||||
<artifact:pom id="dist-pom"
|
<artifact:pom id="dist-pom"
|
||||||
artifactId="apache-cassandra"
|
artifactId="apache-cassandra"
|
||||||
packaging="pom"
|
packaging="pom"
|
||||||
url="http://cassandra.apache.org"
|
url="https://cassandra.apache.org"
|
||||||
name="Apache Cassandra">
|
name="Apache Cassandra">
|
||||||
<parent groupId="org.apache.cassandra"
|
<parent groupId="org.apache.cassandra"
|
||||||
artifactId="cassandra-parent"
|
artifactId="cassandra-parent"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue