X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=version.properties;h=1439fbe5df7f5d90d5483f7c8e86797f881ef557;hb=HEAD;hp=fb9d9ca76442e6447fb87c019b86a9bb25603314;hpb=c0b040c4542c2d9260dd3d10ba32bb7179bd0120;p=oparent.git diff --git a/version.properties b/version.properties index fb9d9ca..1439fbe 100644 --- a/version.properties +++ b/version.properties @@ -3,12 +3,12 @@ # 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_version=0 -minor_version=2 -patch_version=0 +major_version=3 +minor_version=3 +patch_version=4 base_version=${major_version}.${minor_version}.${patch_version} # Release must be completed with GIT information # in Jenkins release_version=${base_version} -snapshot_version=${base_version}-SNAPSHOT \ No newline at end of file +snapshot_version=${base_version}-SNAPSHOT