Skip to content

Commit

Permalink
Fix snapshot artifact name in docs. (dmlc#4196)
Browse files Browse the repository at this point in the history
  • Loading branch information
anovember authored and CodingCat committed Mar 3, 2019
1 parent 92b7577 commit 0c1d5f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/jvm/xgboost4j_spark_tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 0c1d5f1

Please sign in to comment.