summaryrefslogtreecommitdiffstats
path: root/version.properties
diff options
context:
space:
mode:
authorJennie Jia <Jennie.Jia@amdocs.com>2018-07-11 15:20:49 +0000
committerJennie Jia <Jennie.Jia@amdocs.com>2018-07-16 17:24:51 +0000
commit3c066a8a54727684ed1e72f25cd6979221ad1eb6 (patch)
tree4a153b6b51134b21bbf1fd50de6ebffbfaddf1bb /version.properties
parent7216bebc1577320cef762a143d0ee8fda804e7c7 (diff)
Upstreaming the POMBA Audit Common Model
Issue-ID: LOG-569 Change-Id: Ib3dc4190d9f5f461fb5f0c50a30cfc45731c419b Signed-off-by: Jennie Jia <Jennie.Jia@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..cdcd1e9
--- /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