Skip to content

Commit 9b8e387

Browse files
committed
[pom] Prepare for 4.9.8 release
1 parent 0a8ac5a commit 9b8e387

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

pom.xml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
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>
@@ -123,7 +123,11 @@
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>
@@ -1074,7 +1078,7 @@
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>

0 commit comments

Comments
 (0)