summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Donley <christopher.donley@huawei.com>2018-03-29 14:06:29 -0700
committerChris Donley <christopher.donley@huawei.com>2018-03-29 14:06:29 -0700
commit9b06f45268098a28f09e5c5e80e3b92a021ca268 (patch)
treeee23b0014c487d5de088cf63d7fcf4bf071c0f9d
parente37c8a832c724b907ff9ee1dd2c3d1ee6067f511 (diff)
Add version.properties filev1.0.0
Issue-ID: VNFSDK-178 Change-Id: I8ea40798bdfd5a5d8fdbb0a3a9092a942522ca96 Signed-off-by: Chris Donley <christopher.donley@huawei.com>
-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..bf3f0bf
--- /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_version=${base_version}
+snapshot_version=${base_version}-SNAPSHOT