fixed casing per issue #418

This commit is contained in:
Jeremy Long
2015-12-18 06:05:01 -05:00
parent 5961a96a4c
commit 3a84dc3962

View File

@@ -105,7 +105,7 @@ public abstract class BaseDependencyCheckMojo extends AbstractMojo implements Ma
* is true. * is true.
*/ */
@SuppressWarnings("CanBeFinal") @SuppressWarnings("CanBeFinal")
@Parameter(property = "autoupdate") @Parameter(property = "autoUpdate")
private Boolean autoUpdate; private Boolean autoUpdate;
/** /**
* Generate aggregate reports in multi-module projects. * Generate aggregate reports in multi-module projects.