pom.xml - Is it possible to change a pom file after uploading it to Maven Central? -


is possible change pom file of jar after uploading maven central?

e.g., if i've uploaded jar set of dependencies, , after upload found out 1 of dependencies wrong - can change pom , upload it, , still have same version number?

my logic says answer no, boss insists answer yes, , issue affects decision not rely on maven central repository in our project's build.

thanks in advance :)


Comments

Popular posts from this blog

javascript - AngularJS custom datepicker directive -

javascript - jQuery date picker - Disable dates after the selection from the first date picker -