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

Add a goal like use-releases but for properties #983

Open
alerosmile opened this issue Jun 30, 2023 · 0 comments
Open

Add a goal like use-releases but for properties #983

alerosmile opened this issue Jun 30, 2023 · 0 comments

Comments

@alerosmile
Copy link

We sometimes create beta releases (e.g. 1.0.0-beta1). To update dependencies to these beta releases we have to run use-releases (e.g. from 1.0.0-SNAPSHOT to 1.0.0-beta1). use-latest-versions does not work because 1.0.0-SNAPSHOT > 1.0.0-beta1.

Updating to beta releases is not possible if the version is specified in a property because update-properties behaves like use-latest-versions.

Is there another way to achieve this?

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