Hi all, as in the past the RCs were staged a little differently than most projects I am involved in and the way you did it in the past will prevent some of the changes I applied perhaps having a look at the PLC4X release manager documentation could help: https://plc4x.apache.org/developers/release/release.html
Here please read the “Staging a release” section, this should apply almost exactly to Mahout the way I setup things. The only main difference would be that you need to also stage the binary distributions (PLC4X only releases Sources … the binaries are all in the Maven repo) For this you would also copy the binaries from “distribution/target” to the SVN. What I usually do, is create a directory structure “{version}/rc{cr-number}/” which contains all files I want to stage and then just import the whole directory structure into SVN. Chris