aboutsummaryrefslogtreecommitdiffstats
path: root/version.properties
diff options
context:
space:
mode:
authorUbuntu <lji@research.att.com>2017-02-23 02:58:37 +0000
committerUbuntu <lji@research.att.com>2017-02-23 02:58:37 +0000
commit47c63f05a06da285a1b6d772e5907f718ca5184c (patch)
tree2aeb220cae094c4c5acc83df821a38e4ccf5512a /version.properties
parent0de2386d38156d8b9a42b379f4791a7fd9cef469 (diff)
version and staging
Change-Id: I633dad1076989eed8fc73dc2c3f83392d161c6eb Signed-off-by: Ubuntu <lji@research.att.com>
Diffstat (limited to 'version.properties')
-rw-r--r--version.properties11
1 files changed, 11 insertions, 0 deletions
diff --git a/version.properties b/version.properties
new file mode 100644
index 0000000..35d03a3
--- /dev/null
+++ b/version.properties
@@ -0,0 +1,11 @@
+# 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