瀏覽代碼

replace with https

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

+ 6 - 6
pom.xml

@@ -7,7 +7,7 @@
 	<packaging>war</packaging>
 	<name>Fess</name>
 	<description>Fess is Full tExt Search System.</description>
-	<url>http://fess.codelibs.org/</url>
+	<url>https://fess.codelibs.org/</url>
 	<inceptionYear>2009</inceptionYear>
 	<licenses>
 		<license>
@@ -18,7 +18,7 @@
 	</licenses>
 	<organization>
 		<name>CodeLibs</name>
-		<url>http://fess.codelibs.org/</url>
+		<url>https://fess.codelibs.org/</url>
 	</organization>
 	<issueManagement>
 		<url>https://github.com/codelibs/fess/issues</url>
@@ -225,15 +225,15 @@
 					<charset>UTF-8</charset>
 					<locale>en_US</locale>
 					<windowtitle>Open Source Enterprise Search: Fess API</windowtitle>
-					<header>&lt;a href="http://fess.codelibs.org/" target="_blank"&gt;Enterprise Search Server: Fess&lt;/a&gt;</header>
-					<footer>&lt;a href="http://fess.codelibs.org/" target="_blank"&gt;Open Source Enterprise Search Server: Fess&lt;/a&gt;</footer>
+					<header>&lt;a href="https://fess.codelibs.org/" target="_blank"&gt;Enterprise Search Server: Fess&lt;/a&gt;</header>
+					<footer>&lt;a href="https://fess.codelibs.org/" target="_blank"&gt;Open Source Enterprise Search Server: Fess&lt;/a&gt;</footer>
 				</configuration>
 			</plugin>
 			<plugin>
 				<artifactId>maven-jxr-plugin</artifactId>
 				<version>3.0.0</version>
 				<configuration>
-					<docTitle>&lt;a href="http://fess.codelibs.org/" target="_blank"&gt;Enterprise Search Server: Fess Reference&lt;/a&gt;</docTitle>
+					<docTitle>&lt;a href="https://fess.codelibs.org/" target="_blank"&gt;Enterprise Search Server: Fess Reference&lt;/a&gt;</docTitle>
 					<windowTitle>Open Source Enterprise Search: Fess Source Code Reference</windowTitle>
 				</configuration>
 			</plugin>
@@ -251,7 +251,7 @@
 					</includes>
 					<encoding>UTF-8</encoding>
 					<headerDefinitions>
-						<headerDefinition>http://www.codelibs.org/assets/license/header-definition-2.xml</headerDefinition>
+						<headerDefinition>https://www.codelibs.org/assets/license/header-definition-2.xml</headerDefinition>
 					</headerDefinitions>
 				</configuration>
 				<executions>