Skip to content

Commit

Permalink
Use scala version suffixed jars
Browse files Browse the repository at this point in the history
  • Loading branch information
vinishjail97 committed Oct 3, 2024
1 parent b1a1152 commit 0a8f69a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions release/scripts/validate_staged_bundles.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,11 @@ declare -a extensions=("-javadoc.jar" "-javadoc.jar.asc" "-javadoc.jar.md5" "-ja
"-sources.jar.asc" "-sources.jar.md5" "-sources.jar.sha1" ".jar" ".jar.asc" ".jar.md5" ".jar.sha1" ".pom" ".pom.asc"
".pom.md5" ".pom.sha1")

<<<<<<< Updated upstream
declare -a bundles=("xtable-api" "xtable-core" "xtable-hudi-support-extensions" "xtable-hudi-support-utils")
=======
declare -a bundles=("xtable-api" "xtable-core_2.12" "xtable-hudi-support-extensions_2.12" "xtable-hudi-support-utils")
>>>>>>> Stashed changes

NOW=$(date +%s)
TMP_DIR_FOR_BUNDLES=/tmp/${NOW}
Expand Down

0 comments on commit 0a8f69a

Please sign in to comment.