Skip to content

Commit

Permalink
[JENKINS-51264] Noting @SInCE tags
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenc committed May 11, 2018
1 parent 5bd1ed8 commit 43cf451
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -123,13 +123,15 @@ public abstract class AbstractHpiMojo extends AbstractJenkinsMojo {
* to populate a property with the version and then use this configuration to provide the version.
*
* @see #failOnVersionOverrideToDifferentRelease
* @since 2.4
*/
@Parameter
protected String snapshotPluginVersionOverride;

/**
* Controls the safety check that prevents a {@link #snapshotPluginVersionOverride} from switching to a different
* release version.
* @since 2.4
*/
@Parameter(defaultValue = "true")
protected boolean failOnVersionOverrideToDifferentRelease = true;
Expand Down

0 comments on commit 43cf451

Please sign in to comment.