Skip to content

Commit

Permalink
Merge pull request #18 from TNG/release-1.1.0
Browse files Browse the repository at this point in the history
Release 1.1.0
  • Loading branch information
jonashoef authored May 20, 2022
2 parents b337686 + 3218838 commit 3a215c8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ value-provider has the following prerequisites:

```groovy
// core library
testImplementation 'com.tngtech.valueprovider:value-provider-core:1.0.2'
testImplementation 'com.tngtech.valueprovider:value-provider-core:1.1.0'
// infrastructure
// for JUnit 5
testImplementation 'com.tngtech.valueprovider:value-provider-junit5:1.0.2'
testImplementation 'com.tngtech.valueprovider:value-provider-junit5:1.1.0'
// alternatively, for JUnit 4
testImplementation 'com.tngtech.valueprovider:value-provider-junit4:1.0.2'
testImplementation 'com.tngtech.valueprovider:value-provider-junit4:1.1.0'
```

### Maven
Expand All @@ -48,7 +48,7 @@ testImplementation 'com.tngtech.valueprovider:value-provider-junit4:1.0.2'
<dependency>
<groupId>com.tngtech.valueprovider</groupId>
<artifactId>value-provider-core</artifactId>
<version>1.0.2</version>
<version>1.1.0</version>
<scope>test</scope>
</dependency>

Expand All @@ -57,14 +57,14 @@ testImplementation 'com.tngtech.valueprovider:value-provider-junit4:1.0.2'
<dependency>
<groupId>com.tngtech.valueprovider</groupId>
<artifactId>value-provider-junit5</artifactId>
<version>1.0.2</version>
<version>1.1.0</version>
<scope>test</scope>
</dependency>
<!-- alternatively, for JUnit 4 -->
<dependency>
<groupId>com.tngtech.valueprovider</groupId>
<artifactId>value-provider-junit4</artifactId>
<version>1.0.2</version>
<version>1.1.0</version>
<scope>test</scope>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ ext {

allprojects {
group = 'com.tngtech.valueprovider'
version = '1.0.3-SNAPSHOT'
version = '1.1.0'

repositories {
mavenCentral()
Expand Down

0 comments on commit 3a215c8

Please sign in to comment.