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

vy pushed a commit to branch release/3.0.0-beta1
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git

commit 57f40785d34c85217a68cdce15228af1929692d2
Author: Volkan Yazıcı <[email protected]>
AuthorDate: Thu Dec 14 16:49:02 2023 +0100

    Fix release notes for `3.0.0-alpha1`
---
 src/changelog/3.0.0-alpha1/.release.xml                     |  2 +-
 src/site/_release-notes.adoc                                |  2 +-
 src/site/_release-notes/{_3.0.0.adoc => _3.0.0-alpha1.adoc} | 10 +++++-----
 src/site/_release-notes/_3.0.0-beta1.adoc                   |  8 ++++----
 4 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/src/changelog/3.0.0-alpha1/.release.xml 
b/src/changelog/3.0.0-alpha1/.release.xml
index ae2bf9d1e0..94bc4640af 100644
--- a/src/changelog/3.0.0-alpha1/.release.xml
+++ b/src/changelog/3.0.0-alpha1/.release.xml
@@ -18,4 +18,4 @@
 <release xmlns="http://logging.apache.org/log4j/changelog";
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
          xsi:schemaLocation="http://logging.apache.org/log4j/changelog 
https://logging.apache.org/log4j/changelog-0.1.0.xsd";
-         date="2023-06-17" version="3.0.0"/>
+         date="2023-06-17" version="3.0.0-alpha1"/>
diff --git a/src/site/_release-notes.adoc b/src/site/_release-notes.adoc
index eb89a9b21b..104dc8060b 100644
--- a/src/site/_release-notes.adoc
+++ b/src/site/_release-notes.adoc
@@ -37,7 +37,7 @@
 = Release Notes
 
 include::_release-notes/_3.0.0-beta1.adoc[]
-include::_release-notes/_3.0.0.adoc[]
+include::_release-notes/_3.0.0-alpha1.adoc[]
 include::_release-notes/_2.20.0.adoc[]
 include::_release-notes/_2.19.0.adoc[]
 include::_release-notes/_2.18.0.adoc[]
diff --git a/src/site/_release-notes/_3.0.0.adoc 
b/src/site/_release-notes/_3.0.0-alpha1.adoc
similarity index 98%
rename from src/site/_release-notes/_3.0.0.adoc
rename to src/site/_release-notes/_3.0.0-alpha1.adoc
index ce352d13d4..5f90f70977 100644
--- a/src/site/_release-notes/_3.0.0.adoc
+++ b/src/site/_release-notes/_3.0.0-alpha1.adoc
@@ -15,7 +15,7 @@
     limitations under the License.
 ////
 
-= 3.0.0 (2023-06-17)
+= 3.0.0-alpha1 (2023-06-17)
 
 As the Java ecosystem has evolved, requests have been received from users, and 
the need for improved security has
 become more apparent, changes were necessariy in Log4j's design:
@@ -40,7 +40,7 @@ in application frameworks that support multiple applications 
more flexible.
 for Log4j 2.x will continue to operate with the Log4j 3.x libraries present 
instead.
 
 
-[#release-notes-3-0-0-added]
+[#release-notes-3-0-0-alpha1-added]
 === Added
 
 * Allow plugins to be created through more flexible dependency injection 
patterns. (https://issues.apache.org/jira/browse/LOG4J2-1188[LOG4J2-1188])
@@ -55,7 +55,7 @@ for Log4j 2.x will continue to operate with the Log4j 3.x 
libraries present inst
 * Add built-in JSON configuration parser for a useful structured configuration 
file format which only requires the `java.base` module. 
(https://issues.apache.org/jira/browse/LOG4J2-3415[LOG4J2-3415])
 * Add `@Ordered` annotation to support plugin ordering when two or more 
plugins within the same category have the same case-insensitive name. 
(https://issues.apache.org/jira/browse/LOG4J2-857[LOG4J2-857])
 
-[#release-notes-3-0-0-changed]
+[#release-notes-3-0-0-alpha1-changed]
 === Changed
 
 * Simplify Maven `site` phase and align it with the one in `2.x` branch. 
(https://github.com/apache/logging-log4j2/pull/1220[1220])
@@ -84,12 +84,12 @@ for Log4j 2.x will continue to operate with the Log4j 3.x 
libraries present inst
 * Unify plugin builders and plugin factories. 
(https://issues.apache.org/jira/browse/LOG4J2-860[LOG4J2-860])
 * Update Conversant Disruptor from 1.12.15 to 1.12.21. The new version 
requires Java 11. 
(https://issues.apache.org/jira/browse/LOG4J2-2079[LOG4J2-2079])
 
-[#release-notes-3-0-0-removed]
+[#release-notes-3-0-0-alpha1-removed]
 === Removed
 
 * Remove support for `java.io.Serializable` in several classes including 
`Message`, `Layout`, `LogEvent`, `Logger`, and `ReadOnlyStringMap`. 
(https://issues.apache.org/jira/browse/LOG4J2-3228[LOG4J2-3228])
 
-[#release-notes-3-0-0-fixed]
+[#release-notes-3-0-0-alpha1-fixed]
 === Fixed
 
 * `EnvironmentLookup` may throw NPE. 
(https://issues.apache.org/jira/browse/LOG4J2-2244[LOG4J2-2244])
diff --git a/src/site/_release-notes/_3.0.0-beta1.adoc 
b/src/site/_release-notes/_3.0.0-beta1.adoc
index e5fe8b381c..db2e8733aa 100644
--- a/src/site/_release-notes/_3.0.0-beta1.adoc
+++ b/src/site/_release-notes/_3.0.0-beta1.adoc
@@ -61,7 +61,7 @@ This is the first beta release of the upcoming major release, 
i.e., `3.0.0`.
 * Update `commons-io:commons-io` to version `2.15.1` 
(https://github.com/apache/logging-log4j2/pull/2035[2035])
 * Update `commons-logging:commons-logging` to version `1.3.0` 
(https://github.com/apache/logging-log4j2/pull/2046[2046])
 * Update `de.flapdoodle.reverse:de.flapdoodle.reverse` to version `1.7.2` 
(https://github.com/apache/logging-log4j2/pull/2000[2000])
-* Update `io.netty:netty-bom` to version `4.1.101.Final` 
(https://github.com/apache/logging-log4j2/pull/1999[1999])
+* Update `io.netty:netty-bom` to version `4.1.103.Final` 
(https://github.com/apache/logging-log4j2/pull/2090[2090])
 * Update `net.java.dev.jna:jna` to version `5.14.0` 
(https://github.com/apache/logging-log4j2/pull/2082[2082])
 * Update `org.apache.aries.spifly:org.apache.aries.spifly.dynamic.bundle` to 
version `1.3.7` (https://github.com/apache/logging-log4j2/pull/2053[2053])
 * Update `org.apache.commons:commons-compress` to version `1.25.0` 
(https://github.com/apache/logging-log4j2/pull/2055[2055])
@@ -71,13 +71,13 @@ This is the first beta release of the upcoming major 
release, i.e., `3.0.0`.
 * Update `org.apache.commons:commons-pool2` to version `2.12.0` 
(https://github.com/apache/logging-log4j2/pull/2038[2038])
 * Update `org.apache.groovy:groovy-bom` to version `4.0.16` 
(https://github.com/apache/logging-log4j2/pull/2039[2039])
 * Update `org.apache.maven:maven-core` to version `3.9.6` 
(https://github.com/apache/logging-log4j2/pull/2049[2049])
-* Update `org.apache.maven.surefire:surefire-junit47` to version `3.2.2` 
(https://github.com/apache/logging-log4j2/pull/2051[2051])
-* Update `org.apache.tomcat:tomcat-juli` to version `10.1.16` 
(https://github.com/apache/logging-log4j2/pull/2052[2052])
+* Update `org.apache.maven.surefire:surefire-junit47` to version `3.2.3` 
(https://github.com/apache/logging-log4j2/pull/2091[2091])
+* Update `org.apache.tomcat:tomcat-juli` to version `10.1.17` 
(https://github.com/apache/logging-log4j2/pull/2086[2086])
 * Update `org.codehaus.plexus:plexus-utils` to version `3.5.1` 
(https://github.com/apache/logging-log4j2/pull/2061[2061])
 * Update `org.eclipse.jetty:jetty-bom` to version `9.4.53.v20231009` 
(https://github.com/apache/logging-log4j2/pull/1931[1931])
 * Update `org.eclipse.persistence:org.eclipse.persistence.jpa` to version 
`2.7.13` (https://github.com/apache/logging-log4j2/pull/1933[1933])
 * Update `org.eclipse.platform:org.eclipse.osgi` to version `3.18.600` 
(https://github.com/apache/logging-log4j2/pull/2064[2064])
-* Update `org.elasticsearch.client:elasticsearch-rest-high-level-client` to 
version `7.17.15` (https://github.com/apache/logging-log4j2/pull/1996[1996])
+* Update `org.elasticsearch.client:elasticsearch-rest-high-level-client` to 
version `7.17.16` (https://github.com/apache/logging-log4j2/pull/2085[2085])
 * Update `org.graalvm.truffle:truffle-api` to version `23.1.1` 
(https://github.com/apache/logging-log4j2/pull/1872[1872])
 * Update `org.jctools:jctools-core` to version `4.0.2` 
(https://github.com/apache/logging-log4j2/pull/1995[1995])
 * Update `org.jmdns:jmdns` to version `3.5.9` 
(https://github.com/apache/logging-log4j2/pull/2069[2069])

Reply via email to