Skip to content

Commit

Permalink
Update cudfjni version to 21.06.0 (#8292)
Browse files Browse the repository at this point in the history
Signed-off-by: Peixin Li <[email protected]>

supplement to #8267, 
as discussed, cudf JNI  and plugin will follow pattern YY.MM.P

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

Approvers:
  - Jason Lowe (https://github.com/jlowe)
  - Robert (Bobby) Evans (https://github.com/revans2)

URL: #8292
  • Loading branch information
pxLi authored May 21, 2021
1 parent c7d0524 commit 9a85b3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion java/ci/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@ scl enable devtoolset-9 "java/ci/build-in-docker.sh"

### The output

You can find the cuDF jar in java/target/ like cudf-21.06-SNAPSHOT-cuda11.jar.
You can find the cuDF jar in java/target/ like cudf-21.06.0-SNAPSHOT-cuda11.jar.

2 changes: 1 addition & 1 deletion java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

<groupId>ai.rapids</groupId>
<artifactId>cudf</artifactId>
<version>21.06-SNAPSHOT</version>
<version>21.06.0-SNAPSHOT</version>

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

0 comments on commit 9a85b3b

Please sign in to comment.