signalapp / libsignal

Home to the Signal Protocol as well as other cryptographic primitives which make Signal possible.
GNU Affero General Public License v3.0
3.62k stars 420 forks source link

Known Issue: libsignal v0.61.0 is missing from Maven Central #596

Closed andrew-signal closed 2 weeks ago

andrew-signal commented 2 weeks ago

Hi all,

I just released libsignal v0.61.0 for all the platforms, and unfortunately, the Maven Central publish system for the Java libraries is not working at the moment. This means that all the artifacts are posted for v0.61.0 except for the Java ones in Maven.

I'm working to get this fixed, and will update/close this issue when it is, but I just wanted to let the community know so no outside developer goes looking for it and can't find it. I hope to have it up on Maven soon!

This has no impact to any of the Signal apps or services - this is purely an informational advisory for any third-party developers who may be using the convenient pre-built version of libsignal in Maven. The source code is still available right here on GitHub. :)

Thanks, and sorry for the small delay,

andrew-signal commented 2 weeks ago

The issue with Maven Central has been resolved, and the v0.61.0 libsignal-client and libsignal-server binary artifacts are now up on Maven as usual.

Thank you for your patience and sorry for the small delay!