Skip to content

Commit 096047c

Browse files
authored
Make 2.0 release. (#9567)
1 parent e75dd75 commit 096047c

File tree

10 files changed

+14
-14
lines changed

10 files changed

+14
-14
lines changed

R-package/DESCRIPTION

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Package: xgboost
22
Type: Package
33
Title: Extreme Gradient Boosting
44
Version: 2.0.0.1
5-
Date: 2023-08-16
5+
Date: 2023-09-11
66
Authors@R: c(
77
person("Tianqi", "Chen", role = c("aut"),
88
email = "[email protected]"),

jvm-packages/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

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

jvm-packages/xgboost4j-example/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
<parent>
77
<groupId>ml.dmlc</groupId>
88
<artifactId>xgboost-jvm</artifactId>
9-
<version>2.0.0-RC1</version>
9+
<version>2.0.0</version>
1010
</parent>
1111
<name>xgboost4j-example</name>
1212
<artifactId>xgboost4j-example_${scala.binary.version}</artifactId>
13-
<version>2.0.0-RC1</version>
13+
<version>2.0.0</version>
1414
<packaging>jar</packaging>
1515
<build>
1616
<plugins>

jvm-packages/xgboost4j-flink/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
<parent>
77
<groupId>ml.dmlc</groupId>
88
<artifactId>xgboost-jvm</artifactId>
9-
<version>2.0.0-RC1</version>
9+
<version>2.0.0</version>
1010
</parent>
1111

1212
<name>xgboost4j-flink</name>
1313
<artifactId>xgboost4j-flink_${scala.binary.version}</artifactId>
14-
<version>2.0.0-RC1</version>
14+
<version>2.0.0</version>
1515
<properties>
1616
<flink-ml.version>2.2.0</flink-ml.version>
1717
</properties>

jvm-packages/xgboost4j-gpu/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
<parent>
77
<groupId>ml.dmlc</groupId>
88
<artifactId>xgboost-jvm</artifactId>
9-
<version>2.0.0-RC1</version>
9+
<version>2.0.0</version>
1010
</parent>
1111
<artifactId>xgboost4j-gpu_${scala.binary.version}</artifactId>
1212
<name>xgboost4j-gpu</name>
13-
<version>2.0.0-RC1</version>
13+
<version>2.0.0</version>
1414
<packaging>jar</packaging>
1515

1616
<dependencies>

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>ml.dmlc</groupId>
88
<artifactId>xgboost-jvm</artifactId>
9-
<version>2.0.0-RC1</version>
9+
<version>2.0.0</version>
1010
</parent>
1111
<name>xgboost4j-spark-gpu</name>
1212
<artifactId>xgboost4j-spark-gpu_${scala.binary.version}</artifactId>

jvm-packages/xgboost4j-spark/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>ml.dmlc</groupId>
88
<artifactId>xgboost-jvm</artifactId>
9-
<version>2.0.0-RC1</version>
9+
<version>2.0.0</version>
1010
</parent>
1111
<name>xgboost4j-spark</name>
1212
<artifactId>xgboost4j-spark_${scala.binary.version}</artifactId>

jvm-packages/xgboost4j/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
<parent>
77
<groupId>ml.dmlc</groupId>
88
<artifactId>xgboost-jvm</artifactId>
9-
<version>2.0.0-RC1</version>
9+
<version>2.0.0</version>
1010
</parent>
1111
<name>xgboost4j</name>
1212
<artifactId>xgboost4j_${scala.binary.version}</artifactId>
13-
<version>2.0.0-RC1</version>
13+
<version>2.0.0</version>
1414
<packaging>jar</packaging>
1515

1616
<dependencies>

python-package/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ build-backend = "packager.pep517"
77

88
[project]
99
name = "xgboost"
10-
version = "2.0.0rc1"
10+
version = "2.0.0"
1111
authors = [
1212
{ name = "Hyunsu Cho", email = "[email protected]" },
1313
{ name = "Jiaming Yuan", email = "[email protected]" }

python-package/xgboost/VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.0.0rc1
1+
2.0.0

0 commit comments

Comments
 (0)