This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-beanutils.git
The following commit(s) were added to refs/heads/master by this push: new 73a25d39 Whitespace 73a25d39 is described below commit 73a25d395d87576345c6a5056f4325142149f08d Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sat May 4 10:20:27 2024 -0400 Whitespace --- pom.xml | 2 -- 1 file changed, 2 deletions(-) diff --git a/pom.xml b/pom.xml index 8b4b37ef..fc0f7e5a 100644 --- a/pom.xml +++ b/pom.xml @@ -141,7 +141,6 @@ --> <exclude>**/*MemoryTestCase.java</exclude> </excludes> - <!-- Configure Logging --> <redirectTestOutputToFile>true</redirectTestOutputToFile> <systemPropertyVariables> @@ -149,7 +148,6 @@ <org.apache.commons.logging.Log>org.apache.commons.logging.impl.SimpleLog</org.apache.commons.logging.Log> <org.apache.commons.logging.simplelog.defaultlog>WARN</org.apache.commons.logging.simplelog.defaultlog> </systemPropertyVariables> - </configuration> </plugin> <plugin>