summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMoshe <moshehoa@amdocs.com>2018-04-01 09:14:36 +0300
committerMoshe <moshehoa@amdocs.com>2018-04-01 09:16:48 +0300
commit72fe7f073a5bd989b8fc3f6a45a67ec7adc7efd5 (patch)
tree42cf29a5f3c0ace5a1312f488529e4002305fc62
parent4e0a60741c8a6e0387ec3d18fcf0b41def8fcb86 (diff)
add version.properties
Issue-ID: VNFSDK-183 Change-Id: I0d955e51e3cd1465f07dfcc6c799f44ca8ac3b8b Signed-off-by: Moshe <moshehoa@amdocs.com>
-rw-r--r--version.properties12
1 files changed, 12 insertions, 0 deletions
diff --git a/version.properties b/version.properties
new file mode 100644
index 0000000..2fb9e44
--- /dev/null
+++ b/version.properties
@@ -0,0 +1,12 @@
+# 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_version=${base_version}
+snapshot_version=${base_version}-SNAPSHOT