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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to