This is an automated email from the ASF dual-hosted git repository. vy pushed a commit to branch release/10.5.0 in repository https://gitbox.apache.org/repos/asf/logging-parent.git
commit 3f572cafcdc5d6578bc386bef4b6d5c5837d1a1c Author: ASF Logging Services RM <[email protected]> AuthorDate: Mon Dec 18 08:46:20 2023 +0000 Update `org.apache.logging.log4j:log4j-changelog-maven-plugin` to version `0.7.0` (#84) --- pom.xml | 2 +- ...date_org_apache_logging_log4j_log4j_changelog_maven_plugin.xml | 4 ++-- src/site/_release-notes/_10.1.0.adoc | 8 ++++---- src/site/_release-notes/_10.x.x.adoc | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/pom.xml b/pom.xml index 174a7c1..dedc396 100644 --- a/pom.xml +++ b/pom.xml @@ -293,7 +293,7 @@ <build-helper-maven-plugin.version>3.5.0</build-helper-maven-plugin.version> <cyclonedx-maven-plugin.version>2.7.10</cyclonedx-maven-plugin.version> <flatten-maven-plugin.version>1.5.0</flatten-maven-plugin.version> - <log4j-changelog-maven-plugin.version>0.6.0</log4j-changelog-maven-plugin.version> + <log4j-changelog-maven-plugin.version>0.7.0</log4j-changelog-maven-plugin.version> <maven-artifact-plugin.version>3.5.0</maven-artifact-plugin.version> <sign-maven-plugin.version>1.0.1</sign-maven-plugin.version> <spotbugs-maven-plugin.version>4.8.2.0</spotbugs-maven-plugin.version> diff --git a/src/changelog/10.5.0/update_org_apache_logging_log4j_log4j_changelog_maven_plugin.xml b/src/changelog/10.5.0/update_org_apache_logging_log4j_log4j_changelog_maven_plugin.xml index d8ba536..b934f68 100644 --- a/src/changelog/10.5.0/update_org_apache_logging_log4j_log4j_changelog_maven_plugin.xml +++ b/src/changelog/10.5.0/update_org_apache_logging_log4j_log4j_changelog_maven_plugin.xml @@ -3,6 +3,6 @@ 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="72" link="https://github.com/apache/logging-parent/pull/72"/> - <description format="asciidoc">Update `org.apache.logging.log4j:log4j-changelog-maven-plugin` to version `0.6.0`</description> + <issue id="84" link="https://github.com/apache/logging-parent/pull/84"/> + <description format="asciidoc">Update `org.apache.logging.log4j:log4j-changelog-maven-plugin` to version `0.7.0`</description> </entry> diff --git a/src/site/_release-notes/_10.1.0.adoc b/src/site/_release-notes/_10.1.0.adoc index c17892b..d76c2de 100644 --- a/src/site/_release-notes/_10.1.0.adoc +++ b/src/site/_release-notes/_10.1.0.adoc @@ -64,10 +64,10 @@ In particular, we expect the absence of `module-info.java` files to avoid severa * Update `org.apache:apache` to version `30` * Update `org.osgi:osgi.annotation` to version `8.1.0` -==== Removed - -* Removed `project.build.outputTimestamp` override since it is already provided by the parent POM and its old value `0` was causing https://github.com/spring-projects/spring-boot/pull/37438[reproducibility issues] for `spring-boot:repackage` - ==== Fixed * Replaced incorrect `java.version` Maven property override with `maven.compiler.{source,release,target}` + +==== Removed + +* Removed `project.build.outputTimestamp` override since it is already provided by the parent POM and its old value `0` was causing https://github.com/spring-projects/spring-boot/pull/37438[reproducibility issues] for `spring-boot:repackage` diff --git a/src/site/_release-notes/_10.x.x.adoc b/src/site/_release-notes/_10.x.x.adoc index 6ef81d5..ca838ae 100644 --- a/src/site/_release-notes/_10.x.x.adoc +++ b/src/site/_release-notes/_10.x.x.adoc @@ -52,6 +52,6 @@ This minor release contains several small improvements. * Update `com.github.spotbugs:spotbugs-maven-plugin` to version `4.8.2.0` (https://github.com/apache/logging-parent/pull/71[71]) * Update `github/codeql-action` to version `3.22.11` (https://github.com/apache/logging-parent/pull/81[81]) * Update `org.apache:apache` to version `31` (https://github.com/apache/logging-parent/pull/73[73]) -* Update `org.apache.logging.log4j:log4j-changelog-maven-plugin` to version `0.6.0` (https://github.com/apache/logging-parent/pull/72[72]) +* Update `org.apache.logging.log4j:log4j-changelog-maven-plugin` to version `0.7.0` (https://github.com/apache/logging-parent/pull/84[84]) * Update `org.codehaus.mojo:build-helper-maven-plugin` to version `3.5.0` (https://github.com/apache/logging-parent/pull/65[65]) * Update `org.eclipse.jgit:org.eclipse.jgit` to version `6.8.0.202311291450-r` (https://github.com/apache/logging-parent/pull/74[74])
