This is an automated email from the ASF dual-hosted git repository. vy pushed a commit to branch release/10.1.0 in repository https://gitbox.apache.org/repos/asf/logging-parent.git
commit eaa8e99361c21fec953e2ccde7fa7ffc3aa528ba Author: Volkan Yazıcı <[email protected]> AuthorDate: Wed Sep 27 16:17:47 2023 +0200 Fix `url` in `pom.xml` --- pom.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 9ddc932..633cf63 100644 --- a/pom.xml +++ b/pom.xml @@ -38,7 +38,9 @@ <name>Apache Logging Parent</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> + + <url>https://logging.apache.org/logging-parent</url> + <inceptionYear>1999</inceptionYear> <mailingLists>
