fix #2366 use https
This commit is contained in:
parent
7448b100f3
commit
6c6f9248f4
3 changed files with 4 additions and 4 deletions
4
NOTICE
4
NOTICE
|
@ -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
|
||||
|
||||
|
|
2
deps.xml
2
deps.xml
|
@ -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}" />
|
||||
|
|
2
pom.xml
2
pom.xml
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue