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-jexl.git
commit b75f63e8be8f9e4773ecab7a072213dbade2ed28 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Tue Jan 17 10:58:49 2023 -0500 Fix XML formatting --- pom.xml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 7336ff7f..c7a2a964 100644 --- a/pom.xml +++ b/pom.xml @@ -321,10 +321,12 @@ </plugin> <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>animal-sniffer-maven-plugin</artifactId> - <version>1.22</version> - <configuration><ignores>java.lang.invoke.*</ignores></configuration> + <groupId>org.codehaus.mojo</groupId> + <artifactId>animal-sniffer-maven-plugin</artifactId> + <version>1.22</version> + <configuration> + <ignores>java.lang.invoke.*</ignores> + </configuration> </plugin> </plugins>