diff options
author | HuabingZhao <zhao.huabing@zte.com.cn> | 2017-08-08 09:36:23 +0800 |
---|---|---|
committer | HuabingZhao <zhao.huabing@zte.com.cn> | 2017-08-08 09:52:57 +0800 |
commit | 8bc8dbb7de49e66df4e6e7ce82e6584e01ee5091 (patch) | |
tree | b57a9ee692cd7dd3fa3e72325f7ff2641177f56c | |
parent | c4d013c5f4845cf6caefbeb56ecfbd59a1ac7761 (diff) |
solve the jenkins job issue
Issue-Id: MSB-17
Change-Id: I7bbf04db033c17a4d9ed9548fc6f469169ab79c8
Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
-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 |