X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=version.properties;h=9b5686c72b396805afa224cd9ce9f590b408f832;hb=HEAD;hp=6a0ca5f327dd7e114eec58cd974a6c47cd533c23;hpb=e33819db51041c6b75b56ee3a8cfcaa849344989;p=vid.git diff --git a/version.properties b/version.properties index 6a0ca5f32..9b5686c72 100644 --- a/version.properties +++ b/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=2 -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=8 +minor=0 +patch=2 + +base_version=${major}.${minor}.${patch} + +# Release must be completed with git revision # in Jenkins +release_version=${base_version} +snapshot_version=${base_version}-SNAPSHOT