You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The NIEM IEPD Catalog schema restricts the VersionID with a pattern facet [0-9]+(\.[0-9]+)*((alpha|beta|rc|rev)[0-9]+)?.
This pattern facet is not compatible with Semantic Versioning (semver.org), specifically, the value "3.0.0-beta" is not valid (see https://semver.org/#spec-item-9), and the next release after that would be "3.0.0-beta.1", which is also not valid.
(User bug report submitted via email)
The text was updated successfully, but these errors were encountered:
The NIEM IEPD Catalog schema restricts the VersionID with a pattern facet
[0-9]+(\.[0-9]+)*((alpha|beta|rc|rev)[0-9]+)?
.This pattern facet is not compatible with Semantic Versioning (semver.org), specifically, the value "3.0.0-beta" is not valid (see https://semver.org/#spec-item-9), and the next release after that would be "3.0.0-beta.1", which is also not valid.
(User bug report submitted via email)
The text was updated successfully, but these errors were encountered: