This is an automated email from the ASF dual-hosted git repository. fokko pushed a commit to branch fd-issue-management in repository https://gitbox.apache.org/repos/asf/parquet-java.git
commit 005aecec21435fb6515197cab897228b60aad779 Author: Fokko Driesprong <[email protected]> AuthorDate: Thu Nov 7 09:41:45 2024 +0100 MINOR: Update `issueManagement` in `pom.xml` --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 2b735ab79..154e9b2ac 100644 --- a/pom.xml +++ b/pom.xml @@ -27,13 +27,13 @@ <licenses> <license> <name>The Apache Software License, Version 2.0</name> - <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> + <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url> </license> </licenses> <issueManagement> - <system>JIRA</system> - <url>https://issues.apache.org/jira/browse/PARQUET</url> + <system>GitHub</system> + <url>https://github.com/apache/parquet-java/issues</url> </issueManagement> <mailingLists>
