Fokko commented on code in PR #3305: URL: https://github.com/apache/parquet-java/pull/3305#discussion_r2317884025
########## dev/finalize-release: ########## @@ -34,7 +34,7 @@ rc_tag="$release_tag-rc$2" new_development_version="$3-SNAPSHOT" git tag -am "Release Apache Parquet $release_version" "$release_tag" "$rc_tag" -./mvnw --batch-mode -Pvector-plugins release:update-versions -DdevelopmentVersion="$new_development_version" Review Comment: Ah, got it. Yes, that would be nice. Less maven profiles is more :) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
