gigasquid commented on a change in pull request #13478: Bumped minor version 
from 1.4.0 to 1.5.0 on master, updated License file
URL: https://github.com/apache/incubator-mxnet/pull/13478#discussion_r238120680
 
 

 ##########
 File path: contrib/clojure-package/README.md
 ##########
 @@ -116,20 +116,20 @@ After making this change and running `lein deps`, you 
should be able to run exam
 With this option, you will install a Git revision of the Clojure package 
source and a [Scala package jar from 
Maven](https://search.maven.org/search?q=g:org.apache.mxnet) with native 
dependencies baked in.
 
 - Install additional dependencies as described in [the corresponding section 
for Option 1](#installing-additional-dependencies),
-- Recursively clone the MXNet repository and checkout the desired revision. 
Here we assume the `1.4.0` tag and a clone into the `~/mxnet` directory:
+- Recursively clone the MXNet repository and checkout the desired revision. 
Here we assume the `1.5.0` tag and a clone into the `~/mxnet` directory:
 
   ```bash
   git clone --recursive https://github.com/apache/incubator-mxnet.git ~/mxnet
   cd ~/mxnet
   git tag --list  # Find the tag that matches the Scala package version
-  git checkout tags/1.4.0 -b my_mxnet
+  git checkout tags/1.5.0 -b my_mxnet
   git submodule update --init --recursive
   cd contrib/clojure
   ```
 
 - Edit `project.clj` to include the desired Scala jar from Maven:
 
-      [org.apache.mxnet/mxnet-full_2.11-linux-x86_64-cpu "1.4.0”]
+      [org.apache.mxnet/mxnet-full_2.11-linux-x86_64-cpu "1.5.0”]
 
 Review comment:
   It should point to the latest release on maven for the clojure jars. It 
would be great for the users if we can reliable tell that at the time of the 
merge, but if this process gets to be too confusing we can always reword it to 
stay explicitly that it should be the latest release 
https://search.maven.org/search?q=clojure%20mxnet - Let me know your thoughts.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to