aboutsummaryrefslogtreecommitdiffstats
path: root/version.properties
diff options
context:
space:
mode:
authorCarsten Lund <lund@research.att.com>2017-02-23 16:21:45 +0000
committerCarsten Lund <lund@research.att.com>2017-02-23 16:27:34 +0000
commita177df29f93e6bbda7f0b1a53cc6028dedfc629a (patch)
tree73f079b8da1e81867149435783a108cd0aa275a9 /version.properties
parentbcabeb2a7090ccb3fa5209fdbd40e4f1ba7ccd46 (diff)
Initial POM to handle staging
Change-Id: I73065168ff3853fa1ffe168fdf9494b4c67f2c3d Signed-off-by: Carsten Lund <lund@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