From: liamfallon Date: Wed, 18 Oct 2023 08:18:44 +0000 (+0100) Subject: Fix version.properties major version X-Git-Tag: 4.0.2~8 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=policy%2Fparent.git;a=commitdiff_plain;h=e35557128acc34cc08790eb839b4c8740b4cd093 Fix version.properties major version Fix version.properties major version *** This commit is generated by a PF release script *** Issue-ID: POLICY-4854 Signed-off-by: liamfallon Change-Id: I0d4f96cb3744d690c9f515f79a2585ab1af58bf8 --- diff --git a/integration/src/main/scripts/release/newReleaseSnapshots.sh b/integration/src/main/scripts/release/newReleaseSnapshots.sh index b80459b2..49277d11 100755 --- a/integration/src/main/scripts/release/newReleaseSnapshots.sh +++ b/integration/src/main/scripts/release/newReleaseSnapshots.sh @@ -186,7 +186,7 @@ do echo "set snapshot version of repo $repo in $repo_location/$repo/version.properties" $SED \ - -e "s/major=$major_version/minor=$new_major_version/" \ + -e "s/major=$major_version/major=$new_major_version/" \ -e "s/minor=$minor_version/minor=$new_minor_version/" \ -e "s/patch=$patch_version/patch=0/" \ "$repo_location/$repo/version.properties" \