Missing REST client version 5.0.0.alpha5

Hello,

I read the blog announcement for the release of Elasticsearch 5.0.0.alpha5 but it seems that the Maven artifacts for the Java REST client have not been published yet.
The current version on Maven Central is still 5.0.0.alpha4: http://search.maven.org/#search|ga|1|g%3Aorg.elasticsearch%20a%3Arest

Does anyone know if the Java REST client 5.0.0.alpha5 is planned to be delivered anytime soon ?

Thanks
/Xavier

Strange because it's here: https://oss.sonatype.org/content/repositories/releases/org/elasticsearch/client/rest/5.0.0-alpha5/

Don't know why maven central has not been updated.

Thanks for reporting.

Found it. Actually you had a typo in your search.

http://search.maven.org/#artifactdetails|org.elasticsearch.client|rest|5.0.0-alpha5|jar

Hello,

Ok, thanks for your reply. I was pulling the artifact with a different groupId ("org.elasticsearch" instead of "org.elasticsearch.client"):

http://search.maven.org/#artifactdetails|org.elasticsearch|rest|5.0.0-alpha4|jar
vs
http://search.maven.org/#artifactdetails|org.elasticsearch.client|rest|5.0.0-alpha5|jar

It seems like the REST client artifact was published under both groupIds in version 5.0.0.alpha4, which explains my confusion.

Anyway, it's all good now :wink:

Again, thanks !
/Xavier

You may have to play with dependencies a bit because of