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/release-notes/chap-issues.xml | 9 +++++----
1 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/opendj3/src/main/docbkx/release-notes/chap-issues.xml b/opendj3/src/main/docbkx/release-notes/chap-issues.xml
index 98e0226..2af0a35 100644
--- a/opendj3/src/main/docbkx/release-notes/chap-issues.xml
+++ b/opendj3/src/main/docbkx/release-notes/chap-issues.xml
@@ -34,12 +34,13 @@
<para>OpenDJ issues are tracked at <link
xlink:href='https://bugster.forgerock.org/jira/browse/OPENDJ'
>https://bugster.forgerock.org/jira/browse/OPENDJ</link>. This chapter
- covers the status of key issues at release <?eval ${project.version}?>.</para>
+ covers the status of key issues at release <?eval ${docTargetVersion}?>.</para>
<section>
<title>Fixes Since Last Release</title>
- <para>The following issues were fixed since release 2.4.2.</para>
+ <para>The following issues were fixed since release
+ <?eval ${stableServerVersion} ?>.</para>
<itemizedlist>
<listitem>
@@ -51,7 +52,7 @@
<section xml:id="limitations">
<title>Limitations</title>
- <para>Release <?eval ${project.version}?> has the following limitations.</para>
+ <para>Release <?eval ${docTargetVersion}?> has the following limitations.</para>
<itemizedlist>
<listitem>
@@ -95,7 +96,7 @@
<title>Known Issues</title>
<para>The following known issues remained open at the time release
- <?eval ${project.version}?> became available.</para>
+ <?eval ${docTargetVersion}?> became available.</para>
<itemizedlist>
<listitem>
--
Gitblit v1.10.0