Hi all, I just tested 1.1.1RC1 with our CI to create a docker image of it and noticed that while it is an RC version, the Maven version has been set to 1.1.1 instead of 1.1.1RC1. [1]
This created issues in our CI because I had to specify the version as 1.1.1RC1 to download the correct file, but mvn package wrote "omid-tso-server-1.1.1-bin.tar.gz" and the subsequent step that wanted to copy "omid-tso-server-1.1.1RC1-bin.tar.gz" failed. But that is only a minor annoyance that could be fixed in our CI chain. The larger issue I see is, that no one will be able to distinguish between an actually released artifact and a release candidate later on. I wanted to ask if this is intentional or maybe just an oversight, before opening an issue.. Best regards, Sönke [1] https://github.com/apache/phoenix-omid/blob/edc79fc3038d326c811ffe342bafccd9245c4ef7/pom.xml#L30