update the version for the cnf adapter 34/118334/1
authorseshukm <seshu.kumar.m@huawei.com>
Wed, 24 Feb 2021 04:06:59 +0000 (09:36 +0530)
committerseshukm <seshu.kumar.m@huawei.com>
Wed, 24 Feb 2021 04:07:53 +0000 (09:37 +0530)
Issue-ID: SO-2765

Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
Change-Id: I0bbcacd9d9ebaeb11fe4598bbcd8c6e543f171d9

version.properties [new file with mode: 0644]

diff --git a/version.properties b/version.properties
new file mode 100644 (file)
index 0000000..013f1ac
--- /dev/null
@@ -0,0 +1,13 @@
+# Versioning variables\r
+# Note that these variables cannot be structured (e.g. : version.release or version.snapshot etc... )\r
+# because they are used in Jenkins, whose plug-in doesn't support\r
+\r
+major=1\r
+minor=8\r
+patch=1\r
+\r
+base_version=${major}.${minor}.${patch}\r
+\r
+# Release must be completed with git revision # in Jenkins\r
+release_version=${base_version}\r
+snapshot_version=${base_version}-SNAPSHOT\r