clojars

lilactown 2021-10-29T17:19:47.000900Z

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

lilactown 2021-10-29T17:21:20.002600Z

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

lilactown 2021-10-29T17:21:42.003100Z

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

phronmophobic 2021-10-29T17:21:53.003400Z

There is a link for jar deletion, https://github.com/clojars/administration/issues/new/choose

lilactown 2021-10-29T17:22:03.003600Z

ah ty!

phronmophobic 2021-10-29T17:22:15.003900Z

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.

lilactown 2021-10-29T17:22:34.004100Z

yeah probably not worth it

2021-10-29T17:28:51.004800Z

@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

phronmophobic 2021-10-29T18:02:09.006200Z

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

🌌 1