We are no longer following standard maven versioning after PR #227
https://maven.apache.org/guides/getting-started/index.html?#What_is_a_SNAPSHOT_version.3F
The maven-release-plugin will not manage these versions anymore and thers isn`t a clear identification of when a codebase is in active development or released ( we have to rely only on git tags )
I would recommend going back to following standard versioning conventions.
We are no longer following standard maven versioning after PR #227
https://maven.apache.org/guides/getting-started/index.html?#What_is_a_SNAPSHOT_version.3F
The
maven-release-pluginwill not manage these versions anymore and thers isn`t a clear identification of when a codebase is in active development or released ( we have to rely only on git tags )I would recommend going back to following standard versioning conventions.