Skip to content

Commit 7c7df92

Browse files
committed
updates version to 3.2.0
1 parent 53c6ffc commit 7c7df92

7 files changed

Lines changed: 17 additions & 17 deletions

File tree

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.1.1 released
2+
Subject: [ANNOUNCE] Apache log4net 3.2.0 released
33

44
Hi,
55

6-
the Apache log4net team is pleased to announce the 3.1.1 release.
6+
the Apache log4net team is pleased to announce the 3.2.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.1.1
10-
- https://www.nuget.org/packages/log4net/3.1.1
9+
- https://github.com/apache/logging-log4net/releases/tag/rel%2F3.2.0
10+
- https://www.nuget.org/packages/log4net/3.2.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.1.1
2+
Subject: [RESULT][VOTE] Release Apache Log4net 3.2.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.1.1.
12+
This is a vote to release the Apache Log4net 3.2.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.1.1
2+
Subject: [VOTE] Release Apache Log4net 3.2.0
33

4-
This is a vote to release the Apache Log4net 3.1.1.
4+
This is a vote to release the Apache Log4net 3.2.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.1.1
9+
Distribution: https://dist.apache.org/repos/dist/dev/logging/log4net/3.2.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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "log4net",
3-
"version": "3.1.1",
3+
"version": "3.2.0",
44
"description": "Log4Net is a logging framework for .NET",
55
"scripts": {
66
"test": "run-s clean-build test-dotnet run-dotnet-core-tests",

pom.xml

Lines changed: 4 additions & 4 deletions
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
<!--
33
~ Licensed to the Apache Software Foundation (ASF) under one or more
44
~ contributor license agreements. See the NOTICE file distributed with
@@ -20,12 +20,12 @@
2020
<parent>
2121
<groupId>org.apache.logging</groupId>
2222
<artifactId>logging-parent</artifactId>
23-
<version>12.1.0</version>
23+
<version>12.1.1</version>
2424
</parent>
2525
<packaging>pom</packaging>
2626
<groupId>org.apache.logging.log4net</groupId>
2727
<artifactId>apache-log4net</artifactId>
28-
<version>3.1.1</version>
28+
<version>3.2.0</version>
2929
<name>Apache log4net</name>
3030
<description>Logging framework for Microsoft .NET Framework.</description>
3131
<url>https://logging.apache.org/log4net</url>
@@ -54,7 +54,7 @@
5454
</ciManagement>
5555
<properties>
5656
<!-- project version -->
57-
<revision>3.1.0-SNAPSHOT</revision>
57+
<revision>3.2.0-SNAPSHOT</revision>
5858
</properties>
5959
<build>
6060
<plugins>

src/log4net/log4net.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<Version>3.1.1</Version>
3+
<Version>3.2.0</Version>
44
<PackageId>log4net</PackageId>
55
<Product>Apache log4net</Product>
66
<Title>$(Product)</Title>

0 commit comments

Comments
 (0)