X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=vid-app-common%2Fversion.properties;h=5617b19cf5b70917cff54f49e25412e556f900a2;hb=048bd5e527128ab84a2725cd39761648b8ec9c62;hp=02144f0feec66930f25df8e64c5e5fc278ecbbaf;hpb=ba59d129d90f4a0b97f06d8da1594f29819c01fe;p=vid.git diff --git a/vid-app-common/version.properties b/vid-app-common/version.properties index 02144f0fe..5617b19cf 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=3 -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=6 +minor=0 +patch=5 + +base_version=${major}.${minor}.${patch} + +# Release must be completed with git revision # in Jenkins +release_version=${base_version} +snapshot_version=${base_version}-SNAPSHOT