summaryrefslogtreecommitdiffstats
path: root/version.properties
diff options
context:
space:
mode:
authorChris Donley <christopher.donley@huawei.com>2018-03-26 17:43:36 -0700
committerChris Donley <christopher.donley@huawei.com>2018-03-26 17:43:36 -0700
commitfec86afca1c91fef717f2ab09555ff9f29956bb8 (patch)
tree2d9bed24017732be635850c2406cc7d645d70f1b /version.properties
parent628dd1bb98a25508f6fae41fe4ab249338abf53b (diff)
Fix ves-agent variable issue
Move version.properties to top-level directory to fix the build Issue-ID: VNFSDK-230 Change-Id: Ia186c487a4c5811af3af236dd92e5fafa92310df Signed-off-by: Chris Donley <christopher.donley@huawei.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..0424f62
--- /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=1
+patch=0
+
+base_version=${major}.${minor}.${patch}
+
+release_version=${base_version}
+snapshot_version=${base_version}-SNAPSHOT