summaryrefslogtreecommitdiffstats
path: root/huawei/version.properties
diff options
context:
space:
mode:
authoryangyan <yangyanyj@chinamobile.com>2017-10-12 04:47:33 +0800
committeryangyan <yangyanyj@chinamobile.com>2017-10-12 04:47:41 +0800
commitdec68a16d5637fc4c90657d8ea9a5ea23963b936 (patch)
tree3e94c999e713bf9cf347f79afe4fdeba738371fb /huawei/version.properties
parente0433c325ed7dd179b5b84206818732235858947 (diff)
Update the version.property file directory
Issue-ID: VFC-515 Change-Id: I40b628825434c526bf47980179d321d43449ddfb Signed-off-by: yangyan <yangyanyj@chinamobile.com>
Diffstat (limited to 'huawei/version.properties')
-rw-r--r--huawei/version.properties13
1 files changed, 13 insertions, 0 deletions
diff --git a/huawei/version.properties b/huawei/version.properties
new file mode 100644
index 00000000..0a53751c
--- /dev/null
+++ b/huawei/version.properties
@@ -0,0 +1,13 @@
+###########################################################
+# Versioning variables
+# Note that these variables cannot be structured (e.g. : version.release or version.snapshot etc... )
+# because they are used in Jenkins, whose plug-in doesn't support
+
+major=1
+minor=0
+patch=0
+
+base_version=${major}.${minor}.${patch}
+
+release_version=${base_version}
+snapshot_version=${base_version}-SNAPSHOT \ No newline at end of file