You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2022/11/27 21:50:37 UTC

[maven-parent] branch master updated: fix issue with spotless formatting

This is an automated email from the ASF dual-hosted git repository.

slachiewicz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-parent.git


The following commit(s) were added to refs/heads/master by this push:
     new 31bff5f  fix issue with spotless formatting
31bff5f is described below

commit 31bff5fc8133bce09eb5b126ba5654f09f16bc8e
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Sun Nov 27 22:50:20 2022 +0100

    fix issue with spotless formatting
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 9455e40..7ccac2b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1173,8 +1173,8 @@ under the License.
               <importOrder>
                 <file>config/maven-eclipse-importorder.txt</file>
               </importOrder>
-              <removeUnusedImports />
-              <palantirJavaFormat />
+              <removeUnusedImports/>
+              <palantirJavaFormat/>
               <licenseHeader>
                 <file>config/maven-header-plain.txt</file>
               </licenseHeader>