X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=vid-app-common%2Fversion.properties;h=055bbb1ef053bf20b127c5bf3997e37777706798;hb=f31dd5a7446ad4d692d2cdb6af4eba662e3925e3;hp=e2595ba14c932d19f02efe8ecb4e04901e1ea36f;hpb=f88fada056b2a2ec9811b5feca5cf5b43e9786e0;p=vid.git diff --git a/vid-app-common/version.properties b/vid-app-common/version.properties old mode 100644 new mode 100755 index e2595ba14..055bbb1ef --- 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=1 -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=6 +minor=0 +patch=4 + +base_version=${major}.${minor}.${patch} + +# Release must be completed with git revision # in Jenkins +release_version=${base_version} +snapshot_version=${base_version}-SNAPSHOT