replace with https

This commit is contained in:
Shinsuke Sugaya 2019-02-12 07:05:37 +09:00
parent 91fb70e67f
commit 3a83511454

12
pom.xml
View file

@ -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>