X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=vid-app-common%2Fversion.properties;h=ce5339b648fafb316cb81c9f1b919953047a9d45;hb=2f60aa71dc51b6748ead045d363fd2f0d7f50286;hp=146a672feff3995f8ffe887a87367886baa0df7a;hpb=28ecadbbc8101e1b4a6b0bbdd7fd8d0b1e1d79b2;p=vid.git diff --git a/vid-app-common/version.properties b/vid-app-common/version.properties index 146a672fe..ce5339b64 100755 --- a/vid-app-common/version.properties +++ b/vid-app-common/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=1 -minor=2 -patch=1 - -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=6 +minor=0 +patch=3 + +base_version=${major}.${minor}.${patch} + +# Release must be completed with git revision # in Jenkins +release_version=${base_version} +snapshot_version=${base_version}-SNAPSHOT