This is an automated email from the ASF dual-hosted git repository.

fokko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/parquet-java.git


The following commit(s) were added to refs/heads/master by this push:
     new 356dd3bb7 MINOR: Update `issueManagement` in `pom.xml` (#3046)
356dd3bb7 is described below

commit 356dd3bb79eb2987e74348c663bd69832a3d2af6
Author: Fokko Driesprong <[email protected]>
AuthorDate: Fri Nov 8 08:31:18 2024 +0100

    MINOR: Update `issueManagement` in `pom.xml` (#3046)
---
 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>

Reply via email to