![JAR search and dependency download from the Maven repository](/logo.png)
com.itemis.maven.plugins.unleash.ReleasePhase Maven / Gradle / Ivy
package com.itemis.maven.plugins.unleash;
/**
* The different pahses of the release process which can be used to identify states of project artifacts.
*
* @author Stanley Hillner
* @since 1.0.0
*/
public enum ReleasePhase {
PRE_RELEASE, RELEASE, POST_RELEASE;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy