laurentgo commented on code in PR #43231: URL: https://github.com/apache/arrow/pull/43231#discussion_r1678734044
########## 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: fixed -- 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]
