This is an automated email from the ASF dual-hosted git repository.

vy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/logging-log4j-tools.git

commit fc2f6b721af67a10ebb69de837ce64d7943332e2
Author: Volkan Yazıcı <[email protected]>
AuthorDate: Fri Sep 29 10:14:15 2023 +0200

    Minor documentation fixes
---
 src/changelog/.index.adoc.ftl               | 2 +-
 src/site/_log4j-changelog-maven-plugin.adoc | 4 ++--
 src/site/_log4j-changelog.adoc              | 4 +++-
 src/site/_release-notes/_0.x.x.adoc         | 2 +-
 4 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/src/changelog/.index.adoc.ftl b/src/changelog/.index.adoc.ftl
index fc6f4c8..8c4ff21 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 723f0b3..2f3dc82 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 cec9328..d269405 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
 </dependency>
 ----
 
+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 f78e91b..70beb61 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`

Reply via email to