Skip to content

Commit

Permalink
update the version name (apache#14076)
Browse files Browse the repository at this point in the history
  • Loading branch information
stu1130 authored and vdantu committed Mar 31, 2019
1 parent 7f5dad5 commit 03d1b58
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 03d1b58

Please sign in to comment.