summaryrefslogtreecommitdiffstats
path: root/version.properties
diff options
context:
space:
mode:
authorda490c <dave.adams@amdocs.com>2018-03-28 14:31:48 -0400
committerda490c <dave.adams@amdocs.com>2018-03-28 14:41:07 -0400
commitb505658d523507b2aa8eec564b599ce1e2b1956a (patch)
tree62684f7df224986540506f798a3cb868a0a458eb /version.properties
parenta0727ffb7ee413d56f0b969c8f47861510ee8d98 (diff)
Adding support for Spring-Boot SSL
Issue-ID: AAI-599 Change-Id: I55ea44c3af3631b9ff3ae72e65f663870a199973 Signed-off-by: da490c <dave.adams@amdocs.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..faf06bb
--- /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=2
+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