bgawrych commented on code in PR #21003:
URL: https://github.com/apache/incubator-mxnet/pull/21003#discussion_r854849172


##########
scala-package/README.md:
##########
@@ -124,11 +124,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.9.0-SNAPSHOT,)</version>
+  <version>[1.9.1-SNAPSHOT,)</version>
 </dependency>
 ```
 
-**Note:** ```<version>[1.9.0-SNAPSHOT,)</version>``` indicates that we will 
fetch packages with version 1.9.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.9.1-SNAPSHOT,)</version>``` indicates that we will 
fetch packages with version 1.9.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.

Review Comment:
   ```suggestion
   **Note:** ```<version>[1.9.1-SNAPSHOT,)</version>``` indicates that we will 
fetch packages with version 1.9.1 or higher. This will always ensure that the 
pom.xml is able to fetch the latest and greatest jar files from Maven Snapshot 
repository.
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to