Skip to content

Commit 4bfd4bf

Browse files
authored
Bump version to 3.0.0rc1. (#11287)
1 parent bdc5a26 commit 4bfd4bf

File tree

10 files changed

+17
-17
lines changed

10 files changed

+17
-17
lines changed

R-package/DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Package: xgboost
22
Type: Package
33
Title: Extreme Gradient Boosting
4-
Version: 3.0.0.0
5-
Date: 2024-11-26
4+
Version: 3.0.0.1
5+
Date: 2025-02-26
66
Authors@R: c(
77
person("Tianqi", "Chen", role = c("aut"),
88
email = "tianqi.tchen@gmail.com"),

R-package/configure

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2796,11 +2796,11 @@ if test x$ac_prog_cxx_stdcxx = xno
27962796
then :
27972797
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CXX option to enable C++11 features" >&5
27982798
printf %s "checking for $CXX option to enable C++11 features... " >&6; }
2799-
if test ${ac_cv_prog_cxx_cxx11+y}
2799+
if test ${ac_cv_prog_cxx_11+y}
28002800
then :
28012801
printf %s "(cached) " >&6
28022802
else $as_nop
2803-
ac_cv_prog_cxx_cxx11=no
2803+
ac_cv_prog_cxx_11=no
28042804
ac_save_CXX=$CXX
28052805
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
28062806
/* end confdefs.h. */
@@ -2842,11 +2842,11 @@ if test x$ac_prog_cxx_stdcxx = xno
28422842
then :
28432843
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CXX option to enable C++98 features" >&5
28442844
printf %s "checking for $CXX option to enable C++98 features... " >&6; }
2845-
if test ${ac_cv_prog_cxx_cxx98+y}
2845+
if test ${ac_cv_prog_cxx_98+y}
28462846
then :
28472847
printf %s "(cached) " >&6
28482848
else $as_nop
2849-
ac_cv_prog_cxx_cxx98=no
2849+
ac_cv_prog_cxx_98=no
28502850
ac_save_CXX=$CXX
28512851
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
28522852
/* end confdefs.h. */

jvm-packages/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>ml.dmlc</groupId>
88
<artifactId>xgboost-jvm_2.12</artifactId>
9-
<version>3.0.0-SNAPSHOT</version>
9+
<version>3.0.0-RC1</version>
1010
<packaging>pom</packaging>
1111
<name>XGBoost JVM Package</name>
1212
<description>JVM Package for XGBoost</description>

jvm-packages/xgboost4j-example/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
<parent>
77
<groupId>ml.dmlc</groupId>
88
<artifactId>xgboost-jvm_2.12</artifactId>
9-
<version>3.0.0-SNAPSHOT</version>
9+
<version>3.0.0-RC1</version>
1010
</parent>
1111
<name>xgboost4j-example</name>
1212
<artifactId>xgboost4j-example_2.12</artifactId>
13-
<version>3.0.0-SNAPSHOT</version>
13+
<version>3.0.0-RC1</version>
1414
<packaging>jar</packaging>
1515
<build>
1616
<plugins>

jvm-packages/xgboost4j-flink/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
<parent>
77
<groupId>ml.dmlc</groupId>
88
<artifactId>xgboost-jvm_2.12</artifactId>
9-
<version>3.0.0-SNAPSHOT</version>
9+
<version>3.0.0-RC1</version>
1010
</parent>
1111

1212
<name>xgboost4j-flink</name>
1313
<artifactId>xgboost4j-flink_2.12</artifactId>
14-
<version>3.0.0-SNAPSHOT</version>
14+
<version>3.0.0-RC1</version>
1515
<properties>
1616
<flink-ml.version>2.2.0</flink-ml.version>
1717
</properties>

jvm-packages/xgboost4j-spark-gpu/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>ml.dmlc</groupId>
88
<artifactId>xgboost-jvm_2.12</artifactId>
9-
<version>3.0.0-SNAPSHOT</version>
9+
<version>3.0.0-RC1</version>
1010
</parent>
1111
<name>xgboost4j-spark-gpu</name>
1212
<artifactId>xgboost4j-spark-gpu_2.12</artifactId>

jvm-packages/xgboost4j-spark/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>ml.dmlc</groupId>
88
<artifactId>xgboost-jvm_2.12</artifactId>
9-
<version>3.0.0-SNAPSHOT</version>
9+
<version>3.0.0-RC1</version>
1010
</parent>
1111
<name>xgboost4j-spark</name>
1212
<artifactId>xgboost4j-spark_2.12</artifactId>

jvm-packages/xgboost4j/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
<parent>
77
<groupId>ml.dmlc</groupId>
88
<artifactId>xgboost-jvm_2.12</artifactId>
9-
<version>3.0.0-SNAPSHOT</version>
9+
<version>3.0.0-RC1</version>
1010
</parent>
1111
<name>xgboost4j</name>
1212
<artifactId>xgboost4j_2.12</artifactId>
13-
<version>3.0.0-SNAPSHOT</version>
13+
<version>3.0.0-RC1</version>
1414
<packaging>jar</packaging>
1515

1616
<dependencies>

python-package/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ authors = [
1414
{ name = "Hyunsu Cho", email = "chohyu01@cs.washington.edu" },
1515
{ name = "Jiaming Yuan", email = "jm.yuan@outlook.com" }
1616
]
17-
version = "3.0.0-dev"
17+
version = "3.0.0rc1"
1818
requires-python = ">=3.10"
1919
license = { text = "Apache-2.0" }
2020
classifiers = [

python-package/xgboost/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.0.0-dev
1+
3.0.0rc1

0 commit comments

Comments
 (0)