X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=version.properties;h=668657e96248cfea7ab6b983eab06ead4b86e928;hb=2da789c6b6210ba6c87ff7cdc7c9818a668e5c23;hp=04a32dea2d98f09d4559f88d4cb2a2f5ea7df046;hpb=b444334ec9d80aabb6dc7cefae1f2dfd3dd62577;p=policy%2Fdrools-applications.git diff --git a/version.properties b/version.properties index 04a32dea2..668657e96 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=1 -minor=1 -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=1 +minor=4 +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