Skip to content

Commit 993d405

Browse files
committed
[pom] Adjust since to match release version in flight
1 parent c0b2fff commit 993d405

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/main/groovy/org/codehaus/mojo/spotbugs/SpotBugsMojo.groovy

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ class SpotBugsMojo extends AbstractMavenReport implements SpotBugsPluginsTrait {
303303
* directory before being passed to Spotbugs as a filter file.
304304
* </p>
305305
*
306-
* @since 4.7.0.1-SNAPSHOT
306+
* @since 4.7.1.0
307307
*/
308308
@Parameter(property = "spotbugs.includeFilterFiles")
309309
List includeFilterFiles
@@ -347,7 +347,7 @@ class SpotBugsMojo extends AbstractMavenReport implements SpotBugsPluginsTrait {
347347
* directory before being passed to Spotbugs as a filter file.
348348
* </p>
349349
*
350-
* @since 4.7.0.1-SNAPSHOT
350+
* @since 4.7.1.0
351351
*/
352352
@Parameter(property = "spotbugs.excludeFilterFiles")
353353
List excludeFilterFiles
@@ -396,7 +396,7 @@ class SpotBugsMojo extends AbstractMavenReport implements SpotBugsPluginsTrait {
396396
* directory before being passed to Spotbugs as a filter file.
397397
* </p>
398398
*
399-
* @since 4.7.0.1-SNAPSHOT
399+
* @since 4.7.1.0
400400
*/
401401
@Parameter(property = "spotbugs.excludeBugsFiles")
402402
List excludeBugsFiles

0 commit comments

Comments
 (0)