Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Javierlj committed Oct 10, 2019
1 parent 4810dd1 commit c428ef5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ This is a Flink connector for the FIWARE Orion Context Broker. It has two parts:
Download the JAR from the latest release. In your project directory run:

```console
mvn install:install-file -Dfile=$(PATH_DOWNLOAD)/orion.flink.connector-1.1.0.jar -DgroupId=org.fiware.cosmos -DartifactId=orion.flink.connector -Dversion=1.1.0 -Dpackaging=jar
mvn install:install-file -Dfile=$(PATH_DOWNLOAD)/orion.flink.connector-1.2.0.jar -DgroupId=org.fiware.cosmos -DartifactId=orion.flink.connector -Dversion=1.2.0 -Dpackaging=jar
```

Add it to your `pom.xml` file inside the dependencies section.
Expand All @@ -82,7 +82,7 @@ Add it to your `pom.xml` file inside the dependencies section.
<dependency>
<groupId>org.fiware.cosmos</groupId>
<artifactId>orion.flink.connector</artifactId>
<version>1.1.0</version>
<version>1.2.0</version>
</dependency>
```

Expand Down

0 comments on commit c428ef5

Please sign in to comment.