-
Notifications
You must be signed in to change notification settings - Fork 5
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
Unexpected version after alpha release #2
Comments
Hi @saig0! Thank you for raising this issue. I had a look at https://maven.apache.org/maven-release/maven-release-plugin/prepare-mojo.html and I was wondering if there might be something there that would resolve this? There is also https://github.com/camunda-community-hub/maven-template which may be able to help as well. If neither of these has a solution, I can dig further into it and escalate to Infra if necessary! |
@saig0 the value is actually the expected value given by Maven, see given documentation. Due to KubeCon I won't find any time this week to have a look. Relabeled it to |
Hi @saig0! Just wanted to follow back up on this--We have recently released v1.0.4 of this extension, which merged in #14...Would this perhaps solve your issue? There was also #13 that may allow you to set different options for Snapshots. If neither of these new updates solve this, not to worry, I'll leave this issue open until we can resolve it! :) |
Howdy @saig0 - I close this for now - please let me know if there is something still open - then we can have a look |
I want to build an alpha release of my project (e.g.
2.0.0-alpha1
). It works in general ✔️ but it sets the version for the next release (i.e.prepare for next development iteration
) to an unexpected value.Before:
After:
Expected:
See camunda-community-hub/zeeqs@b2472c3
The text was updated successfully, but these errors were encountered: