Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
update the version name (#14076)
Browse files Browse the repository at this point in the history
  • Loading branch information
stu1130 authored and lanking520 committed Feb 7, 2019
1 parent 8191585 commit d684c59
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions scala-package/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>
```

Expand All @@ -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>
```

Expand All @@ -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
-----------------
Expand Down

0 comments on commit d684c59

Please sign in to comment.