From b90039ec4317cc0095a46b8f845b7e1250089ffa Mon Sep 17 00:00:00 2001 From: AvinashS Date: Mon, 18 Sep 2017 06:54:17 +0000 Subject: Add version.properties for validation Add the version file for daily build Change-Id: I0b9d38ce5bc86da854272ef3149c5f6ac10fbce8 IssueId: VNFSDK-88 Signed-off-by: AvinashS --- version.properties | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 version.properties (limited to 'version.properties') 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 -- cgit 1.2.3-korg