kou commented on code in PR #43231: URL: https://github.com/apache/arrow/pull/43231#discussion_r1678669224
########## java/bom/pom.xml: ########## @@ -30,8 +30,51 @@ under the License. <artifactId>arrow-bom</artifactId> <version>17.0.0-SNAPSHOT</version> <packaging>pom</packaging> + <name>Arrow Bill of Materials</name> <description>Arrow Bill of Materials</description> + <url>https://arrow.apache.org/</url> + + <mailingLists> + <mailingList> + <name>Developer List</name> + <subscribe>[email protected]</subscribe> + <unsubscribe>[email protected]</unsubscribe> + <post>[email protected]</post> + <archive>https://lists.apache.org/[email protected]</archive> + </mailingList> + <mailingList> + <name>Commits List</name> + <subscribe>[email protected]</subscribe> + <unsubscribe>[email protected]</unsubscribe> + <post>[email protected]</post> + <archive>https://lists.apache.org/[email protected]</archive> + </mailingList> + <mailingList> + <name>Issues List</name> + <subscribe>[email protected]</subscribe> + <unsubscribe>[email protected]</unsubscribe> + <archive>https://lists.apache.org/[email protected]</archive> + </mailingList> + <mailingList> + <name>Github List</name> Review Comment: ```suggestion <name>GitHub List</name> ``` ########## java/pom.xml: ########## @@ -41,20 +41,26 @@ under the License. <subscribe>[email protected]</subscribe> <unsubscribe>[email protected]</unsubscribe> <post>[email protected]</post> - <archive>https://mail-archives.apache.org/mod_mbox/arrow-dev/</archive> + <archive>https://lists.apache.org/[email protected]</archive> </mailingList> <mailingList> <name>Commits List</name> <subscribe>[email protected]</subscribe> <unsubscribe>[email protected]</unsubscribe> <post>[email protected]</post> - <archive>https://mail-archives.apache.org/mod_mbox/arrow-commits/</archive> + <archive>https://lists.apache.org/[email protected]</archive> </mailingList> <mailingList> <name>Issues List</name> <subscribe>[email protected]</subscribe> <unsubscribe>[email protected]</unsubscribe> - <archive>https://mail-archives.apache.org/mod_mbox/arrow-issues/</archive> + <archive>https://lists.apache.org/[email protected]</archive> + </mailingList> + <mailingList> + <name>Github List</name> Review Comment: ```suggestion <name>GitHub List</name> ``` ########## java/maven/pom.xml: ########## @@ -34,12 +34,55 @@ under the License. <artifactId>arrow-maven-plugins</artifactId> <version>17.0.0-SNAPSHOT</version> <packaging>pom</packaging> + <name>Arrow Maven Plugins</name> + <url>https://arrow.apache.org/</url> + + <mailingLists> + <mailingList> + <name>Developer List</name> + <subscribe>[email protected]</subscribe> + <unsubscribe>[email protected]</unsubscribe> + <post>[email protected]</post> + <archive>https://lists.apache.org/[email protected]</archive> + </mailingList> + <mailingList> + <name>Commits List</name> + <subscribe>[email protected]</subscribe> + <unsubscribe>[email protected]</unsubscribe> + <post>[email protected]</post> + <archive>https://lists.apache.org/[email protected]</archive> + </mailingList> + <mailingList> + <name>Issues List</name> + <subscribe>[email protected]</subscribe> + <unsubscribe>[email protected]</unsubscribe> + <archive>https://lists.apache.org/[email protected]</archive> + </mailingList> + <mailingList> + <name>Github List</name> Review Comment: ```suggestion <name>GitHub List</name> ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
