This is an automated email from the ASF dual-hosted git repository. freeandnil pushed a commit to branch Feature/239-Android-Support in repository https://gitbox.apache.org/repos/asf/logging-log4net.git
The following commit(s) were added to refs/heads/Feature/239-Android-Support by this push: new d4f78793 #239 increment version to 3.1.0 d4f78793 is described below commit d4f787933f9a06c5159c929fdbe0fd7054f47d3d Author: Jan Friedrich <freeand...@apache.org> AuthorDate: Tue Apr 29 13:07:58 2025 +0200 #239 increment version to 3.1.0 --- doc/MailTemplate.Announce.txt | 8 ++++---- doc/MailTemplate.Result.txt | 4 ++-- doc/MailTemplate.txt | 6 +++--- package.json | 4 ++-- pom.xml | 21 ++++----------------- scripts/build-preview.ps1 | 4 ++-- src/log4net/log4net.csproj | 2 +- 7 files changed, 18 insertions(+), 31 deletions(-) diff --git a/doc/MailTemplate.Announce.txt b/doc/MailTemplate.Announce.txt index f9d5a13e..3a1049af 100644 --- a/doc/MailTemplate.Announce.txt +++ b/doc/MailTemplate.Announce.txt @@ -1,10 +1,10 @@ To: annou...@apache.org, d...@logging.apache.org -Subject: [ANNOUNCE] Apache log4net 3.0.5 released +Subject: [ANNOUNCE] Apache log4net 3.1.0 released Hi, -the Apache log4net team is pleased to announce the 3.0.5 release. +the Apache log4net team is pleased to announce the 3.1.0 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.0.5 -- https://www.nuget.org/packages/log4net/3.0.5 +- https://github.com/apache/logging-log4net/releases/tag/rel%2F3.1.0 +- https://www.nuget.org/packages/log4net/3.1.0 diff --git a/doc/MailTemplate.Result.txt b/doc/MailTemplate.Result.txt index 86a6e6ee..455732da 100644 --- a/doc/MailTemplate.Result.txt +++ b/doc/MailTemplate.Result.txt @@ -1,5 +1,5 @@ To: d...@logging.apache.org -Subject: [RESULT][VOTE] Release Apache Log4net 3.0.5 +Subject: [RESULT][VOTE] Release Apache Log4net 3.1.0 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.0.5. +This is a vote to release the Apache Log4net 3.1.0. ... diff --git a/doc/MailTemplate.txt b/doc/MailTemplate.txt index e302759a..164b8bbc 100644 --- a/doc/MailTemplate.txt +++ b/doc/MailTemplate.txt @@ -1,12 +1,12 @@ To: d...@logging.apache.org -Subject: [VOTE] Release Apache Log4net 3.0.5 +Subject: [VOTE] Release Apache Log4net 3.1.0 -This is a vote to release the Apache Log4net 3.0.5. +This is a vote to release the Apache Log4net 3.1.0. Website: https://logging.staged.apache.org/log4net/release/release-notes.html GitHub: https://github.com/apache/logging-log4net Commit: <todo insert> -Distribution: https://dist.apache.org/repos/dist/dev/logging/log4net/3.0.5 +Distribution: https://dist.apache.org/repos/dist/dev/logging/log4net/3.1.0 Signing key: 0x7D24496A230E29D6349A99EF583E491578F02D5D Review kit: https://logging.apache.org/log4net/release/release-review-instructions.html diff --git a/package.json b/package.json index 487a0893..320af3df 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "log4net", - "version": "3.0.5", + "version": "3.1.0", "description": "Log4Net is a logging framework for .NET", "scripts": { "test": "run-s clean-build test-dotnet run-dotnet-core-tests", @@ -47,4 +47,4 @@ "@antora/site-generator-default": "^3.2.0-alpha.4", "@asciidoctor/tabs": "^1.0.0-beta.6" } -} \ No newline at end of file +} diff --git a/pom.xml b/pom.xml index c81c38fe..84233cf8 100644 --- a/pom.xml +++ b/pom.xml @@ -1,4 +1,4 @@ -<?xml version="1.0" encoding="UTF-8"?> +<?xml version="1.0" encoding="UTF-8"?> <!-- ~ Licensed to the Apache Software Foundation (ASF) under one or more ~ contributor license agreements. See the NOTICE file distributed with @@ -15,40 +15,30 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> -<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0" - child.project.url.inherit.append.path="false" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> - +<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0" child.project.url.inherit.append.path="false" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> - <parent> <groupId>org.apache.logging</groupId> <artifactId>logging-parent</artifactId> <version>12.1.0</version> </parent> - <packaging>pom</packaging> <groupId>org.apache.logging.log4net</groupId> <artifactId>apache-log4net</artifactId> - <version>${revision}</version> - + <version>3.1.0</version> <name>Apache log4net</name> <description>Logging framework for Microsoft .NET Framework.</description> <url>https://logging.apache.org/log4net</url> <inceptionYear>2004</inceptionYear> - - <scm child.scm.connection.inherit.append.path="false" child.scm.developerConnection.inherit.append.path="false" - child.scm.url.inherit.append.path="false"> + <scm child.scm.connection.inherit.append.path="false" child.scm.developerConnection.inherit.append.path="false" child.scm.url.inherit.append.path="false"> <connection>scm:git:https://github.com/apache/logging-log4net</connection> <developerConnection>scm:git:https://github.com/apache/logging-log4net</developerConnection> <url>https://github.com/apache/logging-log4net</url> </scm> - <issueManagement> <system>GitHub Issues</system> <url>https://github.com/apache/logging-log4net/issues</url> </issueManagement> - <mailingLists> <mailingList> <name>logging commits: all git commits of the logging projects including log4net</name> @@ -58,17 +48,14 @@ <archive>https://mail-archives.apache.org/mod_mbox/logging-commits/</archive> </mailingList> </mailingLists> - <ciManagement> <system>GitHub Actions</system> <url>https://github.com/apache/logging-log4net/actions</url> </ciManagement> - <properties> <!-- project version --> <revision>3.1.0-SNAPSHOT</revision> </properties> - <build> <plugins> <plugin> diff --git a/scripts/build-preview.ps1 b/scripts/build-preview.ps1 index 6e7bc204..70898f10 100644 --- a/scripts/build-preview.ps1 +++ b/scripts/build-preview.ps1 @@ -1,5 +1,5 @@ -$Version = '3.0.5' -$Preview = '1' +$Version = '3.1.0' +$Preview = '2' 'building ...' dotnet build -c Release "-p:GeneratePackages=true;PackageVersion=$Version-preview.$Preview" $PSScriptRoot/../src/log4net/log4net.csproj 'signing ...' diff --git a/src/log4net/log4net.csproj b/src/log4net/log4net.csproj index faa289f2..6330ac46 100644 --- a/src/log4net/log4net.csproj +++ b/src/log4net/log4net.csproj @@ -1,6 +1,6 @@ <Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> - <Version>3.0.5</Version> + <Version>3.1.0</Version> <PackageId>log4net</PackageId> <Product>Apache log4net</Product> <Title>$(Product)</Title>