Skip to content

Commit

Permalink
Updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Reiche committed Nov 8, 2021
1 parent e82ff91 commit 017427e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ It will register automatically by using the Testerra ModuleHook.

| TeamCity connector | Testerra |
| -------------------- | --------------|
| `1.0` | ` 1.0.0` |
| `1.0` | `1.0.0..1.8` |
| `1.1` | `1.9` |

### Usage

Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ apply plugin: 'io.codearte.nexus-staging'

ext {
// Minimum required Testerra version
testerraCompileVersion = '1.0.0'
testerraCompileVersion = '1.9'
// Unit tests use the latest Testerra version
testerraTestVersion = '[1.0-RC,2-SNAPSHOT)'
testerraTestVersion = '[1.9,2-SNAPSHOT)'
moduleVersion = '1-SNAPSHOT'
if (System.properties.containsKey('moduleVersion')) {
moduleVersion = System.getProperty('moduleVersion')
Expand Down

0 comments on commit 017427e

Please sign in to comment.