Skip to content

Commit 7f741c1

Browse files
author
ZhangJian He
committed
chore: change spotless plugin property name
Signed-off-by: ZhangJian He <[email protected]>
1 parent d53a1e3 commit 7f741c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
<maven-surefire-plugin.version>3.5.0</maven-surefire-plugin.version>
4949
<nexus-staging-maven-plugin.version>1.7.0</nexus-staging-maven-plugin.version>
5050
<spotbugs-maven-plugin.version>4.8.6.2</spotbugs-maven-plugin.version>
51-
<spotless-maven-plugi.version>2.43.0</spotless-maven-plugi.version>
51+
<spotless-maven-plugin.version>2.43.0</spotless-maven-plugin.version>
5252
</properties>
5353

5454
<dependencyManagement>
@@ -180,7 +180,7 @@
180180
<plugin>
181181
<groupId>com.diffplug.spotless</groupId>
182182
<artifactId>spotless-maven-plugin</artifactId>
183-
<version>${spotless-maven-plugi.version}</version>
183+
<version>${spotless-maven-plugin.version}</version>
184184
<configuration>
185185
<java>
186186
<importOrder>

0 commit comments

Comments
 (0)