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:12:23 UTC

[hbase] branch master 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 master
in repository https://gitbox.apache.org/repos/asf/hbase.git


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

commit 9c846f4873534a8e4fa6db0178160e1446d6f92b
Author: Duo Zhang <zh...@apache.org>
AuthorDate: Sun Jun 12 00:12:05 2022 +0800

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

diff --git a/pom.xml b/pom.xml
index fe9bfcd04b6..3867c3e0c18 100644
--- a/pom.xml
+++ b/pom.xml
@@ -851,7 +851,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>
     <maven-site.version>3.12.0</maven-site.version>
     <!-- compression -->
     <aircompressor.version>0.21</aircompressor.version>
@@ -2793,13 +2793,6 @@
             </format>
           </formats>
         </configuration>
-        <executions>
-          <execution>
-            <goals>
-              <goal>check</goal>
-            </goals>
-          </execution>
-        </executions>
       </plugin>
     </plugins>
     <extensions>