diff options
author | Ittay Stern <ittay.stern@att.com> | 2019-05-29 10:19:25 +0300 |
---|---|---|
committer | Ittay Stern <ittay.stern@att.com> | 2019-06-05 12:18:53 +0300 |
commit | dd3ba9800ec14898f50858ecd67db0f9245ffc01 (patch) | |
tree | b33f0e413a85b19c8bc7de6069065163159d4190 /epsdk-app-onap/version.properties | |
parent | 4480a6cac93693cef4515a0f5588c58bbe270f06 (diff) |
Bump VID version to 5.0.0
Issue-ID: VID-296
Change-Id: I05f4122d9b150e70495d080eccc5cff6c90cb0d1
Signed-off-by: Ittay Stern <ittay.stern@att.com>
Diffstat (limited to 'epsdk-app-onap/version.properties')
-rw-r--r-- | epsdk-app-onap/version.properties | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/epsdk-app-onap/version.properties b/epsdk-app-onap/version.properties index 9723960f3..295674ed8 100644 --- a/epsdk-app-onap/version.properties +++ b/epsdk-app-onap/version.properties @@ -1,13 +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=4
-minor=0
-patch=0
-
-base_version=${major}.${minor}.${patch}
-
-# Release must be completed with git revision # in Jenkins
-release_version=${base_version}
-snapshot_version=${base_version}-SNAPSHOT
+# 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=5 +minor=0 +patch=0 + +base_version=${major}.${minor}.${patch} + +# Release must be completed with git revision # in Jenkins +release_version=${base_version} +snapshot_version=${base_version}-SNAPSHOT |