X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=version.properties;h=e6fc35ba6c550d91f56499e87c5d46775cbb37f6;hb=3c2e0329f9c4044116cdb50c69c4a9f5bb16aae1;hp=34fcd9b11cc8a547fb6d7988f5ebc48e0d2df960;hpb=504d5c7f408b8f4ec0eb6738283acda4ddf4ccb9;p=oparent.git diff --git a/version.properties b/version.properties index 34fcd9b..e6fc35b 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=1 -patch_version=1 +major_version=1 +minor_version=2 +patch_version=2 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