rdblue commented on a change in pull request #3982:
URL: https://github.com/apache/iceberg/pull/3982#discussion_r794103038
##########
File path: dev/stage-binaries.sh
##########
@@ -18,5 +18,9 @@
# under the License.
#
-./gradlew -Prelease publishApachePublicationToMavenRepository
+FLINK_VERSIONS=1.12,1.13,1.14
+SPARK_VERSIONS=2.4,3.0,3.1,3.2
+HIVE_VERSIONS=2,3
+
+./gradlew -Prelease -DflinkVersions=$FLINK_VERSIONS
-DsparkVersions=$SPARK_VERSIONS -DhiveVersions=$HIVE_VERSIONS
publishApachePublicationToMavenRepository
Review comment:
Should we update `release` to set the versions automatically? I'm also
wondering if we should have a special "all" keyword that we can use to avoid
missing some.
--
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]