We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 137868f commit c115621Copy full SHA for c115621
1 file changed
tools/releasing/deploy_staging_jars_for_jdk17.sh
@@ -47,6 +47,6 @@ ${MVN} clean install -ntp -Pdocs-and-source,spark4 -DskipTests -pl paimon-spark/
47
48
echo "Deploying spark4 module to repository.apache.org"
49
${MVN} deploy -ntp -Papache-release,docs-and-source,spark4 -DskipTests -DretryFailedDeploymentCount=10 \
50
- -pl org.apache.paimon:paimon-spark-common_2.13,org.apache.paimon:paimon-spark4-common,org.apache.paimon:paimon-spark-4.0 $CUSTOM_OPTIONS
+ -pl org.apache.paimon:paimon-spark-common_2.13,org.apache.paimon:paimon-spark4-common_2.13,org.apache.paimon:paimon-spark-4.0_2.13 $CUSTOM_OPTIONS
51
52
cd ${CURR_DIR}
0 commit comments