From da2d644ab88dbe9882fd7b455c5a96e1cea287e1 Mon Sep 17 00:00:00 2001 From: Jake Lee Date: Thu, 7 Feb 2019 08:16:18 +0800 Subject: [PATCH] update the version name (#14076) --- scala-package/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/scala-package/README.md b/scala-package/README.md index 3859e5f32240..be0fc41a5fe4 100644 --- a/scala-package/README.md +++ b/scala-package/README.md @@ -84,7 +84,7 @@ Also, add the dependency which corresponds to your platform to the ```dependenci org.apache.mxnet mxnet-full_2.11-linux-x86_64-gpu - [1.5.0,) + [1.5.0-SNAPSHOT,) ``` @@ -96,7 +96,7 @@ Also, add the dependency which corresponds to your platform to the ```dependenci org.apache.mxnet mxnet-full_2.11-linux-x86_64-cpu - [1.5.0,) + [1.5.0-SNAPSHOT,) ``` @@ -107,11 +107,11 @@ Also, add the dependency which corresponds to your platform to the ```dependenci org.apache.mxnet mxnet-full_2.11-osx-x86_64-cpu - [1.5.0,) + [1.5.0-SNAPSHOT,) ``` -**Note:** ```[1.5.0,)<\version>``` indicates that we will fetch packages with version 1.5.0 or higher. This will always ensure that the pom.xml is able to fetch the latest and greatest jar files from Maven Snapshot repository. +**Note:** ```[1.5.0-SNAPSHOT,)``` indicates that we will fetch packages with version 1.5.0 or higher. This will always ensure that the pom.xml is able to fetch the latest and greatest jar files from Maven Snapshot repository. Build From Source -----------------