Skip to content

Commit 7387866

Browse files
committed
Release 1.2.0
1 parent 04232c0 commit 7387866

File tree

7 files changed

+14
-14
lines changed

7 files changed

+14
-14
lines changed

cmake/Python_version.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
@xgboost_VERSION_MAJOR@.@xgboost_VERSION_MINOR@.@xgboost_VERSION_PATCH@rc2
1+
@xgboost_VERSION_MAJOR@.@xgboost_VERSION_MINOR@.@xgboost_VERSION_PATCH@

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_2.12</artifactId>
9-
<version>1.2.0-RC2</version>
9+
<version>1.2.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

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
<parent>
77
<groupId>ml.dmlc</groupId>
88
<artifactId>xgboost-jvm_2.12</artifactId>
9-
<version>1.2.0-RC2</version>
9+
<version>1.2.0</version>
1010
</parent>
1111
<artifactId>xgboost4j-example_2.12</artifactId>
12-
<version>1.2.0-RC2</version>
12+
<version>1.2.0</version>
1313
<packaging>jar</packaging>
1414
<build>
1515
<plugins>
@@ -26,7 +26,7 @@
2626
<dependency>
2727
<groupId>ml.dmlc</groupId>
2828
<artifactId>xgboost4j-spark_${scala.binary.version}</artifactId>
29-
<version>1.2.0-RC2</version>
29+
<version>1.2.0</version>
3030
</dependency>
3131
<dependency>
3232
<groupId>org.apache.spark</groupId>
@@ -37,7 +37,7 @@
3737
<dependency>
3838
<groupId>ml.dmlc</groupId>
3939
<artifactId>xgboost4j-flink_${scala.binary.version}</artifactId>
40-
<version>1.2.0-RC2</version>
40+
<version>1.2.0</version>
4141
</dependency>
4242
<dependency>
4343
<groupId>org.apache.commons</groupId>

jvm-packages/xgboost4j-flink/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
<parent>
77
<groupId>ml.dmlc</groupId>
88
<artifactId>xgboost-jvm_2.12</artifactId>
9-
<version>1.2.0-RC2</version>
9+
<version>1.2.0</version>
1010
</parent>
1111
<artifactId>xgboost4j-flink_2.12</artifactId>
12-
<version>1.2.0-RC2</version>
12+
<version>1.2.0</version>
1313
<build>
1414
<plugins>
1515
<plugin>
@@ -26,7 +26,7 @@
2626
<dependency>
2727
<groupId>ml.dmlc</groupId>
2828
<artifactId>xgboost4j_${scala.binary.version}</artifactId>
29-
<version>1.2.0-RC2</version>
29+
<version>1.2.0</version>
3030
</dependency>
3131
<dependency>
3232
<groupId>org.apache.commons</groupId>

jvm-packages/xgboost4j-spark/pom.xml

+2-2
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>1.2.0-RC2</version>
9+
<version>1.2.0</version>
1010
</parent>
1111
<artifactId>xgboost4j-spark_2.12</artifactId>
1212
<build>
@@ -24,7 +24,7 @@
2424
<dependency>
2525
<groupId>ml.dmlc</groupId>
2626
<artifactId>xgboost4j_${scala.binary.version}</artifactId>
27-
<version>1.2.0-RC2</version>
27+
<version>1.2.0</version>
2828
</dependency>
2929
<dependency>
3030
<groupId>org.apache.spark</groupId>

jvm-packages/xgboost4j/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
<parent>
77
<groupId>ml.dmlc</groupId>
88
<artifactId>xgboost-jvm_2.12</artifactId>
9-
<version>1.2.0-RC2</version>
9+
<version>1.2.0</version>
1010
</parent>
1111
<artifactId>xgboost4j_2.12</artifactId>
12-
<version>1.2.0-RC2</version>
12+
<version>1.2.0</version>
1313
<packaging>jar</packaging>
1414

1515
<dependencies>

python-package/xgboost/VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.2.0rc2
1+
1.2.0

0 commit comments

Comments
 (0)