summaryrefslogtreecommitdiffstats
path: root/version.properties
diff options
context:
space:
mode:
authortalasila <talasila@research.att.com>2017-03-22 16:27:30 -0400
committertalasila <talasila@research.att.com>2017-03-22 16:27:49 -0400
commitc0bf57c3885f08dc41efd1f6adf3f0a75d0f30bf (patch)
tree95a12c163b00c601857102b872106badc67a6021 /version.properties
parentab13dda53c02c5504e24e829181d6ea93409b742 (diff)
version file added
Change-Id: Ie493eb10c80a8360ccf3c04f5c237789aa2189c3 Signed-off-by: talasila <talasila@research.att.com>
Diffstat (limited to 'version.properties')
-rw-r--r--version.properties13
1 files changed, 13 insertions, 0 deletions
diff --git a/version.properties b/version.properties
new file mode 100644
index 0000000..5128787
--- /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=1
+minor=0
+patch=0
+
+base_version=${major}.${minor}.${patch}
+
+# Release must be completed with git revision # in Jenkins
+release_version=${base_version}
+snapshot_version=${base_version}-SNAPSHOT