You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by zh...@apache.org on 2022/06/11 16:13:41 UTC

[hbase] branch branch-2.4 updated: Revert "HBASE-27084 Add spotless:check in mvn verify stage (#4482)"

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

zhangduo pushed a commit to branch branch-2.4
in repository https://gitbox.apache.org/repos/asf/hbase.git


The following commit(s) were added to refs/heads/branch-2.4 by this push:
     new 42a51545f1d Revert "HBASE-27084 Add spotless:check in mvn verify stage (#4482)"
42a51545f1d is described below

commit 42a51545f1dfcce3b9e49963d150ba8baab5caa8
Author: Duo Zhang <zh...@apache.org>
AuthorDate: Sun Jun 12 00:13:28 2022 +0800

    Revert "HBASE-27084 Add spotless:check in mvn verify stage (#4482)"
    
    This reverts commit bcea930b232fb5474ff3c1bba9cc2b0225bacf09.
---
 pom.xml | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/pom.xml b/pom.xml
index 3e24c212f1a..4b78a6ecb53 100755
--- a/pom.xml
+++ b/pom.xml
@@ -624,7 +624,7 @@
     <surefire.version>3.0.0-M6</surefire.version>
     <wagon.ssh.version>2.12</wagon.ssh.version>
     <xml.maven.version>1.0.1</xml.maven.version>
-    <spotless.version>2.22.5</spotless.version>
+    <spotless.version>2.22.2</spotless.version>
     <hbase-thirdparty.version>4.1.0</hbase-thirdparty.version>
     <maven-site.version>3.12.0</maven-site.version>
     <!-- Intraproject jar naming properties -->
@@ -2297,13 +2297,6 @@
             </format>
           </formats>
         </configuration>
-        <executions>
-          <execution>
-            <goals>
-              <goal>check</goal>
-            </goals>
-          </execution>
-        </executions>
       </plugin>
     </plugins>
     <extensions>