summaryrefslogtreecommitdiffstats
path: root/version.properties
diff options
context:
space:
mode:
authorshentao <shentao@chinamobile.com>2017-09-19 21:45:39 +0800
committershentao <shentao@chinamobile.com>2017-09-19 21:45:49 +0800
commitc4163c72a1ffb6742dd203e197f76fefe9baa9f9 (patch)
tree52b4d7f0537b5bae631f2a1f7da9d70f175e7632 /version.properties
parentf30715eae990be43e3a611fd566532a153ee0b0b (diff)
Upload usecase-ui server structure code
Change-Id: I33998aec716ea0400ed9429fc692e49a974a838c Issue-Id: USECASEUI-7 Signed-off-by: shentao <shentao@chinamobile.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