This is an automated email from the ASF dual-hosted git repository.
pkarwasz pushed a commit to branch 2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
The following commit(s) were added to refs/heads/2.x by this push:
new 1f8b93e3b7 Spotless
1f8b93e3b7 is described below
commit 1f8b93e3b7d191ecbd534090273ef75158c89a5f
Author: Piotr P. Karwasz <[email protected]>
AuthorDate: Sat Mar 18 11:54:10 2023 +0100
Spotless
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 4029814902..a613f2c851 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1683,10 +1683,10 @@
</configuration>
<executions>
<execution>
- <phase>validate</phase>
<goals>
<goal>validate</goal>
</goals>
+ <phase>validate</phase>
</execution>
</executions>
</plugin>