summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChuanyu Chen <chenchuanyu@huawei.com>2021-02-24 06:04:32 +0000
committerGerrit Code Review <gerrit@onap.org>2021-02-24 06:04:32 +0000
commit2750511f493d3faae6a82bb0480932bc52a06ae9 (patch)
treea23b0a7b9451f380b701c0b31bcc482b88c99729
parent6abd395d3358feb0ba2a9e773cef30e34d9b42b8 (diff)
parent8b0ba67e9c18c93befb1415a7403c7ec9823c5b1 (diff)
Merge "update the version for the cnf adapter"
-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