summaryrefslogtreecommitdiffstats
path: root/veslibrary
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 /veslibrary
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 'veslibrary')
-rw-r--r--veslibrary/ves_javalibrary/evel_javalib2/version.properties13
1 files changed, 0 insertions, 13 deletions
diff --git a/veslibrary/ves_javalibrary/evel_javalib2/version.properties b/veslibrary/ves_javalibrary/evel_javalib2/version.properties
deleted file mode 100644
index 0424f62..0000000
--- a/veslibrary/ves_javalibrary/evel_javalib2/version.properties
+++ /dev/null
@@ -1,13 +0,0 @@
-###########################################################
-# 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