X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=version.properties;h=1e7cfeff2f4c6ff07de85af073da14716ac04dcb;hb=2e737e6c37a579065d4e56ab470fd54b1ba1d64f;hp=af11c22b73bad3b19db9b8369a9370c4a972bf97;hpb=ba460267210f7978a440074fcb46a501bfa0b480;p=dmaap%2Fdatarouter.git diff --git a/version.properties b/version.properties index af11c22b..1e7cfeff 100644 --- a/version.properties +++ b/version.properties @@ -25,12 +25,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=1 -minor=1 -patch=0 +major=2 +minor=0 +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 \ No newline at end of file +snapshot_version=${base_version}-SNAPSHOT