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

Mark Craig
21.28.2013 786e0d2f7637f9f6177a4491b6073e50e8ffb3ad
Fix doc build break

Docs are currently in the SDK part of the tree, which is why the log ref content is downloaded as an artifact. That artifact version needs to correspond to what is built on the server side, not what is built on the SDK side.
1 files modified
4 ■■■■ changed files
opendj-sdk/opendj3/pom.xml 4 ●●●● patch | view | raw | blame | history
opendj-sdk/opendj3/pom.xml
@@ -99,7 +99,7 @@
  <properties>
    <currentSDKversion>${project.version}</currentSDKversion>
    <stableSDKversion>version.not.defined</stableSDKversion>
    <currentServerVersion>${project.version}</currentServerVersion>
    <currentServerVersion>2.5.0-SNAPSHOT</currentServerVersion>
    <stableServerVersion>2.4.6</stableServerVersion>
    <docTargetVersion>2.6.0</docTargetVersion>
    <sdkDocTargetVersion>2.6.0</sdkDocTargetVersion>
@@ -192,7 +192,7 @@
            <artifactItem>
              <groupId>org.forgerock.opendj</groupId>
              <artifactId>opendj-log-ref</artifactId>
              <version>${project.version}</version>
              <version>${currentServerVersion}</version>
              <type>jar</type>
              <overWrite>true</overWrite>
              <outputDirectory>${project.build.directory}/logref</outputDirectory>