From 5cc8f3f6a5f57ef530daae0cf5de145f02e15fa7 Mon Sep 17 00:00:00 2001 From: xudan16 Date: Wed, 6 Jul 2022 10:37:42 +0800 Subject: Init UUI Intent analysis repo Signed-off-by: xudan16 Issue-ID: USECASEUI-691 Change-Id: Id1346c0c424f9ea0fb577b7510239191a121f2fb --- 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..c89baa3 --- /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=0 +minor=0 +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 -- cgit 1.2.3-korg