Skip to content

Commit

Permalink
Update private and JNI version to released 23.12.0
Browse files Browse the repository at this point in the history
Signed-off-by: Peixin Li <[email protected]>
  • Loading branch information
pxLi committed Dec 5, 2023
1 parent efa2a4e commit 720376b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -660,8 +660,8 @@
<spark.version.classifier>spark${buildver}</spark.version.classifier>
<cuda.version>cuda11</cuda.version>
<jni.classifier>${cuda.version}</jni.classifier>
<spark-rapids-jni.version>23.12.0-SNAPSHOT</spark-rapids-jni.version>
<spark-rapids-private.version>23.12.0-SNAPSHOT</spark-rapids-private.version>
<spark-rapids-jni.version>23.12.0</spark-rapids-jni.version>
<spark-rapids-private.version>23.12.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
4 changes: 2 additions & 2 deletions scala2.13/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -660,8 +660,8 @@
<spark.version.classifier>spark${buildver}</spark.version.classifier>
<cuda.version>cuda11</cuda.version>
<jni.classifier>${cuda.version}</jni.classifier>
<spark-rapids-jni.version>23.12.0-SNAPSHOT</spark-rapids-jni.version>
<spark-rapids-private.version>23.12.0-SNAPSHOT</spark-rapids-private.version>
<spark-rapids-jni.version>23.12.0</spark-rapids-jni.version>
<spark-rapids-private.version>23.12.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 720376b

Please sign in to comment.