summaryrefslogtreecommitdiffstats
path: root/version.properties
diff options
context:
space:
mode:
authorJimmy Forsyth <jf2512@att.com>2017-03-01 16:35:00 -0500
committerJimmy Forsyth <jf2512@att.com>2017-03-01 16:35:00 -0500
commit9ef101218c9e9ce382fd2f17c226df7c4ae1a721 (patch)
tree9c7968cf13de306d38ed234b1b76b799bcbe7b2c /version.properties
parenteba42e1c1e2d8e237d9af03374136511de5fd280 (diff)
[OS-144] Setting up staging repo
Change-Id: I351504f2aed77831542c479e09dfa03a91743eb2 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 0000000..2391453
--- /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=2
+
+base_version=${major}.${minor}.${patch}
+
+# Release must be completed with git revision # in Jenkins
+release_version=${base_version}
+snapshot_version=${base_version}-SNAPSHOT