diff options
author | HuabingZhao <zhao.huabing@zte.com.cn> | 2017-08-30 09:01:08 +0800 |
---|---|---|
committer | HuabingZhao <zhao.huabing@zte.com.cn> | 2017-08-30 09:02:48 +0800 |
commit | c4c1fec2fa159fadf4057490ae3c4827fd951aa2 (patch) | |
tree | e9a1b783ccc461d3cdf6c0799916ca3ea535ae65 /version.properties | |
parent | 29674db1d9b7a062402b2e0a7a94b3be775c7cb9 (diff) |
Fix jenkins job
Change-Id: Iead56ef2bb9f240ed53c49e6960f650a46d3249c
Issue-Id: MSB-59
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 |