From b87024e88ed6fbaa067f70fa3caac646e30b9d9b Mon Sep 17 00:00:00 2001
From: Wayne Beaton <wayne.beaton@eclipse-foundation.org>
Date: Tue, 18 Dec 2018 16:06:52 -0500
Subject: [PATCH] Configuration and tweaks.

Give the recent changes section an actual title. Position the TOC under
the version and date statement.
---
 CHANGELOG                       | 2 +-
 pom.xml                         | 3 ++-
 source/development_process.adoc | 4 +++-
 3 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/CHANGELOG b/CHANGELOG
index 7d92584..bf9f82a 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,6 @@
 # ChangeLog
 
-## [Unreleased]
+## [2018] - 2018-12-14
 
 ### Added
 - A separate section that formally defines key terms has been added.
diff --git a/pom.xml b/pom.xml
index 1f3484f..6c8e04c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -67,7 +67,7 @@
 						<imagesoutdir>.</imagesoutdir>
 						<imagesdir>.</imagesdir>
 						<data-uri />
-						<toc>left</toc>
+						<toc>macro</toc>
 						<icons />
 						<sectanchors>true</sectanchors>
 						<idprefix />
@@ -96,6 +96,7 @@
 						</goals>
 						<configuration>
 							<sourceDocumentName>eclipse_development_process.adoc</sourceDocumentName>
+							<headerFooter>false</headerFooter>
 							<attributes>
 							</attributes>
 						</configuration>
diff --git a/source/development_process.adoc b/source/development_process.adoc
index 4ef728d..28badfc 100644
--- a/source/development_process.adoc
+++ b/source/development_process.adoc
@@ -8,10 +8,12 @@
  * SPDX-License-Identifier: EPL-2.0
 ////
 [[edp]]
-= Eclipse Development Process 2018
+= Eclipse Development Process
 
 Version 1.8. Effective December 14, 2018
 
+toc::[]
+
 [#1_Purpose]
 == 1. Purpose
 
-- 
GitLab