We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In the recent release we've added scmVersion.previousVersion. It works well for snapshots but does not quite work when building tags:
scmVersion.previousVersion
scmVersion.version=1.0.0, scmVersion.previousVersion=1.0.1-SNAPSHOT
scmVersion.version=1.0.1, scmVersion.previousVersion=1.0.1
Since I'm in need of this feature, I'll take a look ;-)
The text was updated successfully, but these errors were encountered:
@mockitoguy thx ;)
Sorry, something went wrong.
in my opinion this is a bug and should therefore be fixed instead of adding another property. i created a PR #413
@mockitoguy what do you think? Should we be discussing your PR or #413 way?:)
Successfully merging a pull request may close this issue.
In the recent release we've added
scmVersion.previousVersion
. It works well for snapshots but does not quite work when building tags:scmVersion.version=1.0.0, scmVersion.previousVersion=1.0.1-SNAPSHOT
scmVersion.version=1.0.1, scmVersion.previousVersion=1.0.1
Since I'm in need of this feature, I'll take a look ;-)
The text was updated successfully, but these errors were encountered: