add version.properties to solve jenkins issue 95/6895/1
authorHuabingZhao <zhao.huabing@zte.com.cn>
Tue, 8 Aug 2017 01:45:55 +0000 (09:45 +0800)
committerHuabingZhao <zhao.huabing@zte.com.cn>
Tue, 8 Aug 2017 01:51:32 +0000 (09:51 +0800)
Issue-Id: MSB-17
Change-Id: Ic638b5ede59541600bfd18101c7400423bc937fe
Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
version.properties [new file with mode: 0644]

diff --git a/version.properties b/version.properties
new file mode 100644 (file)
index 0000000..2ddebb3
--- /dev/null
@@ -0,0 +1,6 @@
+major=1
+minor=0
+patch=0
+base_version=${major}.${minor}.${patch}
+release_version=${base_version}
+snapshot_version=${base_version}-SNAPSHOT