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

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


 discard 3bb6172  Rename `groupId` and packages from `o.a.l.log4j.tools` to 
`o.a.l.log4j`
     add c79f69f  Rename `groupId` and packages from `o.a.l.log4j.tools` to 
`o.a.l.log4j`
     add ab862e9  Bump actions/checkout from 3.2.0 to 3.3.0 (#11)
     add ec06e21  Nullability and cosmetic changes
     add d088427  Set `revision` back to 0.1.0-SNAPSHOT
     add 72f8559  Add `RELEASING.adoc`
     add 5f5b38d  Avoid workflow run for merged `dependabot` PRs
     add d826c80  Add "Support" to README
     add 1df7c8c  Merge `SECURITY.adoc` into `README.adoc`
     add 798cd7f  Bump actions/upload-artifact from 3.1.1 to 3.1.2
     add 4c920d9  Merge pull request #12 from 
apache/dependabot/github_actions/actions/upload-artifact-3.1.2
     add 6c3273d  INFRA-24051 Set Nexus credentials for releases
     new 7627f57  Update release date in CHANGELOG
     new 1bbb6aa  Set version to 0.1.0
     new cc214aa  Skip empty directories in exporter

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (3bb6172)
            \
             N -- N -- N   refs/heads/release/0.1.0 (cc214aa)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .github/workflows/build.yml                        | 21 +++++---
 CHANGELOG.adoc                                     |  2 +-
 README.adoc                                        | 13 ++++-
 RELEASING.adoc                                     | 59 ++++++++++++++++++++++
 SECURITY.adoc                                      | 21 --------
 .../logging/log4j/changelog/ChangelogEntry.java    | 21 ++++----
 .../logging/log4j/changelog/ChangelogFiles.java    |  7 ++-
 .../logging/log4j/changelog/ChangelogRelease.java  | 20 +-------
 .../changelog/exporter/ChangelogExporter.java      | 53 +++++++++++--------
 .../log4j/changelog/exporter/FreeMarkerUtils.java  |  9 ++--
 .../log4j/changelog/importer/MavenChanges.java     | 40 +++++++++------
 .../changelog/importer/MavenChangesImporter.java   | 18 +++----
 .../changelog/releaser/ChangelogReleaser.java      | 39 +++++++-------
 .../log4j/changelog/util/AsciiDocUtils.java        | 40 ---------------
 .../logging/log4j/changelog/util/FileUtils.java    | 45 +++++++++--------
 .../log4j/changelog/util/PropertyUtils.java        |  3 ++
 .../logging/log4j/changelog/util/StringUtils.java  |  7 ++-
 .../logging/log4j/changelog/util/XmlReader.java    |  4 +-
 .../logging/log4j/changelog/util/XmlWriter.java    | 14 ++---
 19 files changed, 236 insertions(+), 200 deletions(-)
 create mode 100644 RELEASING.adoc
 delete mode 100644 SECURITY.adoc
 delete mode 100644 
log4j-changelog/src/main/java/org/apache/logging/log4j/changelog/util/AsciiDocUtils.java

Reply via email to