Skip to content

Commit

Permalink
Fix @SInCE
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-o committed Mar 17, 2023
1 parent e2006ed commit 8c19cdc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ public class BranchReleaseMojo extends AbstractScmReleaseMojo {
/**
* Optional config for the VersionPolicy implementation used to calculate the project versions.
*
* @since 3.0.0-M8
* @since 3.0.0
*/
@Parameter(property = "projectVersionPolicyConfig")
private XmlPlexusConfiguration projectVersionPolicyConfig;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ public class PrepareReleaseMojo extends AbstractScmReleaseMojo {
/**
* Optional config for the VersionPolicy implementation used to calculate the project versions.
*
* @since 3.0.0-M8
* @since 3.0.0
*/
@Parameter(property = "projectVersionPolicyConfig")
private XmlPlexusConfiguration projectVersionPolicyConfig;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ public class UpdateVersionsMojo extends AbstractReleaseMojo {
/**
* Optional config for the VersionPolicy implementation used to calculate the project versions.
*
* @since 3.0.0-M8
* @since 3.0.0
*/
@Parameter(property = "projectVersionPolicyConfig")
private XmlPlexusConfiguration projectVersionPolicyConfig;
Expand Down

0 comments on commit 8c19cdc

Please sign in to comment.