Skip to content

Commit a51e942

Browse files
committed
Fix version number
1 parent d3cafb1 commit a51e942

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/de/thetaphi/forbiddenapis/maven/AbstractCheckMojo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ public abstract class AbstractCheckMojo extends AbstractMojo {
107107

108108
/**
109109
* Fail the build if violations have been found. Defaults to {@code true}.
110-
* @since 1.9
110+
* @since 2.0
111111
*/
112112
@Parameter(required = false, property="forbiddenapis.failOnViolation", defaultValue = "true")
113113
private boolean failOnViolation;

0 commit comments

Comments
 (0)