aboutsummaryrefslogtreecommitdiffstats
path: root/version.properties
diff options
context:
space:
mode:
authorCarsten Lund <lund@research.att.com>2017-02-26 12:10:46 +0000
committerCarsten Lund <lund@research.att.com>2017-02-26 12:12:29 +0000
commit77adcf5144eb5c946d5d6bdb6765b12d286457ff (patch)
tree359cb9cfa7d565ce096ee8a5c3b0f3ef538b2804 /version.properties
parentb325c948f0e321fd97db652b4bdc2d7a7f2dcee6 (diff)
Fixes POMs for release job
Change-Id: I0fa0baa7a04c05c9aa8474ace2a9d52bea2d0fb0 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..c0f2742
--- /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