summaryrefslogtreecommitdiffstats
path: root/version.properties
diff options
context:
space:
mode:
authorxuegao <xue.gao@intl.att.com>2022-11-04 09:44:25 +0100
committerxuegao <xue.gao@intl.att.com>2022-11-04 09:44:25 +0100
commit5e3610cac7331e95cd76bec4fd5253ef743915cf (patch)
tree5c040a7f9ae3cd172ad81c6717175e508baf42a8 /version.properties
parent347b1c864daea16f2f25bd4aafee6dc3a3ee13cb (diff)
Dockerizing simulators
Enable docker push and add version.properties for jenkins. Issue-ID: INT-2162 Signed-off-by: xuegao <xue.gao@intl.att.com> Change-Id: Id4fbb04a76dbdd43498228aecf66eddbc94a9dc9
Diffstat (limited to 'version.properties')
-rw-r--r--version.properties11
1 files changed, 11 insertions, 0 deletions
diff --git a/version.properties b/version.properties
new file mode 100644
index 0000000..7af8fca
--- /dev/null
+++ b/version.properties
@@ -0,0 +1,11 @@
+###########################################################
+# 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=0
+minor=0
+patch=1
+base_version=${major}.${minor}.${patch}
+release_version=${base_version}
+snapshot_version=${base_version}-SNAPSHOT