diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2017-09-01 12:45:12 -0700 |
---|---|---|
committer | Gary Wu <gary.i.wu@huawei.com> | 2017-09-01 12:45:12 -0700 |
commit | 632c23e1bc6772b4471f8de19c761aaca909956a (patch) | |
tree | 97d799da31e87f3a5a9315a6fbe5b519ee71d90f /version.properties | |
parent | b49dc6b5ba9b8c893dcdbbed296a6633cefbf906 (diff) |
Move version-check into integration repo
Change-Id: Id3d3140ca20500970e470ca9ea32ca7329a5b1b9
Issue-ID: INT-124
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
Diffstat (limited to 'version.properties')
-rw-r--r-- | version.properties | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/version.properties b/version.properties new file mode 100644 index 000000000..f841ab77d --- /dev/null +++ b/version.properties @@ -0,0 +1,14 @@ +########################################################### +# 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_version=0 +minor_version=1 +patch_version=0 + +base_version=${major_version}.${minor_version}.${patch_version} + +# Release must be completed with GIT information # in Jenkins +release_version=${base_version} +snapshot_version=${base_version}-SNAPSHOT
\ No newline at end of file |