You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "adamretter (via GitHub)" <gi...@apache.org> on 2023/05/12 10:51:46 UTC

[GitHub] [maven-mvnd] adamretter commented on issue #845: Consistent Version Numbering Scheme

adamretter commented on issue #845:
URL: https://github.com/apache/maven-mvnd/issues/845#issuecomment-1545553810

   I wonder if the Maven Stream part of the version could be considered "build metadata"? If so then there is a nice provision in Semver 2.0.0 already for this. Your version numbers would then look like:
   
   1. `1.0.0-m6+m39`
   2. `1.0.0-m6+m40`
   
   As the use of the `m` mnemonic prefix for both parts (I am guessing `m` for `milestone` in the first part, and `m` for Maven in the second part?) confused me, then perhaps this would be better even:
   
   1. `1.0.0-m6+mvn-3.9`
   2. `1.0.0-m6+mvn-4.0`
   
   
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@maven.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org