This is an automated email from the ASF dual-hosted git repository. vy pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/logging-log4j-jmx-gui.git
commit f3c0595900f1b13f3d720987ba396bd2abad97d7 Author: Volkan Yazıcı <[email protected]> AuthorDate: Fri Sep 8 15:38:32 2023 +0200 Remove properties already provided by `logging-parent` --- pom.xml | 3 --- 1 file changed, 3 deletions(-) diff --git a/pom.xml b/pom.xml index 9ff9674..2444f00 100644 --- a/pom.xml +++ b/pom.xml @@ -133,9 +133,6 @@ <!-- project version --> <revision>2.21.0-SNAPSHOT</revision> - <!-- `project.build.outputTimestamp` is required for reproducible builds: https://maven.apache.org/guides/mini/guide-reproducible-builds.html --> - <project.build.outputTimestamp>0</project.build.outputTimestamp> - <!-- dependency versions --> <log4j.version>2.20.0</log4j.version> <spotbugs-annotations.version>4.7.3</spotbugs-annotations.version>
