Fix update

This commit is contained in:
huangyuhui
2018-03-04 19:09:11 +08:00
parent 5656c9f351
commit 9ba6cddde7
5 changed files with 23 additions and 20 deletions

View File

@@ -18,7 +18,7 @@ if (buildnumber == null)
def versionroot = System.getenv("VERSION_ROOT")
if (versionroot == null)
versionroot = "3.0"
versionroot = "3.1"
String mavenVersion = versionroot + '.' + buildnumber
version = mavenVersion