replace with https
This commit is contained in:
parent
91fb70e67f
commit
3a83511454
1 changed files with 6 additions and 6 deletions
12
pom.xml
12
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><a href="http://fess.codelibs.org/" target="_blank">Enterprise Search Server: Fess</a></header>
|
||||
<footer><a href="http://fess.codelibs.org/" target="_blank">Open Source Enterprise Search Server: Fess</a></footer>
|
||||
<header><a href="https://fess.codelibs.org/" target="_blank">Enterprise Search Server: Fess</a></header>
|
||||
<footer><a href="https://fess.codelibs.org/" target="_blank">Open Source Enterprise Search Server: Fess</a></footer>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<artifactId>maven-jxr-plugin</artifactId>
|
||||
<version>3.0.0</version>
|
||||
<configuration>
|
||||
<docTitle><a href="http://fess.codelibs.org/" target="_blank">Enterprise Search Server: Fess Reference</a></docTitle>
|
||||
<docTitle><a href="https://fess.codelibs.org/" target="_blank">Enterprise Search Server: Fess Reference</a></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>
|
||||
|
|
Loading…
Add table
Reference in a new issue