From: Pamela Dragosh Date: Wed, 11 Mar 2020 17:09:09 +0000 (-0400) Subject: version.properties not updated 3.0.1 X-Git-Tag: 3.0.1~1 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=oparent.git;a=commitdiff_plain;h=295e70d496517d5e4f7144807ce6295315b4c81e version.properties not updated 3.0.1 Before we can release oparent, this file needs to match the pom.xml release for the release job to succeed. We forgot to get this in the bump of the patch. Issue-ID: INT-1481 Change-Id: I7b8900abde05e96c4a1ce9ec8f7007eb7b9ff367 Signed-off-by: Pamela Dragosh --- diff --git a/version.properties b/version.properties index ddc6dd8..9ef04d6 100644 --- a/version.properties +++ b/version.properties @@ -5,7 +5,7 @@ major_version=3 minor_version=0 -patch_version=0 +patch_version=1 base_version=${major_version}.${minor_version}.${patch_version}