summaryrefslogtreecommitdiffstats
path: root/version.properties
diff options
context:
space:
mode:
authorshentao <shentao@chinamobile.com>2017-09-01 19:57:44 +0800
committershentao <shentao@chinamobile.com>2017-09-01 19:57:58 +0800
commitc8257c6d9b1883161cc5abd8359e6fc247c66ed1 (patch)
tree5078f414f377eedb3232f4110e9100576652fe0b /version.properties
parent57dbba269d19bc59fad89160200bb2dbcccb9003 (diff)
Modify pom file for merge error
Change-Id: I5cbc754aba8d528f097aa04a00ff204f9d406d25 Issue-Id: USECASEUI-6 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