Hi, I've just lost quite some time on the issue related to how we currently release beam snapshots.
Because we only publish snapshots from the master branch, unreleased version of beam (2.21.0-SNAPSHOT) was last updated on 9th of April. eg. https://repository.apache.org/content/groups/snapshots/org/apache/beam/beam-runners-core-java/2.21.0-SNAPSHOT/ This is may be confusing for the end user and I think we should either: - Upload snapshots from all release branches. - Keep only snapshots from current master version (delete all prior versions) to have user fail fast on CI build. WDYT? D.