File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 7272 <!-- Plugins -->
7373 <github .maven.version>0.12</github .maven.version>
7474 <github .global.server>github</github .global.server>
75+ <license-maven .version>4.1</license-maven .version>
7576 <maven .surefire-report.version>2.22.2</maven .surefire-report.version>
7677 <junit .jupiter.version>5.7.2</junit .jupiter.version>
77- <spotbugs . maven.version>4.0.4</spotbugs . maven.version>
78+ <spotbugs- maven .version>4.0.4</spotbugs- maven .version>
7879 <!-- Exclude the files here -->
7980 <sonar .exclusions>src/main/java/javax/measure/BinaryPrefix.java,src/main/java/javax/measure/MetricPrefix.java</sonar .exclusions>
8081 </properties >
359360 <plugin >
360361 <groupId >com.mycila</groupId >
361362 <artifactId >license-maven-plugin</artifactId >
362- <version >4.0.rc2 </version >
363+ <version >${license-maven.version} </version >
363364 <executions >
364365 <execution >
365366 <goals >
783784 <plugin >
784785 <groupId >com.github.spotbugs</groupId >
785786 <artifactId >spotbugs-maven-plugin</artifactId >
786- <version >${spotbugs. maven.version} </version >
787+ <version >${spotbugs- maven.version} </version >
787788 </plugin >
788789 </plugins >
789790 </reporting >
You can’t perform that action at this time.
0 commit comments