versions
versions copied to clipboard
support to increase x or y in version of x.y.z, not only z
Assume current version is 1.0.0-SNAPSHOT.
I can set version to 1.0.1-SNAPSHOTby mvn versions:set -DnextSnapshot
.
In math, I can set version to the following:
- 1.0.1-SNAPSHOT (finished yet)
- 1.1.0-SNAPSHOT
- 2.0.0-SNAPSHOT
I think it's useful.