Skip to content

Commit d4f7879

Browse files
committed
#239 increment version to 3.1.0
1 parent 418062c commit d4f7879

File tree

7 files changed

+18
-31
lines changed

7 files changed

+18
-31
lines changed

doc/MailTemplate.Announce.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
2-
Subject: [ANNOUNCE] Apache log4net 3.0.5 released
2+
Subject: [ANNOUNCE] Apache log4net 3.1.0 released
33

44
Hi,
55

6-
the Apache log4net team is pleased to announce the 3.0.5 release.
6+
the Apache log4net team is pleased to announce the 3.1.0 release.
77
For further information (support, download, etc.) see
88
- https://logging.apache.org/log4net/release/release-notes.html
9-
- https://github.com/apache/logging-log4net/releases/tag/rel%2F3.0.5
10-
- https://www.nuget.org/packages/log4net/3.0.5
9+
- https://github.com/apache/logging-log4net/releases/tag/rel%2F3.1.0
10+
- https://www.nuget.org/packages/log4net/3.1.0

doc/MailTemplate.Result.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
2-
Subject: [RESULT][VOTE] Release Apache Log4net 3.0.5
2+
Subject: [RESULT][VOTE] Release Apache Log4net 3.1.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.0.5.
12+
This is a vote to release the Apache Log4net 3.1.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
2-
Subject: [VOTE] Release Apache Log4net 3.0.5
2+
Subject: [VOTE] Release Apache Log4net 3.1.0
33

4-
This is a vote to release the Apache Log4net 3.0.5.
4+
This is a vote to release the Apache Log4net 3.1.0.
55

66
Website: https://logging.staged.apache.org/log4net/release/release-notes.html
77
GitHub: https://github.com/apache/logging-log4net
88
Commit: <todo insert>
9-
Distribution: https://dist.apache.org/repos/dist/dev/logging/log4net/3.0.5
9+
Distribution: https://dist.apache.org/repos/dist/dev/logging/log4net/3.1.0
1010
Signing key: 0x7D24496A230E29D6349A99EF583E491578F02D5D
1111
Review kit: https://logging.apache.org/log4net/release/release-review-instructions.html
1212

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "log4net",
3-
"version": "3.0.5",
3+
"version": "3.1.0",
44
"description": "Log4Net is a logging framework for .NET",
55
"scripts": {
66
"test": "run-s clean-build test-dotnet run-dotnet-core-tests",
@@ -47,4 +47,4 @@
4747
"@antora/site-generator-default": "^3.2.0-alpha.4",
4848
"@asciidoctor/tabs": "^1.0.0-beta.6"
4949
}
50-
}
50+
}

pom.xml

Lines changed: 4 additions & 17 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
@@ -15,40 +15,30 @@
1515
~ See the License for the specific language governing permissions and
1616
~ limitations under the License.
1717
-->
18-
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
19-
child.project.url.inherit.append.path="false"
20-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
21-
18+
<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">
2219
<modelVersion>4.0.0</modelVersion>
23-
2420
<parent>
2521
<groupId>org.apache.logging</groupId>
2622
<artifactId>logging-parent</artifactId>
2723
<version>12.1.0</version>
2824
</parent>
29-
3025
<packaging>pom</packaging>
3126
<groupId>org.apache.logging.log4net</groupId>
3227
<artifactId>apache-log4net</artifactId>
33-
<version>${revision}</version>
34-
28+
<version>3.1.0</version>
3529
<name>Apache log4net</name>
3630
<description>Logging framework for Microsoft .NET Framework.</description>
3731
<url>https://logging.apache.org/log4net</url>
3832
<inceptionYear>2004</inceptionYear>
39-
40-
<scm child.scm.connection.inherit.append.path="false" child.scm.developerConnection.inherit.append.path="false"
41-
child.scm.url.inherit.append.path="false">
33+
<scm child.scm.connection.inherit.append.path="false" child.scm.developerConnection.inherit.append.path="false" child.scm.url.inherit.append.path="false">
4234
<connection>scm:git:https://github.com/apache/logging-log4net</connection>
4335
<developerConnection>scm:git:https://github.com/apache/logging-log4net</developerConnection>
4436
<url>https://github.com/apache/logging-log4net</url>
4537
</scm>
46-
4738
<issueManagement>
4839
<system>GitHub Issues</system>
4940
<url>https://github.com/apache/logging-log4net/issues</url>
5041
</issueManagement>
51-
5242
<mailingLists>
5343
<mailingList>
5444
<name>logging commits: all git commits of the logging projects including log4net</name>
@@ -58,17 +48,14 @@
5848
<archive>https://mail-archives.apache.org/mod_mbox/logging-commits/</archive>
5949
</mailingList>
6050
</mailingLists>
61-
6251
<ciManagement>
6352
<system>GitHub Actions</system>
6453
<url>https://github.com/apache/logging-log4net/actions</url>
6554
</ciManagement>
66-
6755
<properties>
6856
<!-- project version -->
6957
<revision>3.1.0-SNAPSHOT</revision>
7058
</properties>
71-
7259
<build>
7360
<plugins>
7461
<plugin>

scripts/build-preview.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
$Version = '3.0.5'
2-
$Preview = '1'
1+
$Version = '3.1.0'
2+
$Preview = '2'
33
'building ...'
44
dotnet build -c Release "-p:GeneratePackages=true;PackageVersion=$Version-preview.$Preview" $PSScriptRoot/../src/log4net/log4net.csproj
55
'signing ...'

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.0.5</Version>
3+
<Version>3.1.0</Version>
44
<PackageId>log4net</PackageId>
55
<Product>Apache log4net</Product>
66
<Title>$(Product)</Title>

0 commit comments

Comments
 (0)