clojars 2021-10-29

#no-stupid-questions is there a way for me to remove a version from clojars?

I accidentally published lib at 3.0.0 when it is in fact not at that version. it is in fact the first version 🙂

if it's not possible i guess my lib will just seem very mature 😄

but... > JARs are removed from Clojars for two reasons: > > * There is a security vulnerability in a published JAR, i.e. malicious code > * Private credentials or code have been published.

yeah probably not worth it

@lilactown it will just appear mature. Make the next version 10.0.0 :)

📈 3
Alex Miller (Clojure team) 2021-10-29T17:59:00.005600Z

just move to a new artifact and add "-next" to it

just call your library "3.0.0" and use the artifact-id as the version

🌌 1