v2.3.0 has been released and no longer needs to be hardcoded as -SNAPSHOT
This commit is contained in:
parent
dea12d200d
commit
cbbf80ca35
|
@ -111,7 +111,7 @@ public class VersionUtils {
|
|||
}
|
||||
|
||||
public static boolean isSnapshot(Version version) {
|
||||
if (Version.CURRENT.equals(version) || Version.V_2_3_0.equals(version)) {
|
||||
if (Version.CURRENT.equals(version)) {
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
|
|
Loading…
Reference in New Issue