From e93b805a7572303ccdbee7116dd1549b894b4382 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jun 2023 10:44:43 -0700 Subject: [PATCH 1/3] Bump scala.version from 2.12.17 to 2.12.18 in /jvm-packages (#9230) Bumps `scala.version` from 2.12.17 to 2.12.18. Updates `scala-compiler` from 2.12.17 to 2.12.18 - [Release notes](https://github.com/scala/scala/releases) - [Commits](https://github.com/scala/scala/compare/v2.12.17...v2.12.18) Updates `scala-library` from 2.12.17 to 2.12.18 - [Release notes](https://github.com/scala/scala/releases) - [Commits](https://github.com/scala/scala/compare/v2.12.17...v2.12.18) --- updated-dependencies: - dependency-name: org.scala-lang:scala-compiler dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.scala-lang:scala-library dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- jvm-packages/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jvm-packages/pom.xml b/jvm-packages/pom.xml index 142137654..f7e90162d 100644 --- a/jvm-packages/pom.xml +++ b/jvm-packages/pom.xml @@ -37,7 +37,7 @@ 4.13.2 3.4.0 3.3.2 - 2.12.17 + 2.12.18 2.12 3.3.5 5 From bb2a17b90c4f212191932dce3453591bd7f47cfc Mon Sep 17 00:00:00 2001 From: Boris Date: Thu, 1 Jun 2023 19:45:18 +0200 Subject: [PATCH 2/3] Publishing scala-2.13 artifacts to the maven S3 repo. (#9224) --- tests/ci_build/deploy_jvm_packages.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/ci_build/deploy_jvm_packages.sh b/tests/ci_build/deploy_jvm_packages.sh index de875b14e..c48c592b4 100755 --- a/tests/ci_build/deploy_jvm_packages.sh +++ b/tests/ci_build/deploy_jvm_packages.sh @@ -20,6 +20,8 @@ rm -rf ../build/ # Re-build package without Mock Rabit # Deploy to S3 bucket xgboost-maven-repo mvn --no-transfer-progress package deploy -Duse.cuda=ON -P release-to-s3 -Dspark.version=${spark_version} -DskipTests +# Deploy scala 2.13 to S3 bucket xgboost-maven-repo +mvn --no-transfer-progress package deploy -P release-to-s3,default,scala-2.13 -Dspark.version=${spark_version} -DskipTests set +x set +e From db8288121d3af49de570d0a52e82ec9690d0910e Mon Sep 17 00:00:00 2001 From: Philip Hyunsu Cho Date: Thu, 1 Jun 2023 14:39:39 -0700 Subject: [PATCH 3/3] Revert "Publishing scala-2.13 artifacts to the maven S3 repo. (#9224)" (#9233) This reverts commit bb2a17b90c4f212191932dce3453591bd7f47cfc. --- tests/ci_build/deploy_jvm_packages.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/ci_build/deploy_jvm_packages.sh b/tests/ci_build/deploy_jvm_packages.sh index c48c592b4..de875b14e 100755 --- a/tests/ci_build/deploy_jvm_packages.sh +++ b/tests/ci_build/deploy_jvm_packages.sh @@ -20,8 +20,6 @@ rm -rf ../build/ # Re-build package without Mock Rabit # Deploy to S3 bucket xgboost-maven-repo mvn --no-transfer-progress package deploy -Duse.cuda=ON -P release-to-s3 -Dspark.version=${spark_version} -DskipTests -# Deploy scala 2.13 to S3 bucket xgboost-maven-repo -mvn --no-transfer-progress package deploy -P release-to-s3,default,scala-2.13 -Dspark.version=${spark_version} -DskipTests set +x set +e