This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/logging-parent.git
The following commit(s) were added to refs/heads/main by this push:
new 68a7747 Update `org.apache:apache` to version `31` (#73)
68a7747 is described below
commit 68a7747d39d119ed79a896aa4bf26997c20a79f2
Author: ASF Logging Services RM <[email protected]>
AuthorDate: Mon Dec 4 09:34:22 2023 +0000
Update `org.apache:apache` to version `31` (#73)
---
pom.xml | 2 +-
src/changelog/.10.x.x/update_org_apache_apache.xml | 8 ++++++++
src/site/_release-notes/_10.x.x.adoc | 1 +
3 files changed, 10 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 2747fd4..b50c35a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
<parent>
<groupId>org.apache</groupId>
<artifactId>apache</artifactId>
- <version>30</version>
+ <version>31</version>
</parent>
<groupId>org.apache.logging</groupId>
diff --git a/src/changelog/.10.x.x/update_org_apache_apache.xml
b/src/changelog/.10.x.x/update_org_apache_apache.xml
new file mode 100644
index 0000000..b10fa76
--- /dev/null
+++ b/src/changelog/.10.x.x/update_org_apache_apache.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xmlns="http://logging.apache.org/log4j/changelog"
+ xsi:schemaLocation="http://logging.apache.org/log4j/changelog
https://logging.apache.org/log4j/changelog-0.1.2.xsd"
+ type="changed">
+ <issue id="73" link="https://github.com/apache/logging-parent/pull/73"/>
+ <description format="asciidoc">Update `org.apache:apache` to version
`31`</description>
+</entry>
diff --git a/src/site/_release-notes/_10.x.x.adoc
b/src/site/_release-notes/_10.x.x.adoc
index 12c0366..ee927a1 100644
--- a/src/site/_release-notes/_10.x.x.adoc
+++ b/src/site/_release-notes/_10.x.x.adoc
@@ -48,5 +48,6 @@ This minor release contains several small improvements.
* Update `com.github.spotbugs:spotbugs-annotations` to version `4.8.2`
(https://github.com/apache/logging-parent/pull/68[68])
* Update `com.github.spotbugs:spotbugs-maven-plugin` to version `4.8.2.0`
(https://github.com/apache/logging-parent/pull/71[71])
* Update `github/codeql-action` to version `2.22.8`
(https://github.com/apache/logging-parent/pull/64[64])
+* Update `org.apache:apache` to version `31`
(https://github.com/apache/logging-parent/pull/73[73])
* Update `org.apache.logging.log4j:log4j-changelog-maven-plugin` to version
`0.6.0` (https://github.com/apache/logging-parent/pull/72[72])
* Update `org.codehaus.mojo:build-helper-maven-plugin` to version `3.5.0`
(https://github.com/apache/logging-parent/pull/65[65])