tus / tus-java-client

The tus client for Java.
https://tus.io
MIT License
213 stars 88 forks source link

0.5.0 release missing from Maven #87

Closed lwahonen closed 1 year ago

lwahonen commented 1 year ago

The documentation on the front page says

`

io.tus.java.client tus-java-client 0.5.0

`

but on Maven central only 0.4.5 is available https://central.sonatype.com/artifact/io.tus.java.client/tus-java-client/0.4.5/versions

Acconut commented 1 year ago

Thank you. It seems the build failed: https://github.com/tus/tus-java-client/actions/runs/4468938634/jobs/7850345458 @cdr-chakotay, can you have a look?

cdr-chakotay commented 1 year ago

Hi @lwahonen, sorry for the late response. We forgot to update a version tag, as result Maven thought we tried to overwrite an existing package and blocked. I will release this right now!

cdr-chakotay commented 1 year ago

Released this successfully! Thank you for the note @lwahonen and @Acconut