lanking520 closed pull request #13536: Update java setup docs for 1.4.0
URL: https://github.com/apache/incubator-mxnet/pull/13536
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/docs/install/index.md b/docs/install/index.md
index 5067c5df447..6491d46be5c 100644
--- a/docs/install/index.md
+++ b/docs/install/index.md
@@ -473,15 +473,15 @@ You can use the Maven packages defined in the following 
dependency to include MX
 <br/>
 You can use the Maven packages defined in the following dependency to include 
MXNet in your Java project. The Java API is provided as a subset of the Scala 
API and is intended for inference only. Please refer to the <a 
href="java_setup.html">MXNet-Java setup guide</a> for a detailed set of 
instructions to help you with the setup process.
 
-<a 
href="https://repository.apache.org/#nexus-search;gav~org.apache.mxnet~~1.3.1-SNAPSHOT~~";><img
 src="https://img.shields.io/badge/org.apache.mxnet-linux gpu-green.svg" 
alt="maven badge"/></a>
+<a 
href="https://repository.apache.org/#nexus-search;gav~org.apache.mxnet~~1.4.0-SNAPSHOT~~";><img
 src="https://img.shields.io/badge/org.apache.mxnet-linux gpu-green.svg" 
alt="maven badge"/></a>
 
 ```html
 <dependency>
     <groupId>org.apache.mxnet</groupId>
     <artifactId>mxnet-full_2.11-linux-x86_64-gpu</artifactId>
     <scope>system</scope>
-    <version>1.3.1</version>
-    
<systemPath>/system/path/to/jar/mxnet-full_2.11-linux-x86_64-gpu-1.3.1-SNAPSHOT.jar</systemPath>
+    <version>1.4.0</version>
+    
<systemPath>/system/path/to/jar/mxnet-full_2.11-linux-x86_64-gpu-1.4.0-SNAPSHOT.jar</systemPath>
 </dependency>
 ```
 
@@ -492,15 +492,15 @@ You can use the Maven packages defined in the following 
dependency to include MX
 <br/>
 You can use the Maven packages defined in the following dependency to include 
MXNet in your Java project. The Java API is provided as a subset of the Scala 
API and is intended for inference only. Please refer to the <a 
href="java_setup.html">MXNet-Java setup guide</a> for a detailed set of 
instructions to help you with the setup process.
 
-<a 
href="https://repository.apache.org/#nexus-search;gav~org.apache.mxnet~~1.3.1-SNAPSHOT~~";><img
 src="https://img.shields.io/badge/org.apache.mxnet-linux cpu-green.svg" 
alt="maven badge"/></a>
+<a 
href="https://repository.apache.org/#nexus-search;gav~org.apache.mxnet~~1.4.0-SNAPSHOT~~";><img
 src="https://img.shields.io/badge/org.apache.mxnet-linux cpu-green.svg" 
alt="maven badge"/></a>
 
 ```html
 <dependency>
     <groupId>org.apache.mxnet</groupId>
     <artifactId>mxnet-full_2.11-linux-x86_64-cpu</artifactId>
     <scope>system</scope>
-    <version>1.3.1</version>
-    
<systemPath>/system/path/to/jar/mxnet-full_2.11-linux-x86_64-cpu-1.3.1-SNAPSHOT.jar</systemPath>
+    <version>1.4.0</version>
+    
<systemPath>/system/path/to/jar/mxnet-full_2.11-linux-x86_64-cpu-1.4.0-SNAPSHOT.jar</systemPath>
 </dependency>
 ```
 <br>
@@ -776,15 +776,15 @@ Not available at this time. <br>
 </br>
 You can use the Maven packages defined in the following dependency to include 
MXNet in your Java project. The Java API is provided as a subset of the Scala 
API and is intended for inference only. Please refer to the <a 
href="java_setup.html">MXNet-Java setup guide</a> for a detailed set of 
instructions to help you with the setup process.
 
-<a 
href="https://repository.apache.org/#nexus-search;gav~org.apache.mxnet~~1.3.1-SNAPSHOT~~";><img
 src="https://img.shields.io/badge/org.apache.mxnet-mac cpu-green.svg" 
alt="maven badge"/></a>
+<a 
href="https://repository.apache.org/#nexus-search;gav~org.apache.mxnet~~1.4.0-SNAPSHOT~~";><img
 src="https://img.shields.io/badge/org.apache.mxnet-mac cpu-green.svg" 
alt="maven badge"/></a>
 
 ```html
 <dependency>
     <groupId>org.apache.mxnet</groupId>
     <artifactId>mxnet-full_2.11-osx-x86_64-cpu</artifactId>
     <scope>system</scope>
-    <version>1.3.1</version>
-    
<systemPath>/system/path/to/jar/mxnet-full_2.11-osx-x86_64-cpu-1.3.1-SNAPSHOT.jar</systemPath>
+    <version>1.4.0</version>
+    
<systemPath>/system/path/to/jar/mxnet-full_2.11-osx-x86_64-cpu-1.4.0-SNAPSHOT.jar</systemPath>
 </dependency>
 ```
 <br>
diff --git a/docs/install/java_setup.md b/docs/install/java_setup.md
index fe55d074e75..34b0967c421 100644
--- a/docs/install/java_setup.md
+++ b/docs/install/java_setup.md
@@ -59,7 +59,7 @@ Also, add the dependency which corresponds to your platform 
to the `dependencies
 <dependency>
   <groupId>org.apache.mxnet</groupId>
   <artifactId>mxnet-full_2.11-linux-x86_64-cpu</artifactId>
-  <version>1.3.1-SNAPSHOT</version>
+  <version>1.4.0-SNAPSHOT</version>
 </dependency>
 ```
 
@@ -68,7 +68,7 @@ Also, add the dependency which corresponds to your platform 
to the `dependencies
 <dependency>
   <groupId>org.apache.mxnet</groupId>
   <artifactId>mxnet-full_2.11-linux-x86_64-gpu</artifactId>
-  <version>1.3.1-SNAPSHOT</version>
+  <version>1.4.0-SNAPSHOT</version>
 </dependency>
 ```
 
@@ -77,7 +77,7 @@ Also, add the dependency which corresponds to your platform 
to the `dependencies
 <dependency>
   <groupId>org.apache.mxnet</groupId>
   <artifactId>mxnet-full_2.11-osx-x86_64-cpu</artifactId>
-  <version>1.3.1-SNAPSHOT</version>
+  <version>1.4.0-SNAPSHOT</version>
 </dependency>
 ```
 
diff --git a/docs/tutorials/java/mxnet_java_on_intellij.md 
b/docs/tutorials/java/mxnet_java_on_intellij.md
index f4d4ea5ab83..ef2c009f66e 100644
--- a/docs/tutorials/java/mxnet_java_on_intellij.md
+++ b/docs/tutorials/java/mxnet_java_on_intellij.md
@@ -102,7 +102,7 @@ Also, add this under the `dependencies` tag :
 <dependency>
   <groupId>org.apache.mxnet</groupId>
   <artifactId>mxnet-full_2.11-osx-x86_64-cpu</artifactId>
-  <version>1.3.1-SNAPSHOT</version>
+  <version>1.4.0-SNAPSHOT</version>
 </dependency>
 ```
 The official Java Packages will be released with the release of MXNet 1.4 and 
will be available on  [MXNet Maven package 
repository](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.mxnet%22).
diff --git a/scala-package/mxnet-demo/java-demo/Makefile 
b/scala-package/mxnet-demo/java-demo/Makefile
index 6b76e272f9e..bb47db1c6d2 100644
--- a/scala-package/mxnet-demo/java-demo/Makefile
+++ b/scala-package/mxnet-demo/java-demo/Makefile
@@ -16,7 +16,7 @@
 # under the License.
 
 SCALA_VERSION_PROFILE := 2.11
-MXNET_VERSION := 1.3.1-SNAPSHOT
+MXNET_VERSION := 1.4.0-SNAPSHOT
 
 ifeq ($(OS),Windows_NT)
        UNAME_S := Windows
diff --git a/scala-package/mxnet-demo/java-demo/README.md 
b/scala-package/mxnet-demo/java-demo/README.md
index 55b4d914b83..dbe18052a89 100644
--- a/scala-package/mxnet-demo/java-demo/README.md
+++ b/scala-package/mxnet-demo/java-demo/README.md
@@ -12,7 +12,7 @@ You can use the following instruction as an alternative to 
achieve the same resu
 User are required to use `mvn package` to build the package,
  which are shown below:
 ```Bash
-export SCALA_VERSION_PROFILE=2.11 MXNET_VERSION=1.3.1-SNAPSHOT
+export SCALA_VERSION_PROFILE=2.11 MXNET_VERSION=1.4.0-SNAPSHOT
 export SCALA_PKG_PROFILE=
 mvn package -Dmxnet.profile=$SCALA_PKG_PROFILE \
                -Dmxnet.scalaprofile=$SCALA_VERSION_PROFILE \
@@ -80,5 +80,5 @@ sudo apt install libopencv-imgcodecs3.4
 
 Is there any other version available?
 
-You can find nightly release version from 
[here](https://repository.apache.org/#nexus-search;gav~org.apache.mxnet~~1.3.1-SNAPSHOT~~).
+You can find nightly release version from 
[here](https://repository.apache.org/#nexus-search;gav~org.apache.mxnet~~1.4.0-SNAPSHOT~~).
 Please keep the same version in the Makefile or [above 
version](https://repository.apache.org/#nexus-search;gav~org.apache.mxnet~~~~) 
to run this demo.


 

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to