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 9a7eac2c Update version to 3.1.1
9a7eac2c is described below

commit 9a7eac2ccdddacc19244af8d3a9e38545a5af125
Author: Jan Friedrich <[email protected]>
AuthorDate: Mon May 12 20:35:44 2025 +0200

    Update version to 3.1.1
---
 doc/MailTemplate.Announce.txt | 8 ++++----
 doc/MailTemplate.Result.txt   | 4 ++--
 doc/MailTemplate.txt          | 6 +++---
 package.json                  | 2 +-
 pom.xml                       | 2 +-
 src/log4net/log4net.csproj    | 2 +-
 6 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/doc/MailTemplate.Announce.txt b/doc/MailTemplate.Announce.txt
index 3a1049af..a6869871 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.1.0 released
+Subject: [ANNOUNCE] Apache log4net 3.1.1 released
 
 Hi,
 
-the Apache log4net team is pleased to announce the 3.1.0 release.
+the Apache log4net team is pleased to announce the 3.1.1 release.
 For further information (support, download, etc.) see
 - https://logging.apache.org/log4net/release/release-notes.html
-- https://github.com/apache/logging-log4net/releases/tag/rel%2F3.1.0
-- https://www.nuget.org/packages/log4net/3.1.0
+- https://github.com/apache/logging-log4net/releases/tag/rel%2F3.1.1
+- https://www.nuget.org/packages/log4net/3.1.1
diff --git a/doc/MailTemplate.Result.txt b/doc/MailTemplate.Result.txt
index 455732da..decbe7c0 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.1.0
+Subject: [RESULT][VOTE] Release Apache Log4net 3.1.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.1.0.
+This is a vote to release the Apache Log4net 3.1.1.
 
 ...
diff --git a/doc/MailTemplate.txt b/doc/MailTemplate.txt
index ebd127ca..b2858a60 100644
--- a/doc/MailTemplate.txt
+++ b/doc/MailTemplate.txt
@@ -1,12 +1,12 @@
 To: [email protected]
-Subject: [VOTE] Release Apache Log4net 3.1.0
+Subject: [VOTE] Release Apache Log4net 3.1.1
 
-This is a vote to release the Apache Log4net 3.1.0.
+This is a vote to release the Apache Log4net 3.1.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.1.0
+Distribution: https://dist.apache.org/repos/dist/dev/logging/log4net/3.1.1
 Signing key: 0x7D24496A230E29D6349A99EF583E491578F02D5D
 Review kit: https://logging.staged.apache.org/log4net/release-review.html
 
diff --git a/package.json b/package.json
index 320af3df..125061d6 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "log4net",
-  "version": "3.1.0",
+  "version": "3.1.1",
   "description": "Log4Net is a logging framework for .NET",
   "scripts": {
     "test": "run-s clean-build test-dotnet run-dotnet-core-tests",
diff --git a/pom.xml b/pom.xml
index d3576aa8..ae8bdfd9 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>${revision}</version>
+  <version>3.1.1</version>
   <name>Apache log4net</name>
   <description>Logging framework for Microsoft .NET Framework.</description>
   <url>https://logging.apache.org/log4net</url>
diff --git a/src/log4net/log4net.csproj b/src/log4net/log4net.csproj
index 6330ac46..e6d6d105 100644
--- a/src/log4net/log4net.csproj
+++ b/src/log4net/log4net.csproj
@@ -1,6 +1,6 @@
 <Project Sdk="Microsoft.NET.Sdk">
   <PropertyGroup>
-    <Version>3.1.0</Version>
+    <Version>3.1.1</Version>
     <PackageId>log4net</PackageId>
     <Product>Apache log4net</Product>
     <Title>$(Product)</Title>

Reply via email to