From d7ab21f6d616e29daad875aec489891dfbd65b10 Mon Sep 17 00:00:00 2001 From: Jeremy Landis Date: Wed, 31 Jul 2019 21:40:24 -0400 Subject: [PATCH] [ci] Change since '3.1.13' to 3.1.12.2' --- src/main/groovy/org/codehaus/mojo/spotbugs/SpotBugsGui.groovy | 2 +- src/main/groovy/org/codehaus/mojo/spotbugs/SpotBugsMojo.groovy | 2 +- .../codehaus/mojo/spotbugs/SpotbugsViolationCheckMojo.groovy | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/groovy/org/codehaus/mojo/spotbugs/SpotBugsGui.groovy b/src/main/groovy/org/codehaus/mojo/spotbugs/SpotBugsGui.groovy index 4df48cfd..059b8f09 100644 --- a/src/main/groovy/org/codehaus/mojo/spotbugs/SpotBugsGui.groovy +++ b/src/main/groovy/org/codehaus/mojo/spotbugs/SpotBugsGui.groovy @@ -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 diff --git a/src/main/groovy/org/codehaus/mojo/spotbugs/SpotBugsMojo.groovy b/src/main/groovy/org/codehaus/mojo/spotbugs/SpotBugsMojo.groovy index 44a77dee..d62c3b89 100644 --- a/src/main/groovy/org/codehaus/mojo/spotbugs/SpotBugsMojo.groovy +++ b/src/main/groovy/org/codehaus/mojo/spotbugs/SpotBugsMojo.groovy @@ -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 diff --git a/src/main/groovy/org/codehaus/mojo/spotbugs/SpotbugsViolationCheckMojo.groovy b/src/main/groovy/org/codehaus/mojo/spotbugs/SpotbugsViolationCheckMojo.groovy index 58f9e101..112a1fbf 100644 --- a/src/main/groovy/org/codehaus/mojo/spotbugs/SpotbugsViolationCheckMojo.groovy +++ b/src/main/groovy/org/codehaus/mojo/spotbugs/SpotbugsViolationCheckMojo.groovy @@ -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