diff options
author | Byung-Woo Jun <byung-woo.jun@est.tech> | 2021-02-25 05:31:12 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-02-25 05:31:12 +0000 |
commit | 61f0b4cf034edb32dac83e40c455963377968f35 (patch) | |
tree | 7f149593fd8d4b043569232e3163948605e99b26 | |
parent | c9946b85204b45bd1a13a7799a83f027529338c9 (diff) | |
parent | eff98a49b754aff3162408ee50fc6d9a52854d6f (diff) |
Merge "update the version for the oof-adapter"
-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
|