This is an automated email from the ASF dual-hosted git repository.

lanking pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git


The following commit(s) were added to refs/heads/master by this push:
     new d684c59  update the version name (#14076)
d684c59 is described below

commit d684c59049970794e8f7365f58b03e13801b44a3
Author: Jake Lee <gstu1...@gmail.com>
AuthorDate: Thu Feb 7 08:16:18 2019 +0800

    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 3859e5f..be0fc41 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
 <dependency>
   <groupId>org.apache.mxnet</groupId>
   <artifactId>mxnet-full_2.11-linux-x86_64-gpu</artifactId>
-  <version>[1.5.0,)</version>
+  <version>[1.5.0-SNAPSHOT,)</version>
 </dependency>
 ```
 
@@ -96,7 +96,7 @@ Also, add the dependency which corresponds to your platform 
to the ```dependenci
 <dependency>
   <groupId>org.apache.mxnet</groupId>
   <artifactId>mxnet-full_2.11-linux-x86_64-cpu</artifactId>
-  <version>[1.5.0,)</version>
+  <version>[1.5.0-SNAPSHOT,)</version>
 </dependency>
 ```
 
@@ -107,11 +107,11 @@ Also, add the dependency which corresponds to your 
platform to the ```dependenci
 <dependency>
   <groupId>org.apache.mxnet</groupId>
   <artifactId>mxnet-full_2.11-osx-x86_64-cpu</artifactId>
-  <version>[1.5.0,)</version>
+  <version>[1.5.0-SNAPSHOT,)</version>
 </dependency>
 ```
 
-**Note:** ```<version>[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:** ```<version>[1.5.0-SNAPSHOT,)</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.
 
 Build From Source
 -----------------

Reply via email to