Skip to content

Commit

Permalink
change @SInCE to 3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hgschmie committed Sep 4, 2023
1 parent 77a0514 commit 5147fbd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public class AddResourceMojo extends AbstractAddResourceMojo {
/**
* Skip plugin execution.
*
* @since 3.4.1
* @since 3.5.0
*/
@Parameter(property = "buildhelper.addresource.skip", defaultValue = "false")
private boolean skip;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public class AddSourceMojo extends AbstractMojo {
/**
* Skip plugin execution.
*
* @since 3.4.1
* @since 3.5.0
*/
@Parameter(property = "buildhelper.addsource.skip", defaultValue = "false")
private boolean skip;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public class AddTestResourceMojo extends AbstractAddResourceMojo {
/**
* Skip plugin execution.
*
* @since 3.4.1
* @since 3.5.0
*/
@Parameter(property = "buildhelper.addtestresource.skip", defaultValue = "false")
private boolean skip;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public class AddTestSourceMojo extends AbstractMojo {
/**
* Skip plugin execution.
*
* @since 3.4.1
* @since 3.5.0
*/
@Parameter(property = "buildhelper.addtestsource.skip", defaultValue = "false")
private boolean skip;
Expand Down

0 comments on commit 5147fbd

Please sign in to comment.