lanking520 commented on a change in pull request #12969: [MXNET-1160] add Java build/run example URL: https://github.com/apache/incubator-mxnet/pull/12969#discussion_r228785162
########## File path: scala-package/mxnet-demo/scala-demo/Makefile ########## @@ -17,7 +17,7 @@ SCALA_VERSION_PROFILE := 2.11 SCALA_VERSION := 2.11.8 -MXNET_VERSION := 1.2.0 +MXNET_VERSION := 1.3.0 Review comment: Here is just a migration. As I have learnt from here: https://stackoverflow.com/questions/30571/how-do-i-tell-maven-to-use-the-latest-version-of-a-dependency Maven has dropped the feature to get the `LATEST` so the user has to manually choose the version. The alternative way could be using plugins to target the latest version. ---------------------------------------------------------------- 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
