I am wondering what kind of naming convention is used by Atlassian to number their builds as I recently observed EAP builds of JIRA with numbers like `7.0.0-m01b` ?!
I am concerned about this because the recent versions seem not to match any of the well known conventions, causing version comparison to fail.
For example the Atlassian updater breaks on converting these releases to something that can be compared (so it can decide if it should update it or not).
In general, JIRA follows Maven semantics. Our public releases follow the MajorVersion.MinorVersion.IncrementalVersion pattern.
EAP releases are development builds. We release them to plugin developers before every new minor version. They follow the pattern of MajorVersion.MinorVersion.IncrementalVersion-Qualifier. Qualifiers in our EAP builds follow a consistent pattern: m01, m02, m03, etc. They are not necessarily sequential, because we do not release every build publicly to developers. Once feature development is complete, we usually release a beta
build followed by an rc
build.
The recent release of the m01b
milestone is more of an exception to the rule. We discovered an error in a configuration file that could cause JIRA to fail to start up. However, the code in JIRA 7.0.0-m01b is identical to JIRA 7.0.0-m01.
Hope this helps.
Dave Meyer
Product Manager, JIRA
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.