Skip to content

Commit

Permalink
[ci] Change since '3.1.13' to 3.1.12.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
hazendaz committed Aug 1, 2019
1 parent ba47ced commit d7ab21f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ class SpotBugsGui extends AbstractMojo implements SpotBugsPluginsTrait {
/**
* Set the name of the output XML file produced
*
* @since 3.1.13
* @since 3.1.12.2
*/
@Parameter(property = "spotbugs.outputXmlFilename", defaultValue = "spotbugsXml.xml")
String spotbugsXmlOutputFilename
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ class SpotBugsMojo extends AbstractMavenReport implements SpotBugsPluginsTrait {
/**
* Set the name of the output XML file produced
*
* @since 3.1.13
* @since 3.1.12.2
*/
@Parameter(property = "spotbugs.outputXmlFilename", defaultValue = "spotbugsXml.xml")
String spotbugsXmlOutputFilename
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ class SpotbugsViolationCheckMojo extends AbstractMojo {
/**
* Set the name of the output XML file produced
*
* @since 3.1.13
* @since 3.1.12.2
*/
@Parameter(property = "spotbugs.outputXmlFilename", defaultValue = "spotbugsXml.xml")
String spotbugsXmlOutputFilename
Expand Down

0 comments on commit d7ab21f

Please sign in to comment.