Include version.properties 42/79942/1
authorTschaen, Brendan <ctschaen@att.com>
Thu, 7 Mar 2019 20:41:19 +0000 (15:41 -0500)
committerTschaen, Brendan <ctschaen@att.com>
Thu, 7 Mar 2019 20:41:19 +0000 (15:41 -0500)
Change-Id: I823d2f98ea215cd8f027c386ac459da31e0cf5ea
Issue-ID: MUSIC-359
Signed-off-by: Tschaen, Brendan <ctschaen@att.com>
version.properties [new file with mode: 0755]

diff --git a/version.properties b/version.properties
new file mode 100755 (executable)
index 0000000..c89baa3
--- /dev/null
@@ -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