Make 2.0 release. (#9567)

This commit is contained in:
Jiaming Yuan
2023-09-12 00:20:49 +08:00
committed by GitHub
parent e75dd75bb2
commit 096047c547
10 changed files with 14 additions and 14 deletions

View File

@@ -6,11 +6,11 @@
<parent>
<groupId>ml.dmlc</groupId>
<artifactId>xgboost-jvm</artifactId>
<version>2.0.0-RC1</version>
<version>2.0.0</version>
</parent>
<name>xgboost4j-example</name>
<artifactId>xgboost4j-example_${scala.binary.version}</artifactId>
<version>2.0.0-RC1</version>
<version>2.0.0</version>
<packaging>jar</packaging>
<build>
<plugins>