wgtmac commented on code in PR #3297: URL: https://github.com/apache/parquet-java/pull/3297#discussion_r2314058343
########## dev/prepare-release.sh: ########## @@ -39,6 +39,6 @@ new_development_version="$release_version-SNAPSHOT" tag="apache-parquet-$release_version-rc$2" ./mvnw release:clean -./mvnw release:prepare -DskipTests -Darguments=-DskipTests -Dtag="$tag" "-DreleaseVersion=$release_version" -DdevelopmentVersion="$new_development_version" +./mvnw release:prepare -Pvector-plugins -DskipTests -Darguments=-DskipTests -Dtag="$tag" "-DreleaseVersion=$release_version" -DdevelopmentVersion="$new_development_version" Review Comment: It is a separate discussion to include vector-plugins in the release. Perhaps we can go with `./mvnw versions:set -DgenerateBackupPoms=false -DnewVersion=$release_version` proposed by @pan3793 -- 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]
