Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Standardize on POM file version updating #163

Open
raydouglass opened this issue Mar 14, 2025 · 0 comments
Open

Standardize on POM file version updating #163

raydouglass opened this issue Mar 14, 2025 · 0 comments

Comments

@raydouglass
Copy link
Member

Several RAPIDS libraries now have Java components and their pom.xml files' version must be updated with each release.

The current method used in cudf and kvikio is fragile: rapidsai/kvikio#662 (comment)

cuvs is more robust (and verbose): https://github.com/rapidsai/cuvs/blob/branch-25.04/ci/release/update-version.sh#L106

Maven provides a plugin for this, but that adds a large new dependency in an otherwise lightweight script.

We should decide on a robust updating mechanism and standardize across RAPIDS libraries.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant