diff options
author | MukeshKumar <mukeshsharma@est.tech> | 2021-02-02 15:42:04 +0000 |
---|---|---|
committer | Mukesh <mukeshsharma@est.tech> | 2021-02-03 12:36:36 +0000 |
commit | 10183e8c2626f69d0cee4a8167d1a92017859a35 (patch) | |
tree | 51fea3043687b27e5f06829966ecdfda5ca123e7 /version.properties | |
parent | d4b2fa6c8e680c2726a4484aab5891255b185196 (diff) |
Adding license,parent POM,readme and version files
Change-Id: If6b034be635e4cd7bbfb9b7339d2bdb12654e283
Issue-ID: SO-3487
Signed-off-by: Mukesh <mukeshsharma@est.tech>
Diffstat (limited to 'version.properties')
-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..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 |