Skip to content

Commit

Permalink
Updated connector version
Browse files Browse the repository at this point in the history
  • Loading branch information
martingrossmann committed Aug 10, 2022
1 parent 98028c6 commit 919197b
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 @@ -35,7 +35,7 @@ This module allows to synchronize the test results to the test management plugin
| `1.4` | `1.12` | `>= 5.1.0` |
| `2.0-RC-5` | `<= 2.0-RC-19` | `>= 4.0.0` |
| `2.0-RC-6` | `>= 2.0-RC-21` | `>= 5.1.0` |
| `2.0` | `>= 2.0` | `>= 5.1.0` |
| `>=2.0` | `>= 2.0` | `>= 5.1.0` |

### Usage

Expand All @@ -44,7 +44,7 @@ Include the following dependency in your project. Please replace the versions wi
Gradle:

```groovy
implementation 'io.testerra:xray-connector:2.0'
implementation 'io.testerra:xray-connector:2.1'
```

Maven:
Expand All @@ -54,7 +54,7 @@ Maven:
<dependency>
<groupId>io.testerra</groupId>
<artifactId>xray-connector</artifactId>
<version>2.0</version>
<version>2.1</version>
</dependency>
```

Expand Down

0 comments on commit 919197b

Please sign in to comment.