lidavidm commented on issue #39564: URL: https://github.com/apache/arrow/issues/39564#issuecomment-1887435122
Why is it setting the version to 14.0.1-SNAPSHOT? (Not that that's related...) It seems that after `mvn versions:set`, the version in `bom/pom.xml` is not updated like the rest. And the root `pom.xml` defines a dependency on `arrow-bom` version `14.0.1`. I think that is where it is coming from. If I update `bom/pom.xml` to version `14.0.1`, then the build proceeds. (However, it fails with a very similar issue in `module-info-compiler-maven-plugin`.) If I don't, the build fails. -- 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]
