I've started the release and the one question I've come to so far is in our docs: https://myfaces.apache.org/core23/release-checklist.html
The following is stated: # Run again this command to prepare release # and commit to https://svn.apache.org/repos/asf/myfaces/core/tags/ repository. mvn release:prepare -DprepareRelease=true -Dresume=false When I perform the above operation there is no new tag created in SVN with the source code for the 2.3.2 release. Is this now expected since all of our source is in GIT? I just want to ensure that I'm not missing anything. It did however add some commits to git for "prepare for next development..." and "prepare release myfaces-core-module-2.3.2" updating the poms appropriately. Thanks, Paul Nicolucci From: Dennis Kieselhorst <[email protected]> To: <[email protected]> Date: 08/29/2018 04:29 AM Subject: Re: 2.3.2 Release On 2018/08/27 13:19:25, Thomas Andraschko <[email protected]> wrote: > I think we just need to change the version after the release in the > core-pom. Correct. I've just updated the file. Regards Dennis
