aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPamela Dragosh <pdragosh@research.att.com>2017-08-17 19:31:37 -0400
committerPamela Dragosh <pdragosh@research.att.com>2017-08-17 19:31:59 -0400
commita0ac6add0bf32d9c3706ca66d6934c05b08b6c16 (patch)
tree74082ef2da5c52c086773429ead4e92387a8558a
parent3c8b5be7267ebfcd4670ca57df68fee1cf4848f5 (diff)
Add version.properties
Need this for deploy. Issue-Id: POLICY-139 Change-Id: I6751df8fa8ee112f0708928e8b4f37529ba28069 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
-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..7f86aa1
--- /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