From 10d3163f71b4d0f30179398a3936d63b5856a8e7 Mon Sep 17 00:00:00 2001
From: Mark Craig <mark.craig@forgerock.com>
Date: Fri, 28 Mar 2014 08:39:58 +0000
Subject: [PATCH] CR-3284 Move to latest doc tools

---
 pom.xml |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/pom.xml b/pom.xml
index 5870a3b..d5454d4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -136,7 +136,7 @@
     <docPreviousVersion>2.6.0</docPreviousVersion>
     <sdkDocTargetVersion>${docTargetVersion}</sdkDocTargetVersion>
 
-    <frDocPluginVersion>2.0.0</frDocPluginVersion>
+    <frDocPluginVersion>2.1.0-SNAPSHOT</frDocPluginVersion>
     <gaId>UA-23412190-8</gaId>
 
     <siteDistributionURL>scp://forgerock.org/var/www/vhosts/opendj.forgerock.org/httpdocs</siteDistributionURL>
@@ -168,6 +168,8 @@
         <inherited>false</inherited>
         <configuration>
          <projectName>OpenDJ</projectName>
+         <projectVersion>${docTargetVersion}</projectVersion>
+         <latestJson>http://mcraig.org/fr/latest.php</latestJson><!-- Temporary workaround pending #QOZ-985-23233 -->
          <googleAnalyticsId>${gaId}</googleAnalyticsId>
         </configuration>
         <executions>

--
Gitblit v1.10.0