This is an automated email from the ASF dual-hosted git repository. vy pushed a commit to branch release/10.0.0 in repository https://gitbox.apache.org/repos/asf/logging-parent.git
commit 7c33bf24c4008849ed429ecd93a4246d3fab421c Author: Volkan Yazıcı <[email protected]> AuthorDate: Fri Sep 8 12:08:42 2023 +0200 Improve `description` of the project --- .asf.yaml | 2 +- pom.xml | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.asf.yaml b/.asf.yaml index f961c7e..59882d5 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -19,7 +19,7 @@ github: - description: "Parent Maven POM internally used by the Apache Logging Services projects" + description: Parent project internally used in Maven-based projects of the Apache Logging Services homepage: https://logging.apache.org labels: - apache diff --git a/pom.xml b/pom.xml index d6b7985..1da8871 100644 --- a/pom.xml +++ b/pom.xml @@ -35,8 +35,9 @@ <version>${revision}</version> <packaging>pom</packaging> - <name>Apache Logging Services</name> - <description>Parent POM for Apache Logging Services projects</description> + <name>Apache Logging Services parent project</name> + <!-- `description` should ideally match the entry in `.asf.yaml` --> + <description>Parent project internally used in Maven-based projects of the Apache Logging Services</description> <url>https://logging.apache.org/</url> <inceptionYear>1999</inceptionYear>
