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 2fec026a set version in supported-versions.adoc via update-version.ps1
2fec026a is described below
commit 2fec026a69494de96cdd8be5d44f022086483bfe
Author: Jan Friedrich <[email protected]>
AuthorDate: Mon Dec 8 23:05:15 2025 +0100
set version in supported-versions.adoc via update-version.ps1
---
antora-playbook.yaml | 2 +-
scripts/update-version.ps1 | 1 +
src/changelog/3.3.0/.release.xml | 2 +-
src/site/antora/modules/ROOT/partials/supported-versions.adoc | 4 ++--
4 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/antora-playbook.yaml b/antora-playbook.yaml
index edd2e794..c8951d3f 100644
--- a/antora-playbook.yaml
+++ b/antora-playbook.yaml
@@ -134,7 +134,7 @@ ui:
Please read our <a
href="https://privacy.apache.org/policies/privacy-policy-public.html">privacy
policy</a>.
</p>
<p>
- Apache, log4net, and the Apache feather logo are trademarks or
registered trademarks of The Apache Software Foundation.
+ Apache, log4net, and the Apache logo are trademarks or registered
trademarks of The Apache Software Foundation.
Other names may be trademarks of their respective owners.
</p>
</footer>
diff --git a/scripts/update-version.ps1 b/scripts/update-version.ps1
index cce71f2d..9c41e969 100644
--- a/scripts/update-version.ps1
+++ b/scripts/update-version.ps1
@@ -53,6 +53,7 @@ Update-TextVersion
$PSScriptRoot/../doc/MailTemplate.Announce.txt $OldVersion $N
Update-TextVersion $PSScriptRoot/build-preview.ps1 $OldVersion $NewVersion
Update-TextVersion $PSScriptRoot/build-release.ps1 $OldVersion $NewVersion
Update-XmlVersion $PSScriptRoot/../src/log4net/log4net.csproj $NewVersion
'/Project/PropertyGroup/Version'
+Update-TextVersion
$PSScriptRoot/../src/site/antora/modules/ROOT/partials/supported-versions.adoc
$OldVersion $NewVersion
$ReleaseNoteXml = '<?xml version="1.0" encoding="UTF-8"?>
<release xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
diff --git a/src/changelog/3.3.0/.release.xml b/src/changelog/3.3.0/.release.xml
index 8bfd0e1a..12faad5b 100644
--- a/src/changelog/3.3.0/.release.xml
+++ b/src/changelog/3.3.0/.release.xml
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?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"
diff --git a/src/site/antora/modules/ROOT/partials/supported-versions.adoc
b/src/site/antora/modules/ROOT/partials/supported-versions.adoc
index 2c987a05..1bf3c33f 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.2.0
+| 3.3.0
| 2024-09-12
|
|
@@ -37,4 +37,4 @@
| 2024-09-12
| Last release to support net20 and net45
-|===
\ No newline at end of file
+|===