Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
martingrossmann committed Apr 14, 2022
1 parent 3e4c8bd commit 2a7b14b
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,19 +25,16 @@ on test method updates and update general build status on report generation.
It will register automatically by using the Testerra ModuleHook.

----
## Requirements

* Testerra in Version `2.0-RC-1`

## Setup

### Requirements

| TeamCity connector | Testerra |
| -------------------- | --------------|
| `1.0` | `1.0.0..1.8` |
| `1.1` | `1.9` |
| `2.0-RC-2` | `2.0-RC-19` |
| TeamCity connector | Testerra |
|--------------------|----------------|
| `1.0` | `1.0.0..1.8` |
| `1.1` | `1.9` |
| `2.0-RC-2` | `>= 2.0-RC-19` |

### Usage

Expand All @@ -46,7 +43,7 @@ Include the following dependency in your project.
Gradle:

````groovy
implementation 'io.testerra:teamcity-connector:2.0-RC-1'
implementation 'io.testerra:teamcity-connector:2.0-RC-2'
````

Maven:
Expand All @@ -56,7 +53,7 @@ Maven:
<dependency>
<groupId>io.testerra</groupId>
<artifactId>teamcity-connector</artifactId>
<version>2.0-RC-1</version>
<version>2.0-RC-2</version>
</dependency>
````

Expand Down

0 comments on commit 2a7b14b

Please sign in to comment.