diff options
author | Tait,Trevor(rt0435) <rtait@amdocs.com> | 2018-10-03 15:08:34 -0400 |
---|---|---|
committer | Mohammadreza Pasandideh <mohammadreza.pasandideh@amdocs.com> | 2018-10-09 15:36:22 -0400 |
commit | a2423cf3ba54da34bb865befd44d56bbb925a94b (patch) | |
tree | 6d4ac22b24f3f33087edc3e7c077ef3d6ad96469 /version.properties | |
parent | 2fb09922810847108464ba52e5b68907d5176e7a (diff) |
POMBA: SDNC Context Builder
Initial code for POMBA: SDNC Context Builder
Issue-ID: LOG-520
Change-Id: I6b06561b9050acc83b0c2b18b21c94f0f13f63e4
Signed-off-by: Tait,Trevor(rt0435) <rtait@amdocs.com>
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..cb43f0d --- /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=4
+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
|