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 stephenrawls committed Feb 16, 2019
1 parent 0423564 commit e9ab16d
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 e9ab16d

Please sign in to comment.