X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fautorelease%2Fversion-bump.sh;h=a4844be2662f65a8e58b5c2d57b148db39c97b8e;hb=6cb16c54a3a7e67cf1669767c53ad8f99de5d901;hp=682d0fb6d292886e61ed343885b92a0f024ca417;hpb=d07556fe6e126c6f010c0bfff0246b67a9437353;p=releng%2Fbuilder.git diff --git a/jjb/autorelease/version-bump.sh b/jjb/autorelease/version-bump.sh index 682d0fb6d..a4844be26 100644 --- a/jjb/autorelease/version-bump.sh +++ b/jjb/autorelease/version-bump.sh @@ -58,6 +58,11 @@ if [ "$BRANCH_CUT" = "false" ]; then fi lftools version bump "$RELEASE_TAG" +# Ignore changes to Final distribution since that will be released separately +pushd integration/distribution || true + git checkout -f opendaylight/pom.xml || true +popd || true + git submodule foreach "git commit -asm 'Bump versions by x.y.(z+1)'" # Only submodules need to be bumped, we can ignore autorelease's bump information git checkout -f