aboutsummaryrefslogtreecommitdiffstats
path: root/version.properties
diff options
context:
space:
mode:
authorJerry Flood <jf9860@att.com>2017-03-28 17:51:09 -0400
committerJerry Flood <jf9860@att.com>2017-03-28 17:51:25 -0400
commitaaf409a0fe79f6a84b62582d2e340cd89b592fdf (patch)
treebd9f66b3a2bd148d01c69e9b35f281c794f1923c /version.properties
parent4345ded819aa66219e21377550e0ae3c6e9534ac (diff)
Add version.properties to provide tag to build
Change-Id: Ieec2ee621199fcaa3977d3e38aa1bf8eaeec9fa7 Signed-off-by: Jerry Flood <jf9860@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..51f0d0d1
--- /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=1
+minor=1
+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
+tags="latest"