|
16 | 16 | ~ See the License for the specific language governing permissions and
|
17 | 17 | ~ limitations under the License.
|
18 | 18 | -->
|
19 |
| -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
| 19 | +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> |
20 | 20 | <modelVersion>4.0.0</modelVersion>
|
21 | 21 |
|
22 | 22 | <parent>
|
@@ -67,7 +67,7 @@ atlas.graph.index.search.solr.wait-searcher=true
|
67 | 67 | # https://www.elastic.co/products/x-pack/security
|
68 | 68 | #
|
69 | 69 | # Alternatively, the JanusGraph documentation provides some tips on how to secure Elasticsearch without additional
|
70 |
| -# plugins: http://docs.janusgraph.org/latest/elasticsearch.html |
| 70 | +# plugins: https://docs.janusgraph.org/latest/elasticsearch.html |
71 | 71 | #atlas.graph.index.hostname=localhost
|
72 | 72 | #atlas.graph.index.search.elasticsearch.client-only=true
|
73 | 73 | </graph.index.properties>
|
@@ -251,11 +251,11 @@ atlas.graph.index.search.solr.wait-searcher=true
|
251 | 251 | <solr.embedded>true</solr.embedded>
|
252 | 252 |
|
253 | 253 | <hbase.dir>${project.build.directory}/hbase</hbase.dir>
|
254 |
| - <hbase.tar>http://archive.apache.org/dist/hbase/${hbase.version}/hbase-${hbase.version}-bin.tar.gz</hbase.tar> |
| 254 | + <hbase.tar>https://archive.apache.org/dist/hbase/${hbase.version}/hbase-${hbase.version}-bin.tar.gz</hbase.tar> |
255 | 255 | <hbase.folder>hbase-${hbase.version}</hbase.folder>
|
256 | 256 |
|
257 | 257 | <solr.dir>${project.build.directory}/solr</solr.dir>
|
258 |
| - <solr.tar>http://archive.apache.org/dist/lucene/solr/${solr.version}/solr-${solr.version}.tgz</solr.tar> |
| 258 | + <solr.tar>https://archive.apache.org/dist/lucene/solr/${solr.version}/solr-${solr.version}.tgz</solr.tar> |
259 | 259 | <solr.folder>solr-${solr.version}</solr.folder>
|
260 | 260 | </properties>
|
261 | 261 | <build>
|
@@ -342,11 +342,11 @@ atlas.graph.index.search.solr.wait-searcher=true
|
342 | 342 | <solr.embedded>true</solr.embedded>
|
343 | 343 |
|
344 | 344 | <solr.dir>${project.build.directory}/solr</solr.dir>
|
345 |
| - <solr.tar>http://archive.apache.org/dist/lucene/solr/${solr.version}/solr-${solr.version}.tgz</solr.tar> |
| 345 | + <solr.tar>https://archive.apache.org/dist/lucene/solr/${solr.version}/solr-${solr.version}.tgz</solr.tar> |
346 | 346 | <solr.folder>solr-${solr.version}</solr.folder>
|
347 | 347 |
|
348 | 348 | <zk.dir>${project.build.directory}/zk</zk.dir>
|
349 |
| - <zk.tar>http://archive.apache.org/dist/zookeeper/zookeeper-${zookeeper.version}/zookeeper-${zookeeper.version}.tar.gz</zk.tar> |
| 349 | + <zk.tar>https://archive.apache.org/dist/zookeeper/zookeeper-${zookeeper.version}/zookeeper-${zookeeper.version}.tar.gz</zk.tar> |
350 | 350 | <zk.folder>zookeeper-${zookeeper.version}</zk.folder>
|
351 | 351 | </properties>
|
352 | 352 | <build>
|
|
0 commit comments