From a2c544de543343ad4135f0419f1548ed1cf502cb Mon Sep 17 00:00:00 2001 From: Idan Amit Date: Thu, 19 Jul 2018 12:05:50 +0300 Subject: sdc-pubsub first commit Committed sdc-pubsub code for the first time to LF repo Change-Id: I1e26f7fe8b2f1747169e3101e0705d1c89d3f56b Issue-ID: SDC-1537 Signed-off-by: Idan Amit --- 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..66914f1 --- /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=14 + +base_version=${major}.${minor}.${patch} + +release_version=${base_version} +snapshot_version=${base_version}-SNAPSHOT -- cgit 1.2.3-korg