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-logging.git
The following commit(s) were added to refs/heads/master by this push: new 2598f00 Format nit 2598f00 is described below commit 2598f00f48a0f87f728a9ad0ee3a8565e4c23c9f Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Wed May 22 18:15:59 2024 -0400 Format nit --- pom.xml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/pom.xml b/pom.xml index 711e8c0..058e6a6 100644 --- a/pom.xml +++ b/pom.xml @@ -500,13 +500,13 @@ under the License. <artifactId>spotbugs-maven-plugin</artifactId> <configuration> <excludeFilterFile>src/conf/spotbugs-excludes.xml</excludeFilterFile> - <plugins> - <plugin> - <groupId>com.h3xstream.findsecbugs</groupId> - <artifactId>findsecbugs-plugin</artifactId> - <version>${findsecbugs.version}</version> - </plugin> - </plugins> + <plugins> + <plugin> + <groupId>com.h3xstream.findsecbugs</groupId> + <artifactId>findsecbugs-plugin</artifactId> + <version>${findsecbugs.version}</version> + </plugin> + </plugins> </configuration> </plugin> <!--