This is an automated email from the ASF dual-hosted git repository.
jxie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git
The following commit(s) were added to refs/heads/master by this push:
new 9514a1e Fixing the xml markup (#11068)
9514a1e is described below
commit 9514a1e39f8356f8fee6202cd86c8f20fbf301b6
Author: kpmurali <[email protected]>
AuthorDate: Tue May 29 17:36:35 2018 -0700
Fixing the xml markup (#11068)
---
docs/tutorials/scala/mxnet_scala_on_intellij.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/tutorials/scala/mxnet_scala_on_intellij.md
b/docs/tutorials/scala/mxnet_scala_on_intellij.md
index 8cdf924..2520b90 100644
--- a/docs/tutorials/scala/mxnet_scala_on_intellij.md
+++ b/docs/tutorials/scala/mxnet_scala_on_intellij.md
@@ -145,7 +145,7 @@ The project's `pom.xml` will be open for editing.
- Specify project profiles and platforms in `pom.xml` by pasting the
following content below the closing `properties` tag:
-```xml
+```
<profiles>
<profile>
<id>osx-x86_64-cpu</id>
@@ -172,7 +172,7 @@ The project's `pom.xml` will be open for editing.
- Specify project dependencies in `pom.xml` adding the dependencies listed
below. Place them inside the `dependencies` tag:
-```xml
+```
<dependencies>
<!-- Begin deps for MXNet -->
<dependency>
--
To stop receiving notification emails like this one, please contact
[email protected].