Fix snapshot artifact name in docs. (#4196)

This commit is contained in:
Adam November 2019-03-03 16:27:50 -05:00 committed by Nan Zhu
parent 92b7577c62
commit 0c1d5f1120

View File

@ -57,7 +57,7 @@ and then refer to the snapshot dependency by adding:
<dependency>
<groupId>ml.dmlc</groupId>
<artifactId>xgboost4j</artifactId>
<artifactId>xgboost4j-spark</artifactId>
<version>next_version_num-SNAPSHOT</version>
</dependency>