fun List<ReleaseSpec>.onlyFallbackVersions(): List<ReleaseSpec>
Replies a list of only the relevant releases whose download URLs
have to be included in the MANIFEST.MF file of a plugin jar.
For each of the resulting releases, it is true that there is no
other release with the same minJosmVersion that is newer.