diff options
author | liamfallon <liam.fallon@est.tech> | 2023-10-18 09:18:44 +0100 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2023-10-18 09:18:44 +0100 |
commit | e35557128acc34cc08790eb839b4c8740b4cd093 (patch) | |
tree | 35f199f41bc72c6ee603b37a3cd97b58beed76fe /integration/src/main | |
parent | a32f244bbb1596a70508dfd0cb63d9856bb5f2b1 (diff) |
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 <liam.fallon@est.tech>
Change-Id: I0d4f96cb3744d690c9f515f79a2585ab1af58bf8
Diffstat (limited to 'integration/src/main')
-rwxr-xr-x | integration/src/main/scripts/release/newReleaseSnapshots.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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" \ |