Commits


Laurent Goujon authored and GitHub committed de17643e317
GH-43229: [Java] Update Maven project info (#43231) ### Rationale for this change Some Maven modules are missing project information like the website url, the mailing lists, and scm and issues url Other may have incorrect links because of the way Maven interpolates those values at build time ### What changes are included in this PR? Update/Fix Maven project information for all modules: * Add project url, mailing lists, scm and issueManagement information to bom and maven parent modules * Fix top-level parent by preventing Maven to rewrite project url, and scm connections/urls based on the module hierarchy * Change project.scm.tag to `main` and update version change script to also change the tag value to `apache-arrow-${version}` ### Are these changes tested? CI/CD only ### Are there any user-facing changes? No * GitHub Issue: #43229 Authored-by: Laurent Goujon <laurent@apache.org> Signed-off-by: David Li <li.davidm96@gmail.com>