Piotr, why do we need this? We already inherit a valid value from parent’s parent, i.e., ‘org.apache:apache’.
On Thu, 19 Oct 2023 at 19:35, <pkarw...@apache.org> wrote: > This is an automated email from the ASF dual-hosted git repository. > > pkarwasz pushed a commit to branch release/2.21.1 > in repository > https://gitbox.apache.org/repos/asf/logging-log4j-jmx-gui.git > > > The following commit(s) were added to refs/heads/release/2.21.1 by this > push: > new 732aa98 Bump timestamp > 732aa98 is described below > > commit 732aa9821bc6706cc21f4e15724207897e7f56b7 > Author: Piotr P. Karwasz <piotr.git...@karwasz.org> > AuthorDate: Tue Oct 17 18:30:53 2023 +0200 > > Bump timestamp > --- > pom.xml | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/pom.xml b/pom.xml > index cd5b60d..bc01d6c 100644 > --- a/pom.xml > +++ b/pom.xml > @@ -131,6 +131,9 @@ > > <properties> > > + <!-- For reproducible builds --> > + > <project.build.outputTimestamp>2023-10-20T18:29:45+02:00</project.build.outputTimestamp> > + > <!-- project version --> > <revision>2.21.1-SNAPSHOT</revision> > > >