This message was deleted.
# community-support
s
This message was deleted.
j
For the docs you shared (7.5)
The strings
rc
,
snapshot
,
final
,
ga
,
release
and
sp
are considered higher than any other string part (sorted in this order):
1.0-zeta
<
1.0-rc
<
1.0-snapshot
<
1.0-final
<
1.0-ga
<
1.0-release
<
1.0-sp
<
1.0
.
so
snapshot
>
rc
Same for
8.0-rc-1
Curiously,
release
>
snapshot
. I guess all after
final
(including
final
) are considered "final" versions
I am not sure if the docs have changed or I miss-read them, as now it is showing the same than 7.6. So, solved
l
Ahh yes, you are right, it's
snapshot
>
rc
everywhere, just the wording was changed 🙂 so yeah, I miss-read them as well ^^