Merge branch 'v6' into feature/v6/pipeline-queue

This commit is contained in:
dordsor21 2020-07-23 18:06:45 +01:00
commit 41c4018a27
No known key found for this signature in database
GPG Key ID: 1E53E88969FFCF0B

View File

@ -30,8 +30,8 @@ ext {
git = Grgit.open(dir: new File(rootDir.toString() + "/.git"))
}
def ver = "5.12.5"
def versuffix = ""
def ver = "6.0.0"
def versuffix = "SUPER-SNAPSHOT"
ext {
if (project.hasProperty("versionsuffix")) {
versuffix = "-$versionsuffix"