At the moment we publish the most recent articats with a version like this:
def major = "999" //different schema than used in other platforms
def minor = "9"
This causes confusions and needs special handling in other upstream projects like iets3.os
The avoid special handling, enable reuse and simplify maintainablity those version should be aligne with other platform artifact versions.