Hi all, INFRA completed the rename operation from master to main for
- https://github.com/apache/tomee - https://github.com/apache/tomee-site-generator - https://github.com/apache/tomee-release-tools - https://github.com/apache/tomee-tck - https://github.com/apache/tomee-jakarta - https://github.com/apache/tomee-jakartaee-api - https://github.com/apache/tomee-patch-plugin - https://github.com/apache/tomee-chatterbox If you have a local clone, you can update master to main by running the following commands: git branch -m master main git fetch origin git branch -u origin/main main git remote set-head origin -a I already adjusted the CI checkout points and the GitHub action workflows, so we should be fine. Gruß Richard
