Skip to content

Commit

Permalink
fix javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
hboutemy committed May 8, 2022
1 parent 81223fb commit bbfc0e3
Showing 1 changed file with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ public class PrepareReleaseMojo
/**
* Signs SCM tag when possible, for example when using the git-exe the '--sign' argument is used.
*
* @since 3.0.0-M5
* @since 3.0.0-M4
*/
@Parameter( property = "signTag" )
private boolean signTag = false;
Expand Down Expand Up @@ -244,7 +244,7 @@ public class PrepareReleaseMojo
* The role-hint for the {@link org.apache.maven.shared.release.policy.naming.NamingPolicy}
* implementation used to calculate the project branch and tag names.
*
* @since 3.0.0-M5
* @since 3.0.0-M1
* @see org.apache.maven.shared.release.policies.DefaultNamingPolicy
*/
@Parameter( property = "projectNamingPolicyId" )
Expand All @@ -264,7 +264,7 @@ public class PrepareReleaseMojo
* <li><code>releaseLabel</code> - The release version of the root project.
* </ul>
*
* @since 3.0.0-M5
* @since 3.0.0-M1
*/
@Parameter( defaultValue = "@{prefix} prepare release @{releaseLabel}", property = "scmReleaseCommitComment" )
private String scmReleaseCommitComment = "@{prefix} prepare release @{releaseLabel}";
Expand All @@ -283,7 +283,7 @@ public class PrepareReleaseMojo
* <li><code>releaseLabel</code> - The release version of the root project.
* </ul>
*
* @since 3.0.0-M5
* @since 3.0.0-M1
*/
@Parameter(
defaultValue = "@{prefix} prepare for next development iteration",
Expand All @@ -303,7 +303,7 @@ public class PrepareReleaseMojo
* <li>"extensions" or "4": resolve extension dependencies</li>
* </ul>
*
* @since 3.0.0-M5
* @since 3.0.0-M4
*/
@Parameter( property = "autoResolveSnapshots" )
private String autoResolveSnapshots;
Expand All @@ -312,7 +312,7 @@ public class PrepareReleaseMojo
* Currently only implemented with svn scm. Enable the {@code --pin-externals} option in
* {@code svn copy} command which is new in Subversion 1.9.
*
* @since 3.0.0-M5
* @since 3.0.0-M4
*/
@Parameter( defaultValue = "false", property = "pinExternals" )
private boolean pinExternals;
Expand All @@ -328,7 +328,7 @@ public class PrepareReleaseMojo
* <li><code>source</code> - Use the same line separator as it is specified in the current pom.xml.</li>
* </ul>
*
* @since 3.0.0
* @since 3.0.0-M6
*/
@Parameter( defaultValue = "source", property = "lineSeparator" )
private String lineSeparator;
Expand Down

0 comments on commit bbfc0e3

Please sign in to comment.