diff options
author | HuabingZhao <zhao.huabing@zte.com.cn> | 2017-09-06 09:17:43 +0800 |
---|---|---|
committer | HuabingZhao <zhao.huabing@zte.com.cn> | 2017-09-06 09:19:14 +0800 |
commit | 06ae19f849c50733f5ee3ddd825e6e845d2f67cb (patch) | |
tree | 32cf1809787b04aed337239b97044367584025d1 | |
parent | acbfa0581a27a09de3fe4a4e80714c3603fbe381 (diff) |
fix registrator daily builid job
Issue-Id: OOM-266
Change-Id: I2868c16282bcffe0dbc906c875b7d6ab38d46837
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 |