From e35557128acc34cc08790eb839b4c8740b4cd093 Mon Sep 17 00:00:00 2001 From: liamfallon Date: Wed, 18 Oct 2023 09:18:44 +0100 Subject: [PATCH] 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 --- integration/src/main/scripts/release/newReleaseSnapshots.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" \ -- 2.16.6