summaryrefslogtreecommitdiffstats
path: root/version.properties
diff options
context:
space:
mode:
authorKanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>2017-08-08 22:54:05 +0530
committerKanagaraj Manickam <kanagaraj.manickam@huawei.com>2017-08-08 17:37:38 +0000
commit733ba4e527e4560f927618bb1fbb957023539655 (patch)
tree26b40eb263b1c37688dd5c88f0acacc017e51f03 /version.properties
parentdb0dcf77f86199650a01afc8f460a4d31927f03c (diff)
Add version.properties
Helps to build the jenkins daily job CIMAN-17 Change-Id: I1eaecc00614870d6843d869090f75444349a3561 Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Diffstat (limited to 'version.properties')
-rw-r--r--version.properties13
1 files changed, 13 insertions, 0 deletions
diff --git a/version.properties b/version.properties
new file mode 100644
index 00000000..bf3f0bf1
--- /dev/null
+++ b/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