Skip to content

Commit de48198

Browse files
committed
Update version to 26.02.1-SNAPSHOT
Wait for the pre-merge CI job to SUCCEED Signed-off-by: nvauto <70000568+nvauto@users.noreply.github.com>
1 parent 148acc6 commit de48198

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
3-
Copyright (c) 2022-2025, NVIDIA CORPORATION.
3+
Copyright (c) 2022-2026, NVIDIA CORPORATION.
44
55
Licensed under the Apache License, Version 2.0 (the "License");
66
you may not use this file except in compliance with the License.
@@ -21,7 +21,7 @@
2121

2222
<groupId>com.nvidia</groupId>
2323
<artifactId>spark-rapids-jni</artifactId>
24-
<version>26.02.0-SNAPSHOT</version>
24+
<version>26.02.1-SNAPSHOT</version>
2525
<packaging>jar</packaging>
2626
<name>RAPIDS Accelerator JNI for Apache Spark</name>
2727
<description>

src/main/cpp/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# =============================================================================
2-
# Copyright (c) 2022-2025, NVIDIA CORPORATION.
2+
# Copyright (c) 2022-2026, NVIDIA CORPORATION.
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
55
# in compliance with the License. You may obtain a copy of the License at
@@ -44,7 +44,7 @@ rapids_cuda_init_architectures(SPARK_RAPIDS_JNI)
4444

4545
project(
4646
SPARK_RAPIDS_JNI
47-
VERSION 26.02.00
47+
VERSION 26.02.01
4848
LANGUAGES CXX CUDA
4949
)
5050

0 commit comments

Comments
 (0)