aboutsummaryrefslogtreecommitdiffstats
path: root/version.properties
diff options
context:
space:
mode:
authorJimmy Forsyth <jf2512@att.com>2017-03-02 16:54:27 -0500
committerJimmy Forsyth <jf2512@att.com>2017-03-02 16:54:27 -0500
commit1b7203386e3d89a2e07d8c0020a50bf247884dd0 (patch)
tree76692a9d2de523411118f15f4f35d5a61aa4fc61 /version.properties
parent8a302d3efbc5ce739d567823b1458704e9cc9e91 (diff)
[OS-144] Fixing repo block
Change-Id: I11ce2a367fed055aac47232e949d2d9042065df7 Signed-off-by: Jimmy Forsyth <jf2512@att.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 000000000..cdcd1e9ec
--- /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=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