Re: Setting default branch to release-2.x on GitHub

2021-12-26 Thread Ralph Goers
Ron, you had me worried for a minute. I thought you were doing something that would affect what the release plugin does, not something in the web site. Ralph > On Dec 26, 2021, at 2:20 PM, Ron Grabowski > wrote: > > I interpreted your comment as the branch name on the 2.17.0 site says > 'log

Re: Setting default branch to release-2.x on GitHub

2021-12-26 Thread Gary Gregory
Note that it is not the branch name that starts with "rel/", it is the tag name. Gary On Sun, Dec 26, 2021, 16:21 Ron Grabowski wrote: > I interpreted your comment as the branch name on the 2.17.0 site says > 'log4j-2.17.0' which doesn't exist, it should be 'rel/2.17.0'. I updated > pom.xml in

Re: Setting default branch to release-2.x on GitHub

2021-12-26 Thread Ron Grabowski
I interpreted your comment as the branch name on the 2.17.0 site says 'log4j-2.17.0' which doesn't exist, it should be 'rel/2.17.0'. I updated pom.xml in release-2.x to use the rel/x.y.z pattern in future deploys. When the 2.17.0 site is redeployed source-repository.html will be updated with th

Re: Setting default branch to release-2.x on GitHub

2021-12-26 Thread Gary Gregory
On Sun, Dec 26, 2021 at 6:16 AM Volkan Yazıcı wrote: > Many people get confused by the default branch of the repository on GitHub. > I want to make it point to `release-2.x` rather than `master`. Objections? > +1 Gary

Re: Setting default branch to release-2.x on GitHub

2021-12-26 Thread Apache
Infra has a mailing list and a slack channel. Ralph > On Dec 26, 2021, at 6:00 AM, Carter Kozak wrote: > > I filed an infra ticket for this, but it hasn’t been picked up yet: > https://issues.apache.org/jira/browse/INFRA-22641 > Might be worth emailing someone? Otherwise they may be busy with

Re: Setting default branch to release-2.x on GitHub

2021-12-26 Thread Carter Kozak
I filed an infra ticket for this, but it hasn’t been picked up yet: https://issues.apache.org/jira/browse/INFRA-22641 Might be worth emailing someone? Otherwise they may be busy with the holidays. -ck > On Dec 26, 2021, at 06:16, Volkan Yazıcı wrote: > > Many people get confused by the defaul

Re: Setting default branch to release-2.x on GitHub

2021-12-26 Thread Martin Schröder
Am So., 26. Dez. 2021 um 12:16 Uhr schrieb Volkan Yazıcı : > Many people get confused by the default branch of the repository on GitHub. > I want to make it point to `release-2.x` rather than `master`. Objections? While you're at that: https://logging.apache.org/log4j/2.x/source-repository.html me

Setting default branch to release-2.x on GitHub

2021-12-26 Thread Volkan Yazıcı
Many people get confused by the default branch of the repository on GitHub. I want to make it point to `release-2.x` rather than `master`. Objections?