aboutsummaryrefslogtreecommitdiffstats
path: root/version.properties
diff options
context:
space:
mode:
authorPamela Dragosh <pdragosh@research.att.com>2017-08-17 19:30:47 -0400
committerPamela Dragosh <pdragosh@research.att.com>2017-08-17 19:30:53 -0400
commit6f9a43d8c535c7689e7a53b0d956bcb0ede42462 (patch)
tree9c780a7bef15d921e489a82743a83c30db55fae7 /version.properties
parent788fe2cd31c84a7cc1996823f77a02d514a3c48a (diff)
Add version.properties
Need this for deploy Issue-Id: POLICY-139 Change-Id: I12fc57cd208c3566cf4cb3d1fc5d874bdd9f861a Signed-off-by: Pamela Dragosh <pdragosh@research.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 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