Skip to content

Commit

Permalink
Update rapids JNI and private version to release 24.02.0 (#10367)
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Liu <[email protected]>
  • Loading branch information
NvTimLiu authored Feb 15, 2024
1 parent cd3ac9d commit 0e3b4bf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2020-2023, NVIDIA CORPORATION.
Copyright (c) 2020-2024, NVIDIA CORPORATION.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -722,8 +722,8 @@
<spark.version.classifier>spark${buildver}</spark.version.classifier>
<cuda.version>cuda11</cuda.version>
<jni.classifier>${cuda.version}</jni.classifier>
<spark-rapids-jni.version>24.02.0-SNAPSHOT</spark-rapids-jni.version>
<spark-rapids-private.version>24.02.0-SNAPSHOT</spark-rapids-private.version>
<spark-rapids-jni.version>24.02.0</spark-rapids-jni.version>
<spark-rapids-private.version>24.02.0</spark-rapids-private.version>
<scala.binary.version>2.12</scala.binary.version>
<alluxio.client.version>2.8.0</alluxio.client.version>
<scala.recompileMode>incremental</scala.recompileMode>
Expand Down
6 changes: 3 additions & 3 deletions scala2.13/pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2020-2023, NVIDIA CORPORATION.
Copyright (c) 2020-2024, NVIDIA CORPORATION.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -722,8 +722,8 @@
<spark.version.classifier>spark${buildver}</spark.version.classifier>
<cuda.version>cuda11</cuda.version>
<jni.classifier>${cuda.version}</jni.classifier>
<spark-rapids-jni.version>24.02.0-SNAPSHOT</spark-rapids-jni.version>
<spark-rapids-private.version>24.02.0-SNAPSHOT</spark-rapids-private.version>
<spark-rapids-jni.version>24.02.0</spark-rapids-jni.version>
<spark-rapids-private.version>24.02.0</spark-rapids-private.version>
<scala.binary.version>2.13</scala.binary.version>
<alluxio.client.version>2.8.0</alluxio.client.version>
<scala.recompileMode>incremental</scala.recompileMode>
Expand Down

0 comments on commit 0e3b4bf

Please sign in to comment.