pan3793 commented on code in PR #3297: URL: https://github.com/apache/parquet-java/pull/3297#discussion_r2313124622
########## 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: does this command perform compile and upload jars? `vector-plugins` requires JDK 17 to build -- 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]
