Skip to content
This repository was archived by the owner on Oct 8, 2020. It is now read-only.

Commit 2750ab9

Browse files
Update README.md
1 parent d0d8c91 commit 2750ab9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ with `VERSION` beeing the released version you want to use.
5454

5555
### Using Maven pre-build artifacts
5656

57-
1. Add AKSW Maven repository to your pom.xml (will be added to Maven Central soon)
57+
1. Add AKSW Maven repository to your pom.xml (will be added to Maven Central soon)
5858
```xml
5959
<repository>
6060
<id>maven.aksw.snapshots</id>
@@ -81,14 +81,14 @@ with `VERSION` beeing the released version you want to use.
8181
</snapshots>
8282
</repository>
8383
```
84-
2. Add dependency to your pom.xml
84+
'2'. Add dependency to your pom.xml
8585

8686
For Apache Spark
8787
```xml
8888
<dependency>
8989
<groupId>net.sansa-stack</groupId>
9090
<artifactId>sansa-inference-spark_2.11</artifactId>
91-
<version>0.1.0-SNAPSHOT</version>
91+
<version>VERSION</version>
9292
</dependency>
9393
```
9494
and for Apache Flink

0 commit comments

Comments
 (0)