From dd12a73c2157dab5e5d2dbce3180676ddb617917 Mon Sep 17 00:00:00 2001
From: Mark Craig <mark.craig@forgerock.com>
Date: Thu, 13 Oct 2011 08:17:38 +0000
Subject: [PATCH] Fix for OPENDJ-313: Core docs are versioned 3.0.0-SNAPSHOT, even though they pertain to 2.5.0-SNAPSHOT (nightly builds)
---
opendj3/src/main/docbkx/admin-guide/chap-troubleshooting.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/opendj3/src/main/docbkx/admin-guide/chap-troubleshooting.xml b/opendj3/src/main/docbkx/admin-guide/chap-troubleshooting.xml
index adf5b24..d893adc 100644
--- a/opendj3/src/main/docbkx/admin-guide/chap-troubleshooting.xml
+++ b/opendj3/src/main/docbkx/admin-guide/chap-troubleshooting.xml
@@ -234,7 +234,7 @@
version number and also a build time stamp.</para>
<screen>$ dsconfig --version
-OpenDJ <?eval ${project.version}?>
+OpenDJ <?eval ${docTargetVersion}?>
Build <replaceable>yyyymmddhhmmss</replaceable>Z</screen>
<itemizedlist>
--
Gitblit v1.10.0