Is it possible to change a pom file of a jar after uploading it to Maven Central?
E.g., if I've uploaded a jar with a set of dependencies, and after the upload found out one of the dependencies was wrong - can I change the pom and upload it, and still have the same version number?
My logic says the answer is no, but my boss insists the answer is yes, and this issue affects his decision not to rely on Maven central repository in our project's build.
Thanks in advance :)