lindong28 commented on code in PR #244:
URL: https://github.com/apache/flink-ml/pull/244#discussion_r1236512750


##########
tools/releasing/deploy_staging_jars.sh:
##########
@@ -41,7 +41,11 @@ fi
 
 cd ${PROJECT_ROOT}
 
-echo "Deploying to repository.apache.org"
-${MVN} clean deploy -Papache-release -DskipTests 
-DretryFailedDeploymentCount=10 $CUSTOM_OPTIONS
+FLINK_VERSIONS=("1.15" "1.16" "1.17")

Review Comment:
   We probably don't want to modify this script every time we prepare a new 
Flink ML release.
   
   Would it be simpler to use environment variables to pass versions and 
document the usages of this environment variables in the release wiki?



-- 
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]

Reply via email to