Skip to content

Commit c7f8f7c

Browse files
committed
Update org.apache.logging:logging-parent to version 10.1.0 (#82)
1 parent 7c8ec0d commit c7f8f7c

File tree

3 files changed

+27
-1
lines changed

3 files changed

+27
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<parent>
3232
<groupId>org.apache.logging</groupId>
3333
<artifactId>logging-parent</artifactId>
34-
<version>10.1.0-SNAPSHOT</version>
34+
<version>10.1.0</version>
3535
</parent>
3636

3737
<groupId>org.apache.logging.log4j</groupId>
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!--
3+
~ Licensed to the Apache Software Foundation (ASF) under one or more
4+
~ contributor license agreements. See the NOTICE file distributed with
5+
~ this work for additional information regarding copyright ownership.
6+
~ The ASF licenses this file to you under the Apache License, Version 2.0
7+
~ (the "License"); you may not use this file except in compliance with
8+
~ the License. You may obtain a copy of the License at
9+
~
10+
~ http://www.apache.org/licenses/LICENSE-2.0
11+
~
12+
~ Unless required by applicable law or agreed to in writing, software
13+
~ distributed under the License is distributed on an "AS IS" BASIS,
14+
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15+
~ See the License for the specific language governing permissions and
16+
~ limitations under the License.
17+
-->
18+
<entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
19+
xmlns="http://logging.apache.org/log4j/changelog"
20+
xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
21+
type="changed">
22+
<issue id="82" link="https://github.com/apache/logging-log4j-tools/pull/82"/>
23+
<author id="github:vy"/>
24+
<description format="asciidoc">Update `org.apache.logging:logging-parent` to version `10.1.0`</description>
25+
</entry>

src/site/_release-notes/_0.x.x.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,4 @@ This minor release contains various bug fixes and improvements.
4949
5050
* Made `author` element optional and bumped the XML schema version to `0.1.2` (https://github.com/apache/logging-log4j-tools/issues/81[81])
5151
* Make `log4j-changelog-maven-plugin` thread-safe (https://github.com/apache/logging-log4j-tools/issues/80[80])
52+
* Update `org.apache.logging:logging-parent` to version `10.1.0` (https://github.com/apache/logging-log4j-tools/pull/82[82])

0 commit comments

Comments
 (0)