Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Move To

When

In-progress

The moment you start working on it (incl. analysis)

Submitted

The story/task is ready to be reviewed.

DeliveredThe review is merged, merge & CICD jobs are successful.
ClosedDocumentations are updated. Complete demo to team.


POM Versioning

...

Drawio
bordertrue
diagramNamepom
simpleViewerfalse
width
linksauto
tbstyletop
lboxtrue
diagramWidth171
revision1



  • Major: Update for major changes
  • Minor: Update for backwards-incompatible changes
  • Patch: Update for new functionality, APIs, & REST endpoints


Steps to follow when bumping version:

  1. Update all pom files
    1. set to x.y.z-SNAPSHOT by running mvn versions:set -DnewVersion=<snapshot version>
  2. Update major, minor, patch, as needed, in version.properties
  3. Add section in release-notes.rst for next release
  4. Update commit message (if applicable)