Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Mihálek <[email protected]>
  • Loading branch information
aenniw committed Dec 23, 2018
1 parent 9d99681 commit 6ce42f2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ You can simply do a ```mvn clean install``` in the project directory.

#### Robot Tests

There are some number of robot acceptance tests under `jrobot-karaf/src`.
There are some robot acceptance tests under `jrobot-karaf/src`.

#### Dependencies

```
<dependency>
<groupId>com.github.aenniw</groupId>
<artifactId>jrobot-remote-server</artifactId>
<version>3.5.1</version>
<version>3.6.0</version>
<type>pom</type>
</dependency>
```
Expand All @@ -31,7 +31,7 @@ There are some number of robot acceptance tests under `jrobot-karaf/src`.
<dependency>
<groupId>com.github.aenniw</groupId>
<artifactId>jrobot-remote-server</artifactId>
<version>3.6-SNAPSHOT</version>
<version>3.7-SNAPSHOT</version>
<type>pom</type>
</dependency>
```
Expand Down

0 comments on commit 6ce42f2

Please sign in to comment.