mojohaus / versions

Versions Maven Plugin
https://www.mojohaus.org/versions/versions-maven-plugin/
Apache License 2.0
328 stars 266 forks source link

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

Open alerosmile opened 1 year ago

alerosmile commented 1 year ago

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?

github-actions[bot] commented 3 days ago

This issue is stale because it has been open 365 days with no activity. Remove stale label or comment or this will be closed in 30 days.