Hi all, I cloned the bookkeeper-release-nightly-snapshot CI job to deploy the SNAPSHOT of the latest master to artifactory. So the developers can use following artifact to access latest snapshot version and leverage the new features coming from new release ASAP.
https://builds.apache.org/job/distributedlog-release-nightly-snapshot/ You can use <dependency> <groupId>org.apache.distributedlog</groupId> <artifactId>distributedlog-core</artifactId> <version>0.5.0-SNAPSHOT</version></dependency> - Sijie