Skip to content

Commit 8f84370

Browse files
authored
Merge pull request #840 from uhafner/spotbugs-once
Run SpotBugs only once
2 parents 8e76bb4 + b34428d commit 8f84370

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@
6262

6363
<pmd.skip>false</pmd.skip>
6464

65-
<codingstyle.config.version>4.9.0</codingstyle.config.version>
66-
<codingstyle.library.version>4.9.0</codingstyle.library.version>
65+
<codingstyle.config.version>4.10.0</codingstyle.config.version>
66+
<codingstyle.library.version>4.10.0</codingstyle.library.version>
6767

6868
<!-- Project Dependencies Configuration -->
6969
<spotbugs.version>4.8.5</spotbugs.version>
@@ -930,7 +930,6 @@
930930
<execution>
931931
<id>run-spotbugs</id>
932932
<goals>
933-
<goal>spotbugs</goal>
934933
<goal>check</goal>
935934
</goals>
936935
<phase>verify</phase>

0 commit comments

Comments
 (0)