diff --git a/src/changelog/.index.adoc.ftl b/src/changelog/.index.adoc.ftl index fc6f4c83..8c4ff214 100644 --- a/src/changelog/.index.adoc.ftl +++ b/src/changelog/.index.adoc.ftl @@ -34,7 +34,7 @@ //// [#release-notes] -=== Release Notes +== Release Notes <#list releases as release><#if release.changelogEntryCount gt 0> include::_release-notes/_${release.version}.adoc[] diff --git a/src/site/_log4j-changelog-maven-plugin.adoc b/src/site/_log4j-changelog-maven-plugin.adoc index 723f0b34..2f3dc821 100644 --- a/src/site/_log4j-changelog-maven-plugin.adoc +++ b/src/site/_log4j-changelog-maven-plugin.adoc @@ -20,8 +20,8 @@ limitations under the License. This project ships a Maven plugin providing access to the `ChangelogExporter` and `ChangelogReleaser` of xref:#log4j-changelog[`log4j-changelog`]. -[#log4j-changelog-dependencies] -== Dependencies +[#log4j-changelog-maven-plugin-dependencies] +=== Dependencies You need to have the `org.apache.logging.log4j:log4j-changelog-maven-plugin` dependency in your classpath: diff --git a/src/site/_log4j-changelog.adoc b/src/site/_log4j-changelog.adoc index cec93282..d269405d 100644 --- a/src/site/_log4j-changelog.adoc +++ b/src/site/_log4j-changelog.adoc @@ -22,7 +22,7 @@ This project contains tools to maintain changelogs. It is designed for Apache Log4j, but can be used for any Java project. [#log4j-changelog-dependencies] -== Dependencies +=== Dependencies You need to have the `org.apache.logging.log4j:log4j-changelog` dependency in your classpath: @@ -35,6 +35,8 @@ You need to have the `org.apache.logging.log4j:log4j-changelog` dependency in yo ---- +Java module name and OSGi `Bundle-SymbolicName` are set to `org.apache.logging.log4j.changelog`. + [#log4j-changelog-what-is-a-changelog] === What is a changelog? diff --git a/src/site/_release-notes/_0.x.x.adoc b/src/site/_release-notes/_0.x.x.adoc index f78e91b0..70beb612 100644 --- a/src/site/_release-notes/_0.x.x.adoc +++ b/src/site/_release-notes/_0.x.x.adoc @@ -47,4 +47,4 @@ This minor release contains various bug fixes and improvements. ==== Changed -* Bump the default `log4j-changelog` XML schema version to `0.1.2` +* Made `author` element optional and bumped the XML schema version to `0.1.2`