aboutsummaryrefslogtreecommitdiffstats
path: root/version.properties
diff options
context:
space:
mode:
authortalasila <talasila@research.att.com>2017-03-22 17:05:58 -0400
committertalasila <talasila@research.att.com>2017-03-22 17:06:12 -0400
commit27705479f8cc5e5eca6b588760a45bb86683f78e (patch)
treeef80c16e9c925331ad6f483d11c33198720605a7 /version.properties
parente0b3920d5e0ac4410be5e0240a90284fffd8b337 (diff)
gitignore added
Change-Id: Ie15ce501456a3f30c8d7b91cc7b85173d27652e3 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..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