pingidentity / ldapsdk

UnboundID LDAP SDK for Java
Other
334 stars 81 forks source link

6.0.5 is on mavencentral, but there is no tag or release announcement #127

Open e4711s opened 2 years ago

e4711s commented 2 years ago

There is https://mvnrepository.com/artifact/com.unboundid/unboundid-ldapsdk/6.0.5 but nothing here: https://github.com/pingidentity/ldapsdk/releases https://github.com/pingidentity/ldapsdk/tags

Is this an official one?

dirmgr commented 2 years ago

Yes, it is an official release. My usual process for creating a release is to first upload it to a staging site for the Maven Central repository, and then it typically actually shows up in Maven Central within a few hours. I wait until that’s done before doing the rest of the release process because all of the other steps are essentially instantaneous, and all of the announcements (including the one that’s automatically generated when I draft a release on GitHub, which also automatically creates the tag) mention that it’s available in Maven Central.

For some reason, it took at least eight hours (and possibly even longer than that) between the time that I published to the staging site and the time that it actually appeared in the Maven Central repository. I decided to wait for the beginning of the work week to complete the process and make the announcements, since it’s easier for things to go unnoticed if they happen on the weekend.

The actual announcements will be made soon, but the version on Maven is the official release.