mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Maxim Thomas
29.01.2024 0cf4a67b0e8eeb8065d5df84238ee690906131eb
[#384] FIX Control Panel: empty help URL values (#386)

2 files modified
14 ■■■■■ changed files
opendj-server/pom.xml 4 ●●●● patch | view | raw | blame | history
pom.xml 10 ●●●● patch | view | raw | blame | history
opendj-server/pom.xml
@@ -31,10 +31,6 @@
    <!-- Product information properties -->
    <patchFixIds />
    <isDebugBuild>false</isDebugBuild>
    <docHomepageUrl>http://opendj.forgerock.org/</docHomepageUrl>
    <docWikiUrl>http://opendj.forgerock.org/docs.html</docWikiUrl>
    <docGuideRefUrl>http://opendj.forgerock.org/doc/admin-guide/index.html</docGuideRefUrl>
    <docGuideAdminUrl>http://opendj.forgerock.org/doc/admin-guide/index.html</docGuideAdminUrl>
    <doclint>none</doclint>
  </properties>
  <dependencies>
pom.xml
@@ -58,7 +58,13 @@
        <checkstyleVersion>5.5</checkstyleVersion>
        <ant.contrib.version>1.0b3</ant.contrib.version>
        <argLine>-Xmx512m</argLine>
    </properties>
        <docHomepageUrl>https://doc.openidentityplatform.org/opendj/</docHomepageUrl>
        <docWikiUrl>https://github.com/OpenIdentityPlatform/OpenDJ/wiki</docWikiUrl>
        <docGuideRefUrl>https://doc.openidentityplatform.org/opendj/man-pages/</docGuideRefUrl>
        <docGuideAdminUrl>https://doc.openidentityplatform.org/opendj/admin-guide/</docGuideAdminUrl>
      </properties>
    <inceptionYear>2011</inceptionYear>
    <url>https://github.com/OpenIdentityPlatform/OpenDJ</url>
@@ -410,7 +416,7 @@
                <plugin>
                    <groupId>org.apache.maven.plugins</groupId>
                    <artifactId>maven-resources-plugin</artifactId>
                    <version>3.1.0</version>
                    <version>3.3.1</version>
                </plugin>
                
                <plugin>