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

[MXNET-478] Fixing the xml markup #11068

Merged
merged 1 commit into from
May 30, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/tutorials/scala/mxnet_scala_on_intellij.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -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>
Expand Down