SDK fails with "Invalid server platform version"?

I somehow felt using “2.0.4.1” was not right. The version is not compliant with maven versioning scheme explained at https://cwiki.apache.org/confluence/display/MAVENOLD/Versioning Effectively Maven treats the version as a plain string and any version comparison will be done using an alphabetic order, which may lead to strange results.

I feel we should release 2.0.5 as we may see other issues with that going forward.