diff --git a/NOTICE b/NOTICE index 87f60f6b749802c1d673fbf14a08c561b3a0e99f..2e59a174c5c9a030d32a0a232c20d5dd3cdec06b 100644 --- a/NOTICE +++ b/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 diff --git a/deps.xml b/deps.xml index fed8cd6b923d92c5339c6658bf999ae30f5fc11d..9d3b7dd2a0adba1a5af72b88730e779a6fb7879c 100644 --- a/deps.xml +++ b/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}" /> diff --git a/pom.xml b/pom.xml index ea7c60923c648bbf6e46de606631fda6677be6e4..b74d3515b774d65ff4534bcad331f6fdb7bd2ae5 100644 --- a/pom.xml +++ b/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>