summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorseshukm <seshu.kumar.m@huawei.com>2021-02-24 09:36:59 +0530
committerseshukm <seshu.kumar.m@huawei.com>2021-02-24 09:37:53 +0530
commit8b0ba67e9c18c93befb1415a7403c7ec9823c5b1 (patch)
treed62aee35143eabb9212ecc3466571574100bd499
parentf3fb496782163a2d3394a71e5af5c7083afcc9c0 (diff)
update the version for the cnf adapter
Issue-ID: SO-2765 Signed-off-by: seshukm <seshu.kumar.m@huawei.com> Change-Id: I0bbcacd9d9ebaeb11fe4598bbcd8c6e543f171d9
-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 0000000..013f1ac
--- /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=8
+patch=1
+
+base_version=${major}.${minor}.${patch}
+
+# Release must be completed with git revision # in Jenkins
+release_version=${base_version}
+snapshot_version=${base_version}-SNAPSHOT