Skip to content

Commit 7dfdee3

Browse files
committed
update version to 3.3.0
1 parent 68ef271 commit 7dfdee3

File tree

14 files changed

+23
-23
lines changed

14 files changed

+23
-23
lines changed

doc/MailTemplate.Announce.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
To: announce@apache.org, dev@logging.apache.org
2-
Subject: [ANNOUNCE] Apache log4net 3.2.1 released
2+
Subject: [ANNOUNCE] Apache log4net 3.3.0 released
33

44
Hi,
55

6-
the Apache log4net team is pleased to announce the 3.2.1 release.
6+
the Apache log4net team is pleased to announce the 3.3.0 release.
77
For further information (support, download, etc.) see
88
- https://logging.apache.org/log4net/release-notes.html
9-
- https://github.com/apache/logging-log4net/releases/tag/rel%2F3.2.1
10-
- https://www.nuget.org/packages/log4net/3.2.1
9+
- https://github.com/apache/logging-log4net/releases/tag/rel%2F3.3.0
10+
- https://www.nuget.org/packages/log4net/3.3.0

doc/MailTemplate.Result.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
To: dev@logging.apache.org
2-
Subject: [RESULT][VOTE] Release Apache Log4net 3.2.1
2+
Subject: [RESULT][VOTE] Release Apache Log4net 3.3.0
33

44
and here is my +1.
55

@@ -9,6 +9,6 @@ I will continue the release process.
99
Jan
1010

1111
---------------------------------------------------------------------------------------------------
12-
This is a vote to release the Apache Log4net 3.2.1.
12+
This is a vote to release the Apache Log4net 3.3.0.
1313

1414
...

doc/MailTemplate.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
To: dev@logging.apache.org
2-
Subject: [VOTE] Release Apache Log4net 3.2.1
2+
Subject: [VOTE] Release Apache Log4net 3.3.0
33

4-
This is a vote to release the Apache Log4net 3.2.1.
4+
This is a vote to release the Apache Log4net 3.3.0.
55

66
Website: https://logging.staged.apache.org/log4net/release-notes.html
77
GitHub: https://github.com/apache/logging-log4net
88
Commit: <todo>
9-
Distribution: https://dist.apache.org/repos/dist/dev/logging/log4net/3.2.1
9+
Distribution: https://dist.apache.org/repos/dist/dev/logging/log4net/3.3.0
1010
Signing key: 0x7D24496A230E29D6349A99EF583E491578F02D5D
1111
Review kit: https://logging.staged.apache.org/log4net/release-review.html
1212

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "log4net",
3-
"version": "3.2.1",
3+
"version": "3.3.0",
44
"description": "Log4Net is a logging framework for .NET",
55
"repository": {
66
"type": "git",
@@ -17,4 +17,4 @@
1717
"@antora/site-generator-default": "^3.2.0-alpha.9",
1818
"@asciidoctor/tabs": "^1.0.0-beta.6"
1919
}
20-
}
20+
}

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<packaging>pom</packaging>
2626
<groupId>org.apache.logging.log4net</groupId>
2727
<artifactId>apache-log4net</artifactId>
28-
<version>3.2.1</version>
28+
<version>3.3.0</version>
2929
<name>Apache log4net</name>
3030
<description>Logging framework for Microsoft .NET Framework.</description>
3131
<url>https://logging.apache.org/log4net</url>

scripts/build-preview.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
param(
2-
$Version = '3.2.1',
2+
$Version = '3.3.0',
33
$Preview = '1'
44
)
55
'building ...'

scripts/build-release.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
param(
2-
$Version = '3.2.1'
2+
$Version = '3.3.0'
33
)
44

55
Set-StrictMode -Version Latest
File renamed without changes.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
<release xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
33
xmlns="https://logging.apache.org/xml/ns"
44
xsi:schemaLocation="https://logging.apache.org/xml/ns https://logging.apache.org/xml/ns/log4j-changelog-0.xsd"
5-
date="2025-10-22"
6-
version="3.2.1"/>
5+
date="2025-12-22"
6+
version="3.3.0"/>

0 commit comments

Comments
 (0)