-
Notifications
You must be signed in to change notification settings - Fork 82
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
nextBuildNumber #194
Comments
nextBuildNumber always 1 |
Does the build have to come with a '-' ? |
@desbond what is output in your project for:
you should see lines like:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
mvn clean build-helper:parse-version versions:set -DnewVersion=${parsedVersion.majorVersion}.${parsedVersion.minorVersion}.${parsedVersion.incrementalVersion}.${parsedVersion.nextBuildNumber} -DgenerateBackupPoms=false -DprocessAllModules -DgenerateBackupPoms=false
This always leaves the buildNumber as is instead of incrementing
[INFO] --- build-helper:3.5.0:parse-version (default-cli) @ test ---
[INFO] Processing change of com.test:test:58.59.0.1 -> 58.59.0.1
The text was updated successfully, but these errors were encountered: