Skip to content

Commit 2fec026

Browse files
committed
set version in supported-versions.adoc via update-version.ps1
1 parent aa827bb commit 2fec026

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

antora-playbook.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ ui:
134134
Please read our <a href="https://privacy.apache.org/policies/privacy-policy-public.html">privacy policy</a>.
135135
</p>
136136
<p>
137-
Apache, log4net, and the Apache feather logo are trademarks or registered trademarks of The Apache Software Foundation.
137+
Apache, log4net, and the Apache logo are trademarks or registered trademarks of The Apache Software Foundation.
138138
Other names may be trademarks of their respective owners.
139139
</p>
140140
</footer>

scripts/update-version.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ Update-TextVersion $PSScriptRoot/../doc/MailTemplate.Announce.txt $OldVersion $N
5353
Update-TextVersion $PSScriptRoot/build-preview.ps1 $OldVersion $NewVersion
5454
Update-TextVersion $PSScriptRoot/build-release.ps1 $OldVersion $NewVersion
5555
Update-XmlVersion $PSScriptRoot/../src/log4net/log4net.csproj $NewVersion '/Project/PropertyGroup/Version'
56+
Update-TextVersion $PSScriptRoot/../src/site/antora/modules/ROOT/partials/supported-versions.adoc $OldVersion $NewVersion
5657

5758
$ReleaseNoteXml = '<?xml version="1.0" encoding="UTF-8"?>
5859
<release xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

src/changelog/3.3.0/.release.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="UTF-8"?>
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"

src/site/antora/modules/ROOT/partials/supported-versions.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
2626
| 3.x
2727
| **[active]#Active#**
28-
| 3.2.0
28+
| 3.3.0
2929
| 2024-09-12
3030
|
3131
|
@@ -37,4 +37,4 @@
3737
| 2024-09-12
3838
| Last release to support net20 and net45
3939
40-
|===
40+
|===

0 commit comments

Comments
 (0)