On 23/08/18 02:47, Jerrick Zhu wrote: <snip/>
> The question is whether we need to deploy 2.7.0-SNAPSHOT to central > repository so that these moving modules can build successfully. The short answer is you can't do that. Anything on Maven Central has to be an official release and the -SNAPSHOT marker doesn't really fit with that. There are several options: - formally release a milestone - use the ASF's snapshot repo >From later discussion it looks like the snapshot repo is being explored. Mark
