From 7a640f1a1f872f3468cf779264b708ae7405c485 Mon Sep 17 00:00:00 2001 From: Peixin Li Date: Tue, 24 Jan 2023 10:40:55 +0800 Subject: [PATCH] Init JNI version 23.04.0-SNAPSHOT Signed-off-by: Peixin Li --- java/ci/README.md | 4 ++-- java/pom.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/java/ci/README.md b/java/ci/README.md index c0f33cd4d48..ee2c7c24555 100644 --- a/java/ci/README.md +++ b/java/ci/README.md @@ -34,7 +34,7 @@ nvidia-docker run -it cudf-build:11.8.0-devel-centos7 bash You can download the cuDF repo in the docker container or you can mount it into the container. Here I choose to download again in the container. ```bash -git clone --recursive https://github.com/rapidsai/cudf.git -b branch-23.02 +git clone --recursive https://github.com/rapidsai/cudf.git -b branch-23.04 ``` ### Build cuDF jar with devtoolset @@ -47,4 +47,4 @@ scl enable devtoolset-9 "java/ci/build-in-docker.sh" ### The output -You can find the cuDF jar in java/target/ like cudf-23.02.0-SNAPSHOT-cuda11.jar. +You can find the cuDF jar in java/target/ like cudf-23.04.0-SNAPSHOT-cuda11.jar. diff --git a/java/pom.xml b/java/pom.xml index 20f9ca0afe1..3bdcaea9317 100644 --- a/java/pom.xml +++ b/java/pom.xml @@ -1,6 +1,6 @@