Skip to content

Commit f3b5f66

Browse files
committed
Update org.apache.logging:logging-parent to version 10.6.0
1 parent 0cfa57a commit f3b5f66

13 files changed

+34
-31
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<parent>
3232
<groupId>org.apache.logging</groupId>
3333
<artifactId>logging-parent</artifactId>
34-
<version>10.4.0</version>
34+
<version>10.6.0</version>
3535
</parent>
3636

3737
<groupId>org.apache.logging.log4j</groupId>
Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
33
xmlns="http://logging.apache.org/log4j/changelog"
4-
xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
5-
type="changed">
6-
<issue id="91" link="https://github.com/apache/logging-log4j-tools/pull/91"/>
7-
<description format="asciidoc">Update `apache/logging-parent` to version ``</description>
4+
xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.3.xsd"
5+
type="updated">
6+
<description format="asciidoc">Update `org.apache.logging:logging-parent` to version `10.6.0`</description>
87
</entry>
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
33
xmlns="http://logging.apache.org/log4j/changelog"
4-
xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
5-
type="changed">
4+
xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.3.xsd"
5+
type="updated">
66
<issue id="94" link="https://github.com/apache/logging-log4j-tools/pull/94"/>
77
<description format="asciidoc">Update `jakarta.inject:jakarta.inject-api` to version `2.0.1`</description>
88
</entry>

src/changelog/0.5.0/update_org_apache_logging_logging_parent.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
1919
xmlns="http://logging.apache.org/log4j/changelog"
2020
xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.3.xsd"
21-
type="changed">
21+
type="updated">
2222
<issue id="82" link="https://github.com/apache/logging-log4j-tools/pull/82"/>
2323
<description format="asciidoc">Update `org.apache.logging:logging-parent` to version `10.1.1`</description>
2424
</entry>

src/changelog/0.5.0/update_org_junit_jupiter_junit_jupiter_engine.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
<entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
33
xmlns="http://logging.apache.org/log4j/changelog"
44
xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.3.xsd"
5-
type="changed">
5+
type="updated">
66
<description format="asciidoc">Update `org.junit.jupiter:junit-jupiter-engine` to version `5.10.0`</description>
77
</entry>

src/changelog/0.6.0/update-parent.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
<entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
1919
xmlns="http://logging.apache.org/log4j/changelog"
2020
xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.3.xsd"
21-
type="changed">
21+
type="updated">
2222
<description format="asciidoc">Update `org.apache.logging:logging-parent` to version `10.4.0`</description>
2323
</entry>

src/changelog/0.7.0/update_commons_io_commons_io.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
33
xmlns="http://logging.apache.org/log4j/changelog"
44
xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.3.xsd"
5-
type="changed">
5+
type="updated">
66
<issue id="86" link="https://github.com/apache/logging-log4j-tools/pull/86"/>
77
<description format="asciidoc">Update `commons-io:commons-io` to version `2.15.1`</description>
88
</entry>

src/changelog/0.7.0/update_org_apache_maven_plugin_tools_maven_plugin_annotations.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
33
xmlns="http://logging.apache.org/log4j/changelog"
44
xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.3.xsd"
5-
type="changed">
5+
type="updated">
66
<issue id="87" link="https://github.com/apache/logging-log4j-tools/pull/87"/>
77
<description format="asciidoc">Update `org.apache.maven.plugin-tools:maven-plugin-annotations` to version `3.10.2`</description>
88
</entry>

src/site/_release-notes/_0.2.0.adoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,13 @@ This minor release contains various bug fixes and improvements.
5252
5353
* Rename `log4j.changelog.exporter.outputDirectory` property to `log4j.changelog.outputDirectory` (https://github.com/apache/logging-log4j-tools/issues/20[20])
5454
55-
[#release-notes-0-2-0-removed]
56-
==== Removed
57-
58-
* Remove `security` as a change type from `log4j-changelog` (https://github.com/apache/logging-log4j-tools/issues/14[14])
59-
6055
[#release-notes-0-2-0-fixed]
6156
==== Fixed
6257
6358
* Fix unreleased directory order in `ChangelogExporter` (https://github.com/apache/logging-log4j-tools/issues/17[17])
6459
* Fix Windows compatibility (https://github.com/apache/logging-log4j-tools/issues/19[19])
60+
61+
[#release-notes-0-2-0-removed]
62+
==== Removed
63+
64+
* Remove `security` as a change type from `log4j-changelog` (https://github.com/apache/logging-log4j-tools/issues/14[14])

src/site/_release-notes/_0.5.0.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,9 @@ This minor release contains various bug fixes and improvements.
5252
5353
* Made `author` element optional and bumped the XML schema version to `0.1.2` (https://github.com/apache/logging-log4j-tools/issues/81[81])
5454
* Make `log4j-changelog-maven-plugin` thread-safe (https://github.com/apache/logging-log4j-tools/issues/80[80])
55+
56+
[#release-notes-0-5-0-updated]
57+
==== Updated
58+
5559
* Update `org.apache.logging:logging-parent` to version `10.1.1` (https://github.com/apache/logging-log4j-tools/pull/82[82])
5660
* Update `org.junit.jupiter:junit-jupiter-engine` to version `5.10.0`

0 commit comments

Comments
 (0)