Skip to content

Commit

Permalink
[JENKINS-48365] Restrict InstallUtil#NEW_INSTALL_VERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-beck committed Dec 16, 2017
1 parent cfbc34e commit 2476d14
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/src/main/java/jenkins/install/InstallUtil.java
Expand Up @@ -70,6 +70,7 @@ public class InstallUtil {
private static final Logger LOGGER = Logger.getLogger(InstallUtil.class.getName());

// tests need this to be 1.0
@Restricted(NoExternalUse.class)
public static final VersionNumber NEW_INSTALL_VERSION = new VersionNumber("1.0");
private static final VersionNumber FORCE_NEW_INSTALL_VERSION = new VersionNumber("0.0");

Expand Down

0 comments on commit 2476d14

Please sign in to comment.