diff --git a/log4j-transform-parent/pom.xml b/log4j-transform-parent/pom.xml index 63544ad4..45760e8b 100644 --- a/log4j-transform-parent/pom.xml +++ b/log4j-transform-parent/pom.xml @@ -45,7 +45,7 @@ 0.8.11 - 3.6.0 + 3.6.1 3.5.0 3.0.0-M7 diff --git a/src/changelog/.0.x.x/update_org_apache_maven_plugins_maven_invoker_plugin.xml b/src/changelog/.0.x.x/update_org_apache_maven_plugins_maven_invoker_plugin.xml index 5152a2db..b4ec4360 100644 --- a/src/changelog/.0.x.x/update_org_apache_maven_plugins_maven_invoker_plugin.xml +++ b/src/changelog/.0.x.x/update_org_apache_maven_plugins_maven_invoker_plugin.xml @@ -1,8 +1,8 @@ - - Update `org.apache.maven.plugins:maven-invoker-plugin` to version `3.6.0` + xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.3.xsd" + type="updated"> + + Update `org.apache.maven.plugins:maven-invoker-plugin` to version `3.6.1` diff --git a/src/site/_release-notes/_0.x.x.adoc b/src/site/_release-notes/_0.x.x.adoc index 94033153..98ee44d5 100644 --- a/src/site/_release-notes/_0.x.x.adoc +++ b/src/site/_release-notes/_0.x.x.adoc @@ -51,7 +51,6 @@ This is the second release of the project. * Migrated `logging-parent` to version `10.2.0` and adopted its CI and `pom.xml` infrastructure * Update `org.apache.commons:commons-lang3` to version `3.14.0` (https://github.com/apache/logging-log4j-transform/pull/69[69]) * Update `org.apache.maven:maven-core` to version `3.9.6` (https://github.com/apache/logging-log4j-transform/pull/65[65]) -* Update `org.apache.maven.plugins:maven-invoker-plugin` to version `3.6.0` (https://github.com/apache/logging-log4j-transform/pull/68[68]) ==== Fixed @@ -64,6 +63,7 @@ This is the second release of the project. * Update `commons-logging:commons-logging` to version `1.3.1` (https://github.com/apache/logging-log4j-transform/pull/90[90]) * Update `org.apache.logging.log4j:log4j-bom` to version `2.23.1` (https://github.com/apache/logging-log4j-transform/pull/88[88]) * Update `org.apache.logging:logging-parent` to version `10.5.0` (https://github.com/apache/logging-log4j-transform/pull/72[72]) +* Update `org.apache.maven.plugins:maven-invoker-plugin` to version `3.6.1` (https://github.com/apache/logging-log4j-transform/pull/94[94]) * Update `org.apache.maven.plugins:maven-shade-plugin` to version `3.5.2` (https://github.com/apache/logging-log4j-transform/pull/85[85]) * Update `org.assertj:assertj-core` to version `3.25.3` (https://github.com/apache/logging-log4j-transform/pull/83[83]) * Update `org.jacoco:jacoco-maven-plugin` to version `0.8.11` (https://github.com/apache/logging-log4j-transform/pull/61[61])