summaryrefslogtreecommitdiffstats
path: root/version.properties
diff options
context:
space:
mode:
authorVenkata Harish K Kajur <vk250x@att.com>2017-05-12 16:48:35 -0400
committerVenkata Harish K Kajur <vk250x@att.com>2017-05-12 16:49:38 -0400
commit96bf8c7b86bbf3350edcedcd19ad4dff97e62bb7 (patch)
treec7a20b38044e03e36512fb517922038a4aaa4656 /version.properties
parent3edff944047a20881c5d5e485e4752be456ef516 (diff)
Update license files, sonar plugin and fix tests
Change-Id: If25f0890de84b4a6a001fd669de3d6e0241a474c Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
Diffstat (limited to 'version.properties')
-rw-r--r--version.properties14
1 files changed, 14 insertions, 0 deletions
diff --git a/version.properties b/version.properties
new file mode 100644
index 00000000..abe15cf1
--- /dev/null
+++ b/version.properties
@@ -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