This is an automated email from the ASF dual-hosted git repository.
zhangduo pushed a commit to branch branch-2.5
in repository https://gitbox.apache.org/repos/asf/hbase.git
The following commit(s) were added to refs/heads/branch-2.5 by this push:
new adea9bdd959 Revert "HBASE-27084 Add spotless:check in mvn verify stage
(#4482)"
adea9bdd959 is described below
commit adea9bdd9599f98b8ad5911ae840ac4245c67a8d
Author: Duo Zhang <[email protected]>
AuthorDate: Sun Jun 12 00:12:59 2022 +0800
Revert "HBASE-27084 Add spotless:check in mvn verify stage (#4482)"
This reverts commit 278939cd831dff26712af867ef64f87afb1f9730.
---
pom.xml | 9 +--------
1 file changed, 1 insertion(+), 8 deletions(-)
diff --git a/pom.xml b/pom.xml
index 8542b2e456f..06bbd578809 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>