lucasbak commented on PR #75:
URL: https://github.com/apache/ambari-metrics/pull/75#issuecomment-1330504350

   
   It comes from the parse-package-release id plugin
   ```
   regex: 
^([0-9]+)\.([0-9]+)\.([0-9]+)\.([0-9]+)(\.|-)((([a-zA-Z]+)?([0-9]+))|(SNAPSHOT)).*
   version: 2.0.0.0-SNAPSHOT
   replacement: $7 
   ```
   @timyuer I propose we replace the regex by 
`^([0-9]+)\.([0-9]+)\.([0-9]+)\.([0-9]+)((\.|-)(([0-9]+)|(SNAPSHOT)|(techwin)).*)?`
 as in `Ambari`.
   so replacement $7 matches the release (Snapshot here)
   
   
   
   
   
   
   


-- 
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: commits-unsubscr...@ambari.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@ambari.apache.org
For additional commands, e-mail: commits-h...@ambari.apache.org

Reply via email to