This is an automated email from the ASF dual-hosted git repository.
freeandnil pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4net.git
The following commit(s) were added to refs/heads/master by this push:
new edd722b4 bump version to 3.3.1
edd722b4 is described below
commit edd722b4ed34811658b782e65a89733cfb12c423
Author: Jan Friedrich <[email protected]>
AuthorDate: Fri Feb 20 14:07:09 2026 +0100
bump version to 3.3.1
---
doc/MailTemplate.Announce.txt | 8 ++---
doc/MailTemplate.Result.txt | 4 +--
doc/MailTemplate.txt | 6 ++--
package.json | 2 +-
pom.xml | 2 +-
scripts/build-preview.ps1 | 2 +-
scripts/build-release.ps1 | 2 +-
src/changelog/3.3.1/.release-notes.adoc.ftl | 41 ++++++++++++++++++++++
src/changelog/3.3.1/.release.xml | 6 ++++
src/log4net/log4net.csproj | 2 +-
.../modules/ROOT/partials/supported-versions.adoc | 2 +-
11 files changed, 62 insertions(+), 15 deletions(-)
diff --git a/doc/MailTemplate.Announce.txt b/doc/MailTemplate.Announce.txt
index be253590..68f75cd0 100644
--- a/doc/MailTemplate.Announce.txt
+++ b/doc/MailTemplate.Announce.txt
@@ -1,10 +1,10 @@
To: [email protected], [email protected]
-Subject: [ANNOUNCE] Apache log4net 3.3.0 released
+Subject: [ANNOUNCE] Apache log4net 3.3.1 released
Hi,
-the Apache log4net team is pleased to announce the 3.3.0 release.
+the Apache log4net team is pleased to announce the 3.3.1 release.
For further information (support, download, etc.) see
- https://logging.apache.org/log4net/release-notes.html
-- https://github.com/apache/logging-log4net/releases/tag/rel%2F3.3.0
-- https://www.nuget.org/packages/log4net/3.3.0
+- https://github.com/apache/logging-log4net/releases/tag/rel%2F3.3.1
+- https://www.nuget.org/packages/log4net/3.3.1
diff --git a/doc/MailTemplate.Result.txt b/doc/MailTemplate.Result.txt
index 56db87a1..7b022be1 100644
--- a/doc/MailTemplate.Result.txt
+++ b/doc/MailTemplate.Result.txt
@@ -1,5 +1,5 @@
To: [email protected]
-Subject: [RESULT][VOTE] Release Apache Log4net 3.3.0
+Subject: [RESULT][VOTE] Release Apache Log4net 3.3.1
and here is my +1.
@@ -9,6 +9,6 @@ I will continue the release process.
Jan
---------------------------------------------------------------------------------------------------
-This is a vote to release the Apache Log4net 3.3.0.
+This is a vote to release the Apache Log4net 3.3.1.
...
diff --git a/doc/MailTemplate.txt b/doc/MailTemplate.txt
index 5e0c0956..6accbd3a 100644
--- a/doc/MailTemplate.txt
+++ b/doc/MailTemplate.txt
@@ -1,12 +1,12 @@
To: [email protected]
-Subject: [VOTE] Release Apache Log4net 3.3.0
+Subject: [VOTE] Release Apache Log4net 3.3.1
-This is a vote to release the Apache Log4net 3.3.0.
+This is a vote to release the Apache Log4net 3.3.1.
Website: https://logging.staged.apache.org/log4net/release-notes.html
GitHub: https://github.com/apache/logging-log4net
Commit: <todo>
-Distribution: https://dist.apache.org/repos/dist/dev/logging/log4net/3.3.0
+Distribution: https://dist.apache.org/repos/dist/dev/logging/log4net/3.3.1
Signing key: 0x7D24496A230E29D6349A99EF583E491578F02D5D
Review kit: https://logging.staged.apache.org/log4net/release-review.html
diff --git a/package.json b/package.json
index 3e5eb511..74f7fc51 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "log4net",
- "version": "3.3.0",
+ "version": "3.3.1",
"description": "Log4Net is a logging framework for .NET",
"repository": {
"type": "git",
diff --git a/pom.xml b/pom.xml
index 8f87a734..856c601f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
<packaging>pom</packaging>
<groupId>org.apache.logging.log4net</groupId>
<artifactId>apache-log4net</artifactId>
- <version>3.3.0</version>
+ <version>3.3.1</version>
<name>Apache log4net</name>
<description>Logging framework for Microsoft .NET Framework.</description>
<url>https://logging.apache.org/log4net</url>
diff --git a/scripts/build-preview.ps1 b/scripts/build-preview.ps1
index 2cef298a..c769c033 100644
--- a/scripts/build-preview.ps1
+++ b/scripts/build-preview.ps1
@@ -1,5 +1,5 @@
param(
- $Version = '3.3.0',
+ $Version = '3.3.1',
$Preview = '1'
)
'building ...'
diff --git a/scripts/build-release.ps1 b/scripts/build-release.ps1
index fb2b4dea..0e500839 100644
--- a/scripts/build-release.ps1
+++ b/scripts/build-release.ps1
@@ -1,5 +1,5 @@
param(
- $Version = '3.3.0'
+ $Version = '3.3.1'
)
Set-StrictMode -Version Latest
diff --git a/src/changelog/3.3.1/.release-notes.adoc.ftl
b/src/changelog/3.3.1/.release-notes.adoc.ftl
new file mode 100644
index 00000000..85eb1e0e
--- /dev/null
+++ b/src/changelog/3.3.1/.release-notes.adoc.ftl
@@ -0,0 +1,41 @@
+////
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements. See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+////
+
+////
+ ██ ██ █████ ██████ ███ ██ ██ ███ ██ ██████ ██
+ ██ ██ ██ ██ ██ ██ ████ ██ ██ ████ ██ ██ ██
+ ██ █ ██ ███████ ██████ ██ ██ ██ ██ ██ ██ ██ ██ ███ ██
+ ██ ███ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██
+ ███ ███ ██ ██ ██ ██ ██ ████ ██ ██ ████ ██████ ██
+
+ IF THIS FILE DOESN'T HAVE A `.ftl` SUFFIX, IT IS AUTO-GENERATED, DO NOT
EDIT IT!
+
+ Version-specific release notes (`7.8.0.adoc`, etc.) are generated from
`src/changelog/*/.release-notes.adoc.ftl`.
+ Auto-generation happens during `generate-sources` phase of Maven.
+ Hence, you must always
+
+ 1. Find and edit the associated `.release-notes.adoc.ftl`
+ 2. Run `./mvnw generate-sources`
+ 3. Commit both `.release-notes.adoc.ftl` and the generated `7.8.0.adoc`
+////
+
+[#release-notes-${release.version?replace("[^a-zA-Z0-9]", "-", "r")}]
+== ${release.version}
+
+<#if release.date?has_content>Release date:: ${release.date}</#if>
+
+<#include "../.changelog.adoc.ftl">
diff --git a/src/changelog/3.3.1/.release.xml b/src/changelog/3.3.1/.release.xml
new file mode 100644
index 00000000..e7563203
--- /dev/null
+++ b/src/changelog/3.3.1/.release.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<release xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xmlns="https://logging.apache.org/xml/ns"
+ xsi:schemaLocation="https://logging.apache.org/xml/ns
https://logging.apache.org/xml/ns/log4j-changelog-0.xsd"
+ date="2026-04-20"
+ version="3.3.1"/>
\ No newline at end of file
diff --git a/src/log4net/log4net.csproj b/src/log4net/log4net.csproj
index f18bbf22..b60ad529 100644
--- a/src/log4net/log4net.csproj
+++ b/src/log4net/log4net.csproj
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
- <Version>3.3.0</Version>
+ <Version>3.3.1</Version>
<PackageId>log4net</PackageId>
<Product>Apache log4net</Product>
<Title>$(Product)</Title>
diff --git a/src/site/antora/modules/ROOT/partials/supported-versions.adoc
b/src/site/antora/modules/ROOT/partials/supported-versions.adoc
index 1bf3c33f..9799f625 100644
--- a/src/site/antora/modules/ROOT/partials/supported-versions.adoc
+++ b/src/site/antora/modules/ROOT/partials/supported-versions.adoc
@@ -25,7 +25,7 @@
| 3.x
| **[active]#Active#**
-| 3.3.0
+| 3.3.1
| 2024-09-12
|
|