[AAI-167 Amsterdam] Check in version properties 45/7445/1
authorVenkata Harish K Kajur <vk250x@att.com>
Mon, 14 Aug 2017 15:50:30 +0000 (11:50 -0400)
committerVenkata Harish K Kajur <vk250x@att.com>
Mon, 14 Aug 2017 15:50:56 +0000 (11:50 -0400)
file

Change-Id: I35b97c4e3222a2db8b7ccf005069462721d9b17e
Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
version.properties [new file with mode: 0644]

diff --git a/version.properties b/version.properties
new file mode 100644 (file)
index 0000000..abe15cf
--- /dev/null
@@ -0,0 +1,14 @@
+###########################################################
+# 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_version=1
+minor_version=1
+patch_version=0
+
+base_version=${major_version}.${minor_version}.${patch_version}
+
+# Release must be completed with GIT information # in Jenkins
+release_version=${base_version}
+snapshot_version=${base_version}-SNAPSHOT
\ No newline at end of file