File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 2929
3030 <groupId >com.github.spotbugs</groupId >
3131 <artifactId >spotbugs-maven-plugin</artifactId >
32- <version >4.9.7.1 -SNAPSHOT</version >
32+ <version >4.9.8.0 -SNAPSHOT</version >
3333 <packaging >maven-plugin</packaging >
3434
3535 <name >spotbugs-maven-plugin</name >
123123
124124 <!-- Override spotbugs to this version from base-parent -->
125125 <spotbugs .version>4.9.8</spotbugs .version>
126- <spotbugs .plugin>4.9.6.0</spotbugs .plugin>
126+ <spotbugs .plugin>4.9.7.0</spotbugs .plugin>
127+
128+ <!-- Use 'master' branch or '${spotbugs.version}' tag for integration test source pull from spotbugs. -->
129+ <!-- <spotbugs-scm.version>master</spotbugs-scm.version> -->
130+ <spotbugs-scm .version>${spotbugs.version} </spotbugs-scm .version>
127131
128132 <byte-buddy .version>1.17.8</byte-buddy .version>
129133 <javabean-tester .version>2.11.1</javabean-tester .version>
10741078 <git >jgit</git >
10751079 </providerImplementations >
10761080 <includes >${includesTestSrcPattern} </includes >
1077- <scmVersion >${spotbugs.version} </scmVersion >
1081+ <scmVersion >${spotbugs-scm .version} </scmVersion >
10781082 <scmVersionType >tag</scmVersionType >
10791083 </configuration >
10801084 </execution >
You can’t perform that action at this time.
0 commit comments