lambdaisland / kaocha-cljs

ClojureScript support for Kaocha
Eclipse Public License 1.0
40 stars 10 forks source link

Fix clojars artifact name #43

Closed opqdonut closed 2 years ago

opqdonut commented 2 years ago

Looks like lambdaisland/kaocha-cljs has newer releases than com.lambdaisland/kaocha-cljs, so I assume it's the one to use.

plexus commented 2 years ago

No, we continue releasing under lambdaisland until tools.deps supports maven redirects, the com.lambdaisland release was a mistake.

On Thu, Sep 2, 2021, 13:00 Joel Kaasinen @.***> wrote:

Looks like lambdaisland/kaocha-cljs has newer releases than com.lambdaisland/kaocha-cljs, so I assume it's the one to use.

You can view, comment on, or merge this pull request online at:

https://github.com/lambdaisland/kaocha-cljs/pull/43 Commit Summary

  • Fix clojars artifact name

File Changes

Patch Links:

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/lambdaisland/kaocha-cljs/pull/43, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAAH3VCYNMZ3VJWV4VRT5LDT75KNZANCNFSM5DI2DOSA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

plexus commented 2 years ago

My apologies, it seems I was confusing this with another library. We did indeed start releasing this one under com.lambdaisland, before realizing that that is kind of problematic right now. (see https://github.com/lambdaisland/open-source/issues/2 and the Clojars issue linked from there). But in this case I think we'll stick to com.lambdaisland now.

We have tooling to update these references in the README, see bin/proj update-readme.

plexus commented 2 years ago

I've re-released under

[com.lambdaisland/kaocha-cljs "1.0.113"]
{com.lambdaisland/kaocha-cljs {:mvn/version "1.0.113"}}

and updated the README