Skip to content

Commit

Permalink
Init JNI version 23.04.0-SNAPSHOT (#12599)
Browse files Browse the repository at this point in the history
Update JNI version to 23.04.0-SNAPSHOT

Authors:
  - Peixin (https://github.com/pxLi)

Approvers:
  - Jason Lowe (https://github.com/jlowe)

URL: #12599
  • Loading branch information
pxLi authored Jan 30, 2023
1 parent 50ca2ac commit 7013347
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions java/ci/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.
4 changes: 2 additions & 2 deletions java/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) 2019-2022, NVIDIA CORPORATION.
Copyright (c) 2019-2023, 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 All @@ -21,7 +21,7 @@

<groupId>ai.rapids</groupId>
<artifactId>cudf</artifactId>
<version>23.02.0-SNAPSHOT</version>
<version>23.04.0-SNAPSHOT</version>

<name>cudfjni</name>
<description>
Expand Down

0 comments on commit 7013347

Please sign in to comment.