Skip to content

Commit e4ecf4c

Browse files
Set since tag to 2.7.0 in CheckProjectLicenseMojo
1 parent f7cccb6 commit e4ecf4c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/main/java/org/codehaus/mojo/license/CheckProjectLicenseMojo.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
* The goal to check if there are license files in project.
3636
*
3737
* @author swalendzik
38-
* @since 2.7
38+
* @since 2.7.0
3939
*/
4040
@Mojo(name = "check-project-license", threadSafe = true)
4141
public class CheckProjectLicenseMojo extends AbstractLicenseMojo {
@@ -47,22 +47,22 @@ public class CheckProjectLicenseMojo extends AbstractLicenseMojo {
4747
/**
4848
* Project license file to check.
4949
*
50-
* @since 2.7
50+
* @since 2.7.0
5151
*/
5252
@Parameter(property = "license.licenceFile", defaultValue = "LICENSE.txt")
5353
private File licenseFile;
5454
/**
5555
* A flag to fail the build if there is missing any license file.
5656
*
57-
* @since 2.7
57+
* @since 2.7.0
5858
*/
5959
@Parameter(property = "license.failOnMissingLicense", defaultValue = "false")
6060
private boolean failOnMissingLicense;
6161

6262
/**
6363
* A flag to skip the goal.
6464
*
65-
* @since 2.7
65+
* @since 2.7.0
6666
*/
6767
@Parameter(property = "license.skipCheckLicense", defaultValue = "false")
6868
private boolean skipCheckLicense;

0 commit comments

Comments
 (0)