diff options
author | AvinashS <avinash.s@huawei.com> | 2017-09-18 06:54:17 +0000 |
---|---|---|
committer | AvinashS <avinash.s@huawei.com> | 2017-09-18 06:54:17 +0000 |
commit | b90039ec4317cc0095a46b8f845b7e1250089ffa (patch) | |
tree | 70601573615b07dce00a06d37aa396e913922251 | |
parent | f5cd1fa79a74f2e2cbb9825257f0535af303da80 (diff) |
Add version.properties for validation
Add the version file for daily build
Change-Id: I0b9d38ce5bc86da854272ef3149c5f6ac10fbce8
IssueId: VNFSDK-88
Signed-off-by: AvinashS <avinash.s@huawei.com>
-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..bf3f0bf --- /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=0 +patch=0 + +base_version=${major}.${minor}.${patch} + +release_version=${base_version} +snapshot_version=${base_version}-SNAPSHOT |