fix #2366 use https

This commit is contained in:
Shinsuke Sugaya 2020-01-16 08:53:08 +09:00
parent 7448b100f3
commit 6c6f9248f4
3 changed files with 4 additions and 4 deletions

4
NOTICE
View file

@ -1,5 +1,5 @@
--------------------------------------------------------------------------------
http://fess.codelibs.org/
https://fess.codelibs.org/
Copyright 2018 CodeLibs Project.
@ -21,7 +21,7 @@ Elasticsearch
Copyright 2009-2015 Elasticsearch
This product includes software developed by The Apache Software
Foundation (http://www.apache.org/).
Foundation (https://www.apache.org/).
--------------------------------------------------------------------------------
https://github.com/lmenezes/elasticsearch-kopf

View file

@ -10,7 +10,7 @@
<!-- Maven Repository -->
<property name="maven.snapshot.repo.url" value="https://oss.sonatype.org/content/repositories/snapshots" />
<property name="maven.release.repo.url" value="http://central.maven.org/maven2" />
<property name="maven.release.repo.url" value="https://central.maven.org/maven2" />
<target name="install.jars">
<mkdir dir="${target.dir}" />

View file

@ -12,7 +12,7 @@
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>