diff options
author | zhangab <zhanganbing@chinamobile.com> | 2018-09-24 00:11:54 +0800 |
---|---|---|
committer | zhangab <zhanganbing@chinamobile.com> | 2018-09-24 00:11:57 +0800 |
commit | 84a9ea31d47686afd44d0aaa857b8a5ea64bd373 (patch) | |
tree | 2d23510e89dc724b56ebe55b2b5a2c3ec7c705da /version.properties | |
parent | e4d722088aaaca05d680ebb160b358ef623f3062 (diff) |
Fix docker build error for usecase-ui-server
Change-Id: I4f08e076216caeb7fb50bb9fe37a7acc4d58c5df
Issue-ID: USECASEUI-152
Signed-off-by: zhangab <zhanganbing@chinamobile.com>
Diffstat (limited to 'version.properties')
-rw-r--r-- | version.properties | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/version.properties b/version.properties index 55fbf441..faf06bbb 100644 --- a/version.properties +++ b/version.properties @@ -3,8 +3,8 @@ # because they are used in Jenkins, whose plug-in doesn't support major=1 -minor=1 -patch=1 +minor=2 +patch=0 base_version=${major}.${minor}.${patch} |