Add the version properties 37/60637/1
authorKajur, Harish (vk250x) <vk250x@att.com>
Tue, 14 Aug 2018 23:40:29 +0000 (19:40 -0400)
committerKajur, Harish (vk250x) <vk250x@att.com>
Tue, 14 Aug 2018 23:40:52 +0000 (19:40 -0400)
Issue-ID: AAI-1469
Change-Id: I71f9cb189628ebdbfde3a39fcc64c34edd8a420b
Signed-off-by: Kajur, Harish (vk250x) <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..49e2720
--- /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=0
+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