Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Init JNI version 23.04.0-SNAPSHOT #12599

Merged
merged 2 commits into from
Jan 30, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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