diff options
-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" \ |