versions icon indicating copy to clipboard operation
versions copied to clipboard

support to increase x or y in version of x.y.z, not only z

Open valuetodays opened this issue 3 years ago • 0 comments

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.

valuetodays avatar Jan 22 '22 02:01 valuetodays