This is an automated email from the ASF dual-hosted git repository. ppkarwasz pushed a commit to branch apply-logging-parent in repository https://gitbox.apache.org/repos/asf/logging-flume.git
commit 864a1a3858d00a2dcb8893b6583c0f30ceebee74 Author: Piotr P. Karwasz <[email protected]> AuthorDate: Thu May 28 16:04:56 2026 +0200 Switch to `logging-parent` --- flume-parent/pom.xml | 6 +++--- pom.xml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/flume-parent/pom.xml b/flume-parent/pom.xml index 5997b66c4..7e7eeb17c 100644 --- a/flume-parent/pom.xml +++ b/flume-parent/pom.xml @@ -19,9 +19,9 @@ limitations under the License. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> - <groupId>org.apache</groupId> - <artifactId>apache</artifactId> - <version>23</version> + <groupId>org.apache.logging</groupId> + <artifactId>logging-parent</artifactId> + <version>12.1.1</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/pom.xml b/pom.xml index 903c23a3a..963fd3cd7 100644 --- a/pom.xml +++ b/pom.xml @@ -19,9 +19,9 @@ limitations under the License. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> - <groupId>org.apache</groupId> - <artifactId>apache</artifactId> - <version>23</version> + <groupId>org.apache.logging</groupId> + <artifactId>logging-parent</artifactId> + <version>12.1.1</version> </parent> <modelVersion>4.0.0</modelVersion>
