diff options
author | HuabingZhao <zhao.huabing@zte.com.cn> | 2017-08-08 09:45:55 +0800 |
---|---|---|
committer | HuabingZhao <zhao.huabing@zte.com.cn> | 2017-08-08 09:51:32 +0800 |
commit | 43981f4cac21b9541d9b3ca3bee79804ff15d9bf (patch) | |
tree | a72f5d3252a6ae0bb5c9e2b621526127cf67aa55 /version.properties | |
parent | 11ebf660c52087c5aa58d33fe8e114c351d8c341 (diff) |
add version.properties to solve jenkins issue
Issue-Id: MSB-17
Change-Id: Ic638b5ede59541600bfd18101c7400423bc937fe
Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
Diffstat (limited to 'version.properties')
-rw-r--r-- | version.properties | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/version.properties b/version.properties new file mode 100644 index 0000000..2ddebb3 --- /dev/null +++ b/version.properties @@ -0,0 +1,6 @@ +major=1 +minor=0 +patch=0 +base_version=${major}.${minor}.${patch} +release_version=${base_version} +snapshot_version=${base_version}-SNAPSHOT |