瀏覽代碼

fix #2366 use https

Shinsuke Sugaya 5 年之前
父節點
當前提交
6c6f9248f4
共有 3 個文件被更改,包括 4 次插入4 次删除
  1. 2 2
      NOTICE
  2. 1 1
      deps.xml
  3. 1 1
      pom.xml

+ 2 - 2
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
 

+ 1 - 1
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}" />

+ 1 - 1
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>