diff --git a/CHANGELOG b/CHANGELOG
index 7d925847eaa7d5fe3d00221a498da91e29eaa26b..bf9f82a66fc238e442f7b9a44f8d3d616ecf39e4 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 1f3484f53f678037acc7570108393edc6e66364e..6c8e04c2afc943145ab1b2437038d026e069f7b0 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 4ef728ded5c307a9c3815cd412c71d66568d5faa..28badfcbba0464a4556126bbcab6c49e8ac04855 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