avisi-apps / crux-xodus

A KV implementation with Xodus for Crux
MIT License
20 stars 7 forks source link

Crux migrating to Maven Central #4

Open jarohen opened 3 years ago

jarohen commented 3 years ago

Hey folks, hope you're all keeping well :smile:

A quick heads up that we're looking to migrate Crux over to Maven Central shortly - we've got a couple of non-Clojure modules coming soon, and would generally like to make Crux more accessible/appealing to folks outside of the Clojure community too. We've mirrored our Clojars dependencies onto Central, and have re-released 1.17.1 (currently as 1.17.1-rc1) so that users can migrate without having to upgrade Crux.

Crux PRs here:

Could you let us know if this will cause you any issues, or whether there's anything we should do/avoid doing? Otherwise, if this works for you, I'm happy to raise a quick PR with the required changes.

Cheers,

James

jarohen commented 3 years ago

Had a look at the repo, best that I don't submit a PR bumping Crux up from 1.12.0 as I think there are index version bumps in that range :)

Change looks straightforward enough, though - juxt/crux-core -> pro.juxt.crux/crux-core, 20.09-1.12.0-beta -> 1.17.1 in deps.edn.