Fork me on GitHub
#clojars
<
2021-10-29
>
lilactown17:10:47

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

lilactown17:10:20

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

lilactown17:10:42

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

phronmophobic17:10:15

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.

lilactown17:10:34

yeah probably not worth it

tcrawley17:10:51

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

📈 3
Alex Miller (Clojure team)17:10:00

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

phronmophobic18:10:09

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

🌌 1