public class LiquibaseUtil
extends Object
-
-
Constructor Summary
Constructors
-
Method Summary
Return the configured build.version.
Return the build version for release builds and a more descriptive string for snapshot builds.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
DEV_VERSION
public static final String DEV_VERSION
- See Also:
-
-
Constructor Details
-
LiquibaseUtil
public LiquibaseUtil()
-
Method Details
-
getBuildVersion
public static String getBuildVersion()
Return the configured build.version. Will always be DEV_VERSION for non-release builds.
-
getBuildVersionInfo
public static String getBuildVersionInfo()
Return the build version for release builds and a more descriptive string for snapshot builds.
-
getBuildTime
public static String getBuildTime()
-
getBuildNumber
public static String getBuildNumber()