We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d53a1e3 commit 7f741c1Copy full SHA for 7f741c1
pom.xml
@@ -48,7 +48,7 @@
48
<maven-surefire-plugin.version>3.5.0</maven-surefire-plugin.version>
49
<nexus-staging-maven-plugin.version>1.7.0</nexus-staging-maven-plugin.version>
50
<spotbugs-maven-plugin.version>4.8.6.2</spotbugs-maven-plugin.version>
51
- <spotless-maven-plugi.version>2.43.0</spotless-maven-plugi.version>
+ <spotless-maven-plugin.version>2.43.0</spotless-maven-plugin.version>
52
</properties>
53
54
<dependencyManagement>
@@ -180,7 +180,7 @@
180
<plugin>
181
<groupId>com.diffplug.spotless</groupId>
182
<artifactId>spotless-maven-plugin</artifactId>
183
- <version>${spotless-maven-plugi.version}</version>
+ <version>${spotless-maven-plugin.version}</version>
184
<configuration>
185
<java>
186
<importOrder>
0 commit comments