summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorseshukm <seshu.kumar.m@huawei.com>2021-02-25 05:13:34 +0530
committerseshukm <seshu.kumar.m@huawei.com>2021-02-25 05:13:34 +0530
commiteff98a49b754aff3162408ee50fc6d9a52854d6f (patch)
tree25c8b2f1d9fa0e7fc28ef15f67e14df9e54f36e3
parentd78fcd674a6e175f308715e329ba0a71afa9e81f (diff)
update the version for the oof-adapter
Issue-ID: SO-2765 Signed-off-by: seshukm <seshu.kumar.m@huawei.com> Change-Id: I7cc4f2a624d10b79fe0d4b72869203fa7fd26b67
-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