aboutsummaryrefslogtreecommitdiffstats
path: root/version.properties
diff options
context:
space:
mode:
authorTschaen, Brendan <ctschaen@att.com>2019-03-07 15:41:19 -0500
committerTschaen, Brendan <ctschaen@att.com>2019-03-07 15:41:19 -0500
commitc521acf91ac6c76bc83015102624ed141d69dbf0 (patch)
treec2e74e60fdac7d48ac0f66e0cafd9610332416dd /version.properties
parent885a7bea8709bece6244990cbeba9b1cccc40ddc (diff)
Include version.properties
Change-Id: I823d2f98ea215cd8f027c386ac459da31e0cf5ea Issue-ID: MUSIC-359 Signed-off-by: Tschaen, Brendan <ctschaen@att.com>
Diffstat (limited to 'version.properties')
-rwxr-xr-xversion.properties13
1 files changed, 13 insertions, 0 deletions
diff --git a/version.properties b/version.properties
new file mode 100755
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