From 10183e8c2626f69d0cee4a8167d1a92017859a35 Mon Sep 17 00:00:00 2001 From: MukeshKumar Date: Tue, 2 Feb 2021 15:42:04 +0000 Subject: Adding license,parent POM,readme and version files Change-Id: If6b034be635e4cd7bbfb9b7339d2bdb12654e283 Issue-ID: SO-3487 Signed-off-by: Mukesh --- 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..11f0383 --- /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=8 +patch=0 + +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