Switch to CountDownLatch

This commit is contained in:
huangyuhui
2016-03-05 13:23:16 +08:00
parent 5d4a3c1df6
commit 7c2cfc171e
2 changed files with 12 additions and 16 deletions

View File

@@ -30,7 +30,7 @@ if (buildnumber == null)
def versionroot = System.getenv("VERSION_ROOT")
if (versionroot == null)
versionroot = "0.8.6"
versionroot = "0.8.7"
String mavenGroupId = 'HMCSM'
String mavenVersion = versionroot + '.' + buildnumber