Skip to content

Commit

Permalink
Update org.apache.logging:logging-parent to version 10.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vy committed Jan 15, 2024
1 parent 0cfa57a commit f3b5f66
Show file tree
Hide file tree
Showing 13 changed files with 34 additions and 31 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<parent>
<groupId>org.apache.logging</groupId>
<artifactId>logging-parent</artifactId>
<version>10.4.0</version>
<version>10.6.0</version>
</parent>

<groupId>org.apache.logging.log4j</groupId>
Expand Down
7 changes: 3 additions & 4 deletions src/changelog/.0.x.x/update_apache_logging_parent.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://logging.apache.org/log4j/changelog"
xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
type="changed">
<issue id="91" link="https://github.com/apache/logging-log4j-tools/pull/91"/>
<description format="asciidoc">Update `apache/logging-parent` to version ``</description>
xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.3.xsd"
type="updated">
<description format="asciidoc">Update `org.apache.logging:logging-parent` to version `10.6.0`</description>
</entry>
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://logging.apache.org/log4j/changelog"
xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
type="changed">
xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.3.xsd"
type="updated">
<issue id="94" link="https://github.com/apache/logging-log4j-tools/pull/94"/>
<description format="asciidoc">Update `jakarta.inject:jakarta.inject-api` to version `2.0.1`</description>
</entry>
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://logging.apache.org/log4j/changelog"
xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.3.xsd"
type="changed">
type="updated">
<issue id="82" link="https://github.com/apache/logging-log4j-tools/pull/82"/>
<description format="asciidoc">Update `org.apache.logging:logging-parent` to version `10.1.1`</description>
</entry>
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
<entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://logging.apache.org/log4j/changelog"
xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.3.xsd"
type="changed">
type="updated">
<description format="asciidoc">Update `org.junit.jupiter:junit-jupiter-engine` to version `5.10.0`</description>
</entry>
2 changes: 1 addition & 1 deletion src/changelog/0.6.0/update-parent.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
<entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://logging.apache.org/log4j/changelog"
xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.3.xsd"
type="changed">
type="updated">
<description format="asciidoc">Update `org.apache.logging:logging-parent` to version `10.4.0`</description>
</entry>
2 changes: 1 addition & 1 deletion src/changelog/0.7.0/update_commons_io_commons_io.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://logging.apache.org/log4j/changelog"
xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.3.xsd"
type="changed">
type="updated">
<issue id="86" link="https://github.com/apache/logging-log4j-tools/pull/86"/>
<description format="asciidoc">Update `commons-io:commons-io` to version `2.15.1`</description>
</entry>
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://logging.apache.org/log4j/changelog"
xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.3.xsd"
type="changed">
type="updated">
<issue id="87" link="https://github.com/apache/logging-log4j-tools/pull/87"/>
<description format="asciidoc">Update `org.apache.maven.plugin-tools:maven-plugin-annotations` to version `3.10.2`</description>
</entry>
10 changes: 5 additions & 5 deletions src/site/_release-notes/_0.2.0.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,13 @@ This minor release contains various bug fixes and improvements.
* Rename `log4j.changelog.exporter.outputDirectory` property to `log4j.changelog.outputDirectory` (https://github.com/apache/logging-log4j-tools/issues/20[20])
[#release-notes-0-2-0-removed]
==== Removed
* Remove `security` as a change type from `log4j-changelog` (https://github.com/apache/logging-log4j-tools/issues/14[14])
[#release-notes-0-2-0-fixed]
==== Fixed
* Fix unreleased directory order in `ChangelogExporter` (https://github.com/apache/logging-log4j-tools/issues/17[17])
* Fix Windows compatibility (https://github.com/apache/logging-log4j-tools/issues/19[19])
[#release-notes-0-2-0-removed]
==== Removed
* Remove `security` as a change type from `log4j-changelog` (https://github.com/apache/logging-log4j-tools/issues/14[14])
4 changes: 4 additions & 0 deletions src/site/_release-notes/_0.5.0.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,9 @@ This minor release contains various bug fixes and improvements.
* Made `author` element optional and bumped the XML schema version to `0.1.2` (https://github.com/apache/logging-log4j-tools/issues/81[81])
* Make `log4j-changelog-maven-plugin` thread-safe (https://github.com/apache/logging-log4j-tools/issues/80[80])
[#release-notes-0-5-0-updated]
==== Updated
* Update `org.apache.logging:logging-parent` to version `10.1.1` (https://github.com/apache/logging-log4j-tools/pull/82[82])
* Update `org.junit.jupiter:junit-jupiter-engine` to version `5.10.0`
10 changes: 5 additions & 5 deletions src/site/_release-notes/_0.6.0.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,12 @@ This minor release contains various bug fixes and improvements.
* Started generating CycloneDX SBOM with the recent update of `logging-parent` to version `10.4.0`
[#release-notes-0-6-0-changed]
==== Changed
* Update `org.apache.logging:logging-parent` to version `10.4.0`
[#release-notes-0-6-0-fixed]
==== Fixed
* `log4j-tools-bom` was broken due to removed `parent` during flattening. This is automatically fixed by the recent `logging-parent` version `10.4.0` update.
[#release-notes-0-6-0-updated]
==== Updated
* Update `org.apache.logging:logging-parent` to version `10.4.0`
12 changes: 6 additions & 6 deletions src/site/_release-notes/_0.7.0.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,15 @@ This minor release contains various bug fixes and improvements.
* Add the new `updated` changelog entry type and bump the XSD version to `0.1.3`
[#release-notes-0-7-0-changed]
==== Changed
* Update `commons-io:commons-io` to version `2.15.1` (https://github.com/apache/logging-log4j-tools/pull/86[86])
* Update `org.apache.maven.plugin-tools:maven-plugin-annotations` to version `3.10.2` (https://github.com/apache/logging-log4j-tools/pull/87[87])
[#release-notes-0-7-0-fixed]
==== Fixed
* Sort changelog entry types alphanumerically
* Fix `log4j-changelog:release` failure on empty unreleased changelog directory (https://github.com/apache/logging-log4j-tools/issues/90[90])
* Fix parsing of patch versions in `log4j-changelog:release` goal (https://github.com/apache/logging-log4j-tools/issues/89[89])
[#release-notes-0-7-0-updated]
==== Updated
* Update `commons-io:commons-io` to version `2.15.1` (https://github.com/apache/logging-log4j-tools/pull/86[86])
* Update `org.apache.maven.plugin-tools:maven-plugin-annotations` to version `3.10.2` (https://github.com/apache/logging-log4j-tools/pull/87[87])
6 changes: 3 additions & 3 deletions src/site/_release-notes/_0.x.x.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ This minor release contains various bug fixes and improvements.
* Add a `log4j-docgen` module with a common XML model to document sets of Log4j plugins.
[#release-notes-0-x-x-changed]
==== Changed
[#release-notes-0-x-x-updated]
==== Updated
* Update `apache/logging-parent` to version `` (https://github.com/apache/logging-log4j-tools/pull/91[91])
* Update `apache/logging-parent` to version `10.6.0`
* Update `jakarta.inject:jakarta.inject-api` to version `2.0.1` (https://github.com/apache/logging-log4j-tools/pull/94[94])

0 comments on commit f3b5f66

Please sign in to comment.