Skip to content

Commit 2392ae8

Browse files
pom.xml: use commons.findbugs.version as maven-findbugs-plugin version, because it is adjusted according to the java version in use (closes apache#20)
1 parent bf43d4e commit 2392ae8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@
239239
<plugin>
240240
<groupId>org.codehaus.mojo</groupId>
241241
<artifactId>findbugs-maven-plugin</artifactId>
242-
<version>3.0.1</version>
242+
<version>${commons.findbugs.version}</version>
243243
<configuration>
244244
<threshold>Normal</threshold>
245245
<effort>Default</effort>
@@ -282,7 +282,7 @@
282282
<plugin>
283283
<groupId>org.codehaus.mojo</groupId>
284284
<artifactId>findbugs-maven-plugin</artifactId>
285-
<version>3.0.1</version>
285+
<version>${commons.findbugs.version}</version>
286286
<configuration>
287287
<threshold>Normal</threshold>
288288
<effort>Default</effort>

0 commit comments

Comments
 (0)