|
8 | 8 | ~ "License"); you may not use this file except in compliance
|
9 | 9 | ~ with the License. You may obtain a copy of the License at
|
10 | 10 | ~
|
11 |
| - ~ http://www.apache.org/licenses/LICENSE-2.0 |
| 11 | + ~ https://www.apache.org/licenses/LICENSE-2.0 |
12 | 12 | ~
|
13 | 13 | ~ Unless required by applicable law or agreed to in writing,
|
14 | 14 | ~ software distributed under the License is distributed on an
|
|
26 | 26 |
|
27 | 27 | <!-- default version and SCM information -->
|
28 | 28 | <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"/> |
32 | 32 |
|
33 | 33 | <!-- directory details -->
|
34 | 34 | <property name="basedir" value="."/>
|
|
88 | 88 | <property name="maven-ant-tasks.version" value="2.1.3" />
|
89 | 89 | <property name="maven-ant-tasks.local" value="${user.home}/.m2/repository/org/apache/maven/maven-ant-tasks"/>
|
90 | 90 | <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" /> |
92 | 92 | <!-- details of how and which Maven repository we publish to -->
|
93 | 93 | <property name="maven.version" value="3.0.3" />
|
94 | 94 | <condition property="maven-repository-url" value="https://repository.apache.org/service/local/staging/deploy/maven2">
|
|
108 | 108 | <!-- default for cql tests. Can be override by -Dcassandra.test.use_prepared=false -->
|
109 | 109 | <property name="cassandra.test.use_prepared" value="true" />
|
110 | 110 |
|
111 |
| - <!-- http://cobertura.sourceforge.net/ --> |
| 111 | + <!-- https://cobertura.sourceforge.net/ --> |
112 | 112 | <property name="cobertura.version" value="2.0.3"/>
|
113 | 113 | <property name="cobertura.build.dir" value="${build.dir}/cobertura"/>
|
114 | 114 | <property name="cobertura.report.dir" value="${cobertura.build.dir}/report"/>
|
115 | 115 | <property name="cobertura.classes.dir" value="${cobertura.build.dir}/classes"/>
|
116 | 116 | <property name="cobertura.datafile" value="${cobertura.build.dir}/cobertura.ser"/>
|
117 | 117 |
|
118 |
| - <!-- http://www.eclemma.org/jacoco/ --> |
| 118 | + <!-- https://www.eclemma.org/jacoco/ --> |
119 | 119 | <property name="jacoco.export.dir" value="${build.dir}/jacoco/" />
|
120 | 120 | <property name="jacoco.partials.dir" value="${jacoco.export.dir}/partials" />
|
121 | 121 | <property name="jacoco.partialexecfile" value="${jacoco.partials.dir}/partial.exec" />
|
|
332 | 332 | artifactId="cassandra-parent"
|
333 | 333 | packaging="pom"
|
334 | 334 | version="${version}"
|
335 |
| - url="http://cassandra.apache.org" |
| 335 | + url="https://cassandra.apache.org" |
336 | 336 | name="Apache Cassandra"
|
337 | 337 | inceptionYear="2009"
|
338 | 338 | 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"/> |
340 | 340 | <scm connection="${scm.connection}" developerConnection="${scm.developerConnection}" url="${scm.url}"/>
|
341 | 341 | <dependencyManagement>
|
342 | 342 | <dependency groupId="org.xerial.snappy" artifactId="snappy-java" version="1.1.1.7"/>
|
|
556 | 556 |
|
557 | 557 | <artifact:pom id="all-pom"
|
558 | 558 | artifactId="cassandra-all"
|
559 |
| - url="http://cassandra.apache.org" |
| 559 | + url="https://cassandra.apache.org" |
560 | 560 | name="Apache Cassandra">
|
561 | 561 | <parent groupId="org.apache.cassandra"
|
562 | 562 | artifactId="cassandra-parent"
|
|
620 | 620 | </artifact:pom>
|
621 | 621 | <artifact:pom id="thrift-pom"
|
622 | 622 | artifactId="cassandra-thrift"
|
623 |
| - url="http://cassandra.apache.org" |
| 623 | + url="https://cassandra.apache.org" |
624 | 624 | name="Apache Cassandra">
|
625 | 625 | <parent groupId="org.apache.cassandra"
|
626 | 626 | artifactId="cassandra-parent"
|
|
634 | 634 | </artifact:pom>
|
635 | 635 | <artifact:pom id="clientutil-pom"
|
636 | 636 | artifactId="cassandra-clientutil"
|
637 |
| - url="http://cassandra.apache.org" |
| 637 | + url="https://cassandra.apache.org" |
638 | 638 | name="Apache Cassandra">
|
639 | 639 | <parent groupId="org.apache.cassandra"
|
640 | 640 | artifactId="cassandra-parent"
|
|
646 | 646 | <artifact:pom id="dist-pom"
|
647 | 647 | artifactId="apache-cassandra"
|
648 | 648 | packaging="pom"
|
649 |
| - url="http://cassandra.apache.org" |
| 649 | + url="https://cassandra.apache.org" |
650 | 650 | name="Apache Cassandra">
|
651 | 651 | <parent groupId="org.apache.cassandra"
|
652 | 652 | artifactId="cassandra-parent"
|
|
0 commit comments