summaryrefslogtreecommitdiffstats
path: root/integration/src
diff options
context:
space:
mode:
Diffstat (limited to 'integration/src')
-rwxr-xr-xintegration/src/main/scripts/release/newReleaseSnapshots.sh2
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" \