This is an automated email from the ASF dual-hosted git repository.
zhangduo pushed a commit to branch branch-2
in repository https://gitbox.apache.org/repos/asf/hbase.git
The following commit(s) were added to refs/heads/branch-2 by this push:
new b21377f76bc Revert "HBASE-27084 Add spotless:check in mvn verify stage
(#4482)"
b21377f76bc is described below
commit b21377f76bc8c3270e6ba2d9d7ddf766dbfc6360
Author: Duo Zhang <[email protected]>
AuthorDate: Sun Jun 12 00:12:32 2022 +0800
Revert "HBASE-27084 Add spotless:check in mvn verify stage (#4482)"
This reverts commit eca7c6056ca211a57fa3d09aef2321121d611b84.
---
pom.xml | 9 +--------
1 file changed, 1 insertion(+), 8 deletions(-)
diff --git a/pom.xml b/pom.xml
index 7a32c1a5c6f..768d1fe641e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -628,7 +628,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>
@@ -2466,13 +2466,6 @@
</format>
</formats>
</configuration>
- <executions>
- <execution>
- <goals>
- <goal>check</goal>
- </goals>
- </execution>
- </executions>
</plugin>
</plugins>
<extensions>