Browse Source

set a version for spotbugs

Enrico Olivelli 5 years ago
parent
commit
97d78e7256
1 changed files with 1 additions and 0 deletions
  1. 1 0
      pom.xml

+ 1 - 0
pom.xml

@@ -85,6 +85,7 @@
                 <!-- spotbugs does not make sense for website -->
                 <!-- spotbugs does not make sense for website -->
                 <groupId>com.github.spotbugs</groupId>
                 <groupId>com.github.spotbugs</groupId>
                 <artifactId>spotbugs-maven-plugin</artifactId>
                 <artifactId>spotbugs-maven-plugin</artifactId>
+                <version>4.0.0</version>
                 <configuration>
                 <configuration>
                     <skip>true</skip>
                     <skip>true</skip>
                 </configuration>
                 </configuration>