Skip to content

Commit

Permalink
Merge pull request #7 from telekom/feature/update-testerra-version
Browse files Browse the repository at this point in the history
Updated Testerra version to handling node info correctly
  • Loading branch information
martingrossmann authored Apr 28, 2021
2 parents 9e37bee + 7a6709a commit 99d8e0c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ The module will register automatically by using `ModuleHook`.
| Selenoid connector | Testerra |
| --------------------- | ------------------------- |
| `1.0-RC-13` | ` 1.0-RC-32 - 1.0-RC-33` |
| `1.0-RC-14` | `>= 1.0-RC-34` |
| `1.0-RC-14` | ` 1.0-RC-34` |
| `1.0.0` | `>= 1.0.0` |

### Usage

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

````groovy
implementation 'io.testerra:selenoid-connector:1.0'
implementation 'io.testerra:selenoid-connector:1.0.0'
````

Maven:
Expand All @@ -51,7 +52,7 @@ Maven:
<dependency>
<groupId>io.testerra</groupId>
<artifactId>selenoid-connector</artifactId>
<version>1.0</version>
<version>1.0.0</version>
</dependency>
````

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ apply plugin: 'io.codearte.nexus-staging'

ext {
// Minimum required Testerra version
testerraCompileVersion = '1.0-RC-34'
testerraCompileVersion = '1.0.0'
// Unit tests use the latest Testerra version
testerraTestVersion = '[1.0-RC,2-SNAPSHOT)'
moduleVersion = '1-SNAPSHOT'
Expand Down

0 comments on commit 99d8e0c

Please sign in to comment.