aboutsummaryrefslogtreecommitdiffstats
path: root/version.properties
diff options
context:
space:
mode:
authorPamela Dragosh <pdragosh@research.att.com>2018-05-25 09:22:38 -0400
committerPamela Dragosh <pdragosh@research.att.com>2018-05-26 06:26:06 -0400
commita965e2ee00e3be646ea3864365199e7ed28c3335 (patch)
tree3069b3e261038c343579fb854b516536036c95ec /version.properties
parent9428dac753d7af27cf300671bfb87884a88d416c (diff)
Setup policy/repository pom.xml
Point to policy/parent and correct version. Issue-ID: POLICY-871 Change-Id: Ie57a55b3856a9232ed8b83c059bfdc01fd4c9d79 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..a3ac0d9c
--- /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=2
+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