clojars

isak 2023-10-16T17:49:30.604659Z

Can I get a bad package deleted or unlisted? I misunderstood how SNAPSHOT works and published this bad version: https://clojars.org/net.xledger/pedestal-helidon/versions/0.1.0-SNAPSHOT2

2023-10-19T11:11:06.072319Z

Ah, yes, that makes sense. "01.0-SNAPSHOT2" is being shown as the latest release because it isn't considered a snapshot. I think the thing to do here is to go ahead and release a "0.1.1". That would then show as the latest release.

isak 2023-10-19T15:26:46.182319Z

Hmm I was going to wait a little to release, so I guess I'll need to keep doing SNAPSHOT2 versions until then.

2023-10-19T15:28:12.750229Z

You could do "0.1.1-alpha1", "-alpha2", etc. They would be considered releases, so would push "0.1.0-SNAPSHOT2" down the stack.

isak 2023-10-19T15:29:02.499959Z

Ah ok, that like a good approach, thanks!

2023-10-19T15:29:18.003399Z

My pleasure!

isak 2023-10-18T14:21:07.887019Z

@tcrawley I tried that, but the newer version isn't taking precedence over the old SNAPSHOT2 version. So the UI features like the clojars page and github badge still point to the old version. https://clojars.org/net.xledger/pedestal-helidon

isak 2023-10-18T15:52:24.884379Z

It may be worth asking too if "0.1.0-SNAPSHOT2" should compare to be greater than "0.1.1-SNAPSHOT" as it is now. I'm not sure if that is something that can be changed?

2023-10-17T09:13:39.712849Z

Hi @isak! We strive to keep the Clojars repo as close to immutable as we can, so don't delete versions pushed by mistake (see https://github.com/clojars/clojars-web/wiki/About#how-do-i-delete-a-jar for our policy). I see you've already released a 0.1.1-SNAPSHOT. that's the recommended approach here; to abandon 0.1.0 and move on.