File tree Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Original file line number Diff line number Diff line change 35
35
<version >${revision} </version >
36
36
<packaging >pom</packaging >
37
37
<properties >
38
- <revision >5.1.4 </revision >
38
+ <revision >5.1.5-SNAPSHOT </revision >
39
39
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
40
40
<maven .compiler.source>1.8</maven .compiler.source>
41
41
<maven .compiler.target>1.8</maven .compiler.target>
294
294
<artifactId >maven-deploy-plugin</artifactId >
295
295
<version >3.0.0-M1</version >
296
296
</plugin >
297
+
298
+ <plugin >
299
+ <groupId >org.apache.maven.plugins</groupId >
300
+ <artifactId >maven-site-plugin</artifactId >
301
+ <version >3.9.1</version >
302
+ </plugin >
297
303
</plugins >
298
304
</build >
305
+ <reporting >
306
+ <plugins >
307
+ <plugin >
308
+ <groupId >com.github.spotbugs</groupId >
309
+ <artifactId >spotbugs-maven-plugin</artifactId >
310
+ <version >4.0.4</version >
311
+ </plugin >
312
+ </plugins >
313
+ </reporting >
299
314
</project >
You can’t perform that action at this time.
0 commit comments