What does M1 mean in a maven repository?
Solution 1:
M1 means Milestone 1, it's a release name, like beta or alpha. RC means Release Candidate.
A milestone means that the application got a huge improvement from the todo list. A release candidate is a release that can be the final release unless some major bugs are found.
Resources :
- Wikipedia - Software release life cycle