Skip to content

Commit c115621

Browse files
[deploy] Fix JDK 17 deploy script to use renamed Spark4 module artifactIds (#7669)
1 parent 137868f commit c115621

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/releasing/deploy_staging_jars_for_jdk17.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@ ${MVN} clean install -ntp -Pdocs-and-source,spark4 -DskipTests -pl paimon-spark/
4747

4848
echo "Deploying spark4 module to repository.apache.org"
4949
${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
50+
-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
5151

5252
cd ${CURR_DIR}

0 commit comments

Comments
 (0)