aboutsummaryrefslogtreecommitdiffstats
path: root/version.properties
diff options
context:
space:
mode:
authorPamela Dragosh <pdragosh@research.att.com>2017-03-15 16:12:02 -0400
committerPamela Dragosh <pdragosh@research.att.com>2017-03-15 16:12:17 -0400
commit2fc2222ac3d420c93f6ce49bc0f3951e822d5342 (patch)
tree92bc814239a850f16b1fa01cc7c45555604a3f30 /version.properties
parent490a3705db001e2d5c022606eee71acd35d20ef5 (diff)
need version.properties
Change-Id: I0df86bbb80535584a89e46c8b4cfddca18d2c3bd Signed-off-by: Pamela Dragosh <pdragosh@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 00000000..7f86aa15
--- /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=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