diff options
author | seshukm <seshu.kumar.m@huawei.com> | 2021-02-25 05:20:02 +0530 |
---|---|---|
committer | seshukm <seshu.kumar.m@huawei.com> | 2021-02-25 05:20:53 +0530 |
commit | 926abdff97eac6aaa248423d7de6b097a04802b1 (patch) | |
tree | b0578a67ab288e2190a46c937e47918c91831ae0 | |
parent | d0a7bb2df0a943b0da04044eecbe9b1e8c9729d0 (diff) |
fix the build issue
Issue-ID: SO-2765
Change-Id: I5d55b642affb3c75d2e7a40534c7b434fd54bf59
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
Change-Id: I8dfc496e16ee4a9e278ff584984cf3e36b2fe562
-rw-r--r-- | version.properties | 13 |
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
|